[Prestashop] Problem with coupons and free shipping


  • Default avatar
    riga75    
     a year ago
    0

    I have set up on the site that over 49€ shipping is free, but as you can see in the screenshot I get the shipping cost.
    Where do I go wrong?

  • Your avatar
    seyi    
     a year ago
    0

    How is free shipping set up?
  • Default avatar
    riga75    
     a year ago
    0

    which over 49 euro is free of charge
  • Your avatar
    seyi    
     a year ago
    0

    I mean how did you setup free shipping in prestashop backend?  What did you use?
  • Your avatar
    seyi    
     a year ago
    0

    Ok, with the access, I took a look and looking at your shipping setup:


    You have free shipping setup for 49 and up for italia zone, I assume its italy.

    So think you need to go to the next screen, and select italy before the free shipping will be applied.

  • Default avatar
    riga75    
     a year ago
    0

    No I have tried and the problem remains, try it too
  • Your avatar
    seyi    
     a year ago
    +1

    No, no need.

    The next step is to make sure your overrides are correct.   Backup the original files:
     /overrides/classes/Cart.php
     /override/classes/CartRule.php

    Then copy these files into that location
      /modules/awocoupon/helper/override/[17]/classes/Cart.php
      /modules/awocoupon/helper/override/[17]/classes/CartRule.php


    I am assuming you are using the latest version of AwoCoupon.
  • Default avatar
    riga75    
     a year ago
    0

    OK perfect, solved.
    Thanks for the advice