Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,397
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by 30knees

  1. I saw that PHP 8 is released. Thinking medium term, what is the impact of it on thirtybees, how much work would need to flow into thirtybees and templates, etc.?
  2. Ah! I'll need to try. I've just heard that there are so many problems with it. Thanks!
  3. Sometimes it would be helpful to see the change in product quantities over the last 1h or 24h. For example, if I wasn't paying attention to how the quantity was before I added new stock. Knowing the history would help me see that there were 3 on stock and now ith the 10 new stock I need to enter 13 and not 10 in the product quantity field. Does anybody know of such a module or way to track product history? I couldn't find anything in a search.
  4. Hi, I'd like to pick up on this and ask what the recommended cache setting for the latest bleeding version are. SMARTY - APPLICATION CACHE Template compilation Never recompile template files Recompile templates if the files have been updated Force compilation Cache YESNO Caching type File System MySQL Clear cache Never clear cache files Clear cache everytime something has been modified CCC (COMBINE, COMPRESS AND CACHE) Smart cache for CSS YESNO Smart cache for JavaScript YESNO Compress inline JavaScript in HTML YESNO Move JavaScript to the end YESNO Apache optimization YESNO Keep JS and CSS files YESNO Keep old JS and CSS files on the server, to make sure e.g. Google's cache still renders correctly (improves SEO). SERVER SIDE CACHING Use cache YESNO Add server Save FULL PAGE CACHE Before enabling the full page cache, make sure you have chosen a caching system in the panel above. Use full page cache YESNO Debug mode YESNO Ignore query parameters gclidxutm_contentxutm_keywordxutm_mediumxutm_sourcexutm_termx
  5. I don't know whether this will work for you, but in my shipping module the placeholder is @ after the =.
  6. Quite understandable. Sorry to see you go. The future of the system will probably be decided by the end of the year. Fingers crossed.
  7. Do you mean in the shipping cart? Maybe there's a module for that. I'm not aware of any settings in the normal installation.
  8. It looks like it could be TLS 1.2 related: https://support.stripe.com/questions/upgrade-your-stripe-integration-from-tls-1-1-to-tls-1-2
  9. Does anybody else’s mobile checkout for Chex also look like this, ie with a huge cart that blocks the checkout forms? It’s not in all browsers but eg in Firefox Focus. ps @Mike1Sorry, can’t help you. I’d assume one could somehow automatically drop spaces, though.
  10. I confirm that datakick's fix also works for the latest mollie 4.1.1. 🙂
  11. Is it possible to recalculate taxes for past orders, in particular where the tax rate of the shipping changed? I am assuming one would need to reset some entries in the database and assign new carriers with the new tax rate to the past orders. Is this correct?
  12. Actually, I was too hasty. I still get this. The base price of the shipping is still tax included. This is how my cart.php file looks: if (!Configuration::get('PS_ATCP_SHIPWRAP')) { // if ($useTax) { // With PS_ATCP_SHIPWRAP, we apply the proportionate tax rate to the shipping // costs. This is on purpose and required in many countries in the European Union. // $shippingCost *= 1 + $this->getAverageProductsTaxRate(); // } // } else { // Apply tax if ($useTax && isset($carrierTax)) { $shippingCost *= 1 + ($carrierTax / 100); } } $shippingCost = round($shippingCost, _TB_PRICE_DATABASE_PRECISION_); Any ideas? As I said, I'm more than happy to pay someone and have this fixed and flow into the codebase.
  13. OK, so I deleted the carrier and entered it anew and it looks like it works! I'll keep an eye on it but: Thank you sooooo much. I'll post on Github, the fix needs to be implemented!
  14. You can use the wonderful Prestools suite by @musicmaster: https://www.prestools.com/ It's great!
  15. Where can I find it? I checked here and on Github but didn't come across a release of yours. So I add the shipping rate (cost) after I activate proportional calculation?
  16. Would you mind commenting whether this configuration is correct: 1. Disable AEUC. 2. Set tax rate for shipping. 3. Add shipping rate. 4. Enable AEUC. 5. Activate proportional calculation.
  17. Well, it's very encouraging that it works for you. I wonder where the issue could be. I'll fiddle around and try. I adapted your 2017 fix to the appropriate place in the new /classes/cart.php. For me, that starts at line 2169.
  18. Ist ja witzig. Das AEUC fummelt also an Sachen herum, die es besser in Ruhe lassen sollte. Das wäre dann mal ein Bug: https://github.com/thirtybees/advancedeucompliance/issues/6 Das habe ich probiert, sprich "disable", dann den Steuersatz für den Versand, dann wieder "enable". Leider ohne Erfolg.
  19. Ich beschäftige mich wieder damit. Bist Du sicher, dass bei Dir alles stimmt? Siehe:
  20. Yep ... but your post gave me the idea to look into the database. Solution: go to tb_image and then you can change the order under the column 'position'.
  21. I've been looking into this again and I don't think the bug is fixed: https://github.com/thirtybees/thirtybees/pull/327 and https://github.com/thirtybees/thirtybees/issues/326 What would fixing this cost?
  22. No, but you can click through them.
  23. Thank you, @Wartin, but that doesn't work when you have more than one image per combination, like I do. All the selected images belong to the combination.
  24. @PedalmanOK! But just in case you're not aware, the module has a store review feature, too. I don't use it, so I don't know how it works with Google.
  25. @datakickThough do you know why some products get the reviews shown on Google and others not (even if with lots of reviews)?
×
×
  • Create New...