Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,954
  • Joined

  • Last visited

  • Days Won

    149

Everything posted by wakabayashi

  1. @SLiCK_303 thx for your answer! great you still use it. It was a charm to develop the module with you
  2. 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?
  3. 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.
  4. Yeah I agree. Why dont you just run the module and see if everythings works out for you?
  5. 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?
  6. I didnt use any module. I coded it something back then. But how are some of your urls wrong? What is your url scheme?
  7. 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.
  8. 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...
  9. 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?
  10. 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...
  11. 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...
  12. About which categories are you talking? The module blockcategories?
  13. Yeah the main url is redirecting to /items/. But for me (Chrome) this just works. Sometimes things are strange
  14. I just tried to reach your site. It worked for me...
  15. Yep thats likely to issue... Please dont' forget to update this thread later...
  16. 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.
  17. 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.
  18. Dont you have the categories tab on the left side?
  19. @Mark do you use multistore feature? If yes, select the switch on the top, to update all fields...
  20. Wir lösen das auch über die Menge. Wenn ein Produkt in Zukunft wieder verfügbar ist, wird es so dargestellt: https://www.spielezar.ch/brettspiele/fluegelschlag. Dieses Produkt kann nur über Google oder die interne Suche gefunden werden. In den Kategorien lassen wir es nicht mehr anzeigen. Dafür waren einige kleinere Änderungen in TB nötig, aber bisher bewährt sich diese Variante bei uns. Ist ein Produkt aber definitiv vergriffen, nehmen wir es von der Seite. Ist die Url irgendwie wertvoll (da Rankings oder Backlinks) wird die Seite sicher irgendwohin weitergeleitet.
  21. I have never used this module. Seems to be quite old. My guess is, that the problem comes from the module. Two questions: Do you use any module that overrides the reference number? Did this module work correct in prestashop?
  22. Which module is used to process the payment? I don't know much about the process, but maybe this module is always assigning the same oder reference? :S
×
×
  • Create New...