Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,020
  • Joined

  • Last visited

  • Days Won

    172

Everything posted by wakabayashi

  1. Yeah I also came to the conclusion that the shipping costs are calculated in the Cart Class. But actually I am not even sure, which method is for what purpose. There are multiple; getTotalShippingCost getPackageShippingCost getCarrierCost Deprecated: getOrderShippingCost (it says use static::getPackageShippingCost) but this is not even a static method... I believe that getPackageShippingCost is the interesting method. There it's also possible to use an array $productList. But I agree with @datakick. This can't be cleaned up so easily. That's a huge project. Probably similair as the rounding process, which is being under review by traumflug right now.
  2. Well I just looked at it for about an hour. But this looks more complex to me than expected. - There are shipping costs saved ps_orders and ps_order_carrier. Why is this needed? - There is total_shipping and total_shipping_tax_incl in ps_orders. What is the difference? In orders class there is a method "updateShippingCost($amount)", but this doesn't look finished. The core doesn't seem to use this method at all. A question is also: should the core calculate the shipping cost newly or should there be an input field, which allows flexible input? A lot of tquestions
  3. You can set sales up to a specific date. But the product itself would be still active afterwards.
  4. I am no expert on this. All I can say, that Maria DB works well for us.
  5. wakabayashi

    Polyfil

    For us free version is enough...
  6. wakabayashi

    Polyfil

    We also got attacked recently, but since we are using cloudflare it was quite easy to stop the attack. Maybe cloudflare is interesting for you too.
  7. Nice Does the module work well for you? It's been a long time I have focused on this module
  8. Well turn the debug mode on and check, if there is an error. Maybe its also worth to look at the JS console.
  9. Ja sonst musst du mich wieder mal antaggen oder eine PN schreiben
  10. Sobald ich wieder für unseren Shop daran arbeite, kann ich dir genauer sagen, was man ändern muss. Geht aber bestimmt noch ein paar Wochen.
  11. wakabayashi

    Wondering

    About which modules are you talking? Nobody can tell, what a private module developer will do...
  12. I have just uploaded a better way of solving the issue: https://github.com/eschiendorfer/thirtybees/commit/3d94c58c27727b3c281d7ba1917b3d557516d092
  13. @DRMasterChief Danke für den Hinweis... Es ist lange her, dass wir diese Funktion geprüft haben. Ich glaube, das hat den Effekt, dass wenn man z.B. noch 10 Stück hat, der Kunde nicht 12 bestellen kann. Oder irre mich da?
  14. Ja aber es gibt Leute, welche das Produkt über Google finden. Dann schauen sie weiter im Shop und wundern sich, weshalb sie das Produkt nicht mehr finden...
  15. @Smile Add this change: https://github.com/eschiendorfer/thirtybees/commit/1578b079764045196f1682e3d0d007bcd310dfef @Traumflug can you implement this in the core?
  16. @Smile yep you are right. Thats super useful I will look at it.
  17. Ich habe das für unseren Shop mehr oder weniger umgesetzt. Allerdings ist unsere Lösung auch nicht perfekt. Ich habe overrrides in Category.php und Search.php angelegt. Du musst aber auch wissen, dass die Leute über Google deine Produkte auffinden werden und so muss auch dort entsprechend angepasst werden... Bei unseren Kunden führte das mehrmals zu Verwirrungen. Ich denke ich werde es ändern. "Ausverkauft" anzeigen und diese Produkte jeweils ans Ende der Kategorie Liste setzen und es auch wieder in der Suche anzeigen lassen.
  18. Actually I have never noticed such a feature. Are you sure, it was a core thing? Maybe it has todo with old stats module. I like the idea
  19. Ok just bought it
  20. @datakick and @30knees I will definitely buy it. Right now I use an internal module for sending emails. That way I can have a the same look for all emails going out. Does the module use the normal Mail::Send method in TB?
  21. Great! I should finally update 😄 I am still on 1.0.19... I read above that it's possible to send review links, which work without login in. Is this true? If yes, what kind of format does the link need to have?
  22. Its possible to set it up like this. We haven't done it, since back then prestashop didn't recommend to share customers across shops.
  23. Have you installed these languages? I have just checked my own site and got: <link rel="alternate" href="https://www.spielezar.ch/" hreflang="de-de"> <link rel="alternate" href="https://www.spielezar.ch/" hreflang="x-default"> This is correct for my site, but I have only one language installed... These meta tags are probably hardcoded in a php file... I guess it would be better to find the reason, why tb adds the wrong one, than to just remove them. That would help other people as well 🙂
  24. You organic rankings just dropped right? When I switched two years ago or so, it didn't have any negative effect. In general, tb is faster than prestashop, which should have some positive effect. But without an SEO its very hard to tell, what causes the problem.
  25. Are your urls are working as before or did you make a change in the structure?
×
×
  • Create New...