Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,011
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by wakabayashi

  1. wakabayashi

    Custom tabs

    But you said, you have a module for 1.6?
  2. @spidawebs said in Tutorial: How to migrate from ps 1.6 to thirty bees: Thanks for the video. Why do you install it in a sub domain though? Doesn't that mean you have to setup redirects for all your old pages? Can you not just back everything up and run the migration module from your current installation of Prestashop? The clone is done, because many people want first to test their system, which is highly recommend. If you migrate your live store, you don't need a clone ofc as you said!
  3. Have somebody created a feature request? https://thirtybees.com/feature-request/
  4. wakabayashi

    Custom tabs

    Why doens't it work for tb? Any errors?
  5. yeah exactly. I tried to make it work, like Havouza said. But this didn't work out for me...
  6. How do you even make a clone in a subdirectory work? I spent like 5 hours with subdirectories and hald always troubles. That's why I came up with the subdomain.
  7. I think this module can handle it: https://dh42.com/prestashop-modules/flex-layout-module/ But no gurantee, since I don't use this module. @lesley can say more...
  8. I really don't why you care so much about this ps thing!? But maybe what you mean, is the settings "Permission" in the backoffice. There you can disable all the backoffice features.
  9. For me it's not working... To all who migrated: Have you the same problems?
  10. Hello I wonder how do you handle the seo rewrites, when you migrate? I love the new feature, to remove ids from url and have all categories displayed. But I see that there is no automatic link redirect. So all my Google Results would lead to a 404 Page. Do I need to make this all manual with htacces and 301 redirects?
  11. You are wrong. They are using iframes... The demo site is hosted here: https://prestafox.com/prestashop/landing-page/pts-viva/
  12. thx @roband7: Your code makes a lot of sense now! My problem was caused to any server problem with php.ini file. Somehow it couldn't find the post_max-size value. Fater generating a new php.ini file trough cPanel it works again...
  13. Was it a migration from ps or a new installation?
  14. You have noticed it on thirty bees?
  15. When trying to edit a product I get never ending spinning buttons. When I check console I see two errors: What is the problem? In general this product saving bugs (especially with multistore) drive us crazy. I think this should get a high priority!!
  16. I am no expert for PageSpeed. But when you try to optimize, you should test your template by activating "Profiling" in the backend. It will give you a lot of informations, which parts are lagging.
  17. Damn! Now I found it... In my modules folder there was a module "pagecache". This module wasn't even installed and no files were copied to the override folder. I deleted it and now it works fine. Is this a normal behaviour? It seems to me, that almost all problems I got with tb are name related.
  18. Are you sure it's possible? What I meant is this: When saving a cms page in backoffice. I want to use {$cms->meta_title}. This doesn't work for me. That I can use it in tpl files, that's obvious. But normal merchant's don't want to touch files. I think my idea is related to the shortcode implementation.
  19. Probably thats something different... In guess this is "catalog-modus", which can be activated under settings -> products...
  20. Yes please add it to feature request. It should be in. Was proposed 234234 times at ps. We use it too. We do it similair as traumflug has proposed. We add a fake status and make it default. Then little js disables "add to cart button" if default status is selected.
  21. @Traumflug said in PS addon demosite: There's a demo mode, accessible on the dashboard page in the upper right corner. AFAIK this disables stuff like completing a purchase. are you sure? I had the feeling like @Havouza
  22. Thats ofc not the quality I have here. I believe you don't use 1080p!
  23. Yeah if I were you, I would create a tpl file and a custom FrontController. There I would use something like {if $logged} Download Link {else} Please log in {/if} I haven't tested {$logged}. It's just my idea... In your case you either have to read trough tutorials or finding a dev for this custom work. I doubt there is a inbuilt solution to your problem. @mdekker This leads me to a question: is it technically possible to use smarty variables in html? Could be a nice feature for the blog and cms pages.
  24. Hm here it's not super sharp, but kind ok. If you show me a printscreen of fullscreen, I can tell you, if it's normal or not.
  25. You want them to use the checkout? Is it free for them? Cause if it's free, I wouldn't let them go trough checkout, that complicates matters, I believe. In smarty you can use {$logged} ...
×
×
  • Create New...