Jump to content
thirty bees forum

30knees

Trusted Members
  • Posts

    1,469
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by 30knees

  1. 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.
  2. 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
  3. 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.
  4. I confirm that datakick's fix also works for the latest mollie 4.1.1. 🙂
  5. 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?
  6. 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.
  7. 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!
  8. You can use the wonderful Prestools suite by @musicmaster: https://www.prestools.com/ It's great!
  9. 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?
  10. 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.
  11. 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.
  12. 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.
  13. Ich beschäftige mich wieder damit. Bist Du sicher, dass bei Dir alles stimmt? Siehe:
  14. 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'.
  15. 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?
  16. No, but you can click through them.
  17. 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.
  18. @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.
  19. @datakickThough do you know why some products get the reviews shown on Google and others not (even if with lots of reviews)?
  20. But Revws does feed into Google. This here is taken from the Google search page when I look for my product. I use Revws.
  21. I can define the default image for the product under the image tab, but when it comes to default images for combinations I don't see a way to do this. Here is a snip from the images assiged to a combination. It takes the first image as the default. Is there a way to either arrange the order of images or set one as the default?
  22. Hi, It works for us. Perhaps try reinstalling it?
  23. It's not what you're looking for, but a work around would be to have different order statuses and send different emails based on the status. You could automate the change of order status so you don't have to do it manually.
  24. Does anybody else have this problem?
  25. You could try this module by @datakick for a smooth checkout experience: https://store.getdatakick.com/en/modules/chex-one-page-checkout
×
×
  • Create New...