Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,027
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by wakabayashi

  1. @30knees But how should this work? When should coins expire? If he doesn't visit the site again? If he doesn't make a new order? Should all coins expire or is a history needed?
  2. What would you need, that you can use it the same way? I would be surprised, if core module is triggering this somehow by a hook or so.
  3. Thats a very bad idea. It was never the intention of my module. I will think again about the integration. Now with conseqs module from datakick, it makes more sense to me, to have this expire feature. I will think about it.
  4. Nice! To be honest. I haven't looked a lot at my own module in the last months. It's just running on my shop and some customer use it 🙂 But I will try to look at it again and to make it more popular. Feedback is highly appreciated. Also the way of using, cause merchants can learn from it.
  5. Dont worry: you are still an awesome backer! The switch to the internal plattform hasn't been done.
  6. @SLiCK_303 thx for your answer! great you still use it. It was a charm to develop the module with you
  7. I have just released v1.1.1. This update fixes small js stuff. https://github.com/eschiendorfer/genzo_krona/releases Who is using my module on a live store? How does it work out for you?
  8. Yeah this shop is also quite fast. But it depends a lot from where you try to reach it and where the server is. Some improvements can help globally (like using nxing). But I understood, that I should inspect every type of site, if I want to improve. Let's say you aren't happy with your categories loading time. Then check if you load too many products. If the images are loading slowly or if it's an external module.
  9. Yeah I agree. Why dont you just run the module and see if everythings works out for you?
  10. I dont know, if my shop is so fast I always try to make it better. No i dont use any special module. I just try to optimize the theme. I also have a dedicated server, which makes a serious difference. My server is using nginx. But I am no expert on this field... What server do you have? VPS?
  11. I didnt use any module. I coded it something back then. But how are some of your urls wrong? What is your url scheme?
  12. Many people here switched from prestashop to thirtybees. I am one of these guys... Well an update can always break something. But the probabilty depends on how much care a dev takes before he releases the update. I can say that @Traumflug and @datakick take a lot of care. The support here is much better than on ps. But of course you can't expect custom code.
  13. Damn my memory was wrong. I haven't implemented it for price-drops. Can you tell me what error you get? As the code you posted make sense to me. So I am not sure where the problem is...
  14. I have implemented this in our shop. But I am not at the computer now. I will post my override later... Do you use advanced stock management?
  15. You are welcome
  16. Yeah it would be correct as you describe (theme folder) it. It sounds a bit strange to me, that nothing happens. I am not at a computer with code editor right now. Maybe instead {if $child.id!=yourID} is correct...
  17. Why not? What happens?
  18. You could probably just change the blockcategories.tpl a bit: {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $child.id_category!=yourID} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} {/if} {/foreach} The above might work. I didn't test it...
  19. About which categories are you talking? The module blockcategories?
  20. Yeah the main url is redirecting to /items/. But for me (Chrome) this just works. Sometimes things are strange
  21. I just tried to reach your site. It worked for me...
  22. Yep thats likely to issue... Please dont' forget to update this thread later...
  23. Then threre could be an issue with your browser. Have you tried to delete your browser cache? You could also try to check browser console: https://kb.mailster.co/how-can-i-open-the-browsers-console/ If the console has errors, please make a screenshot of it.
  24. Main menu...
  25. Oh thats not how it should look like. Have you already created a category? You can do that in the main menu on the left side... Maybe that helps.
×
×
  • Create New...