[Resolved] Sell Gift Certificate Checkout - Prestashop


  • Default avatar
    armand    
     11 years ago
    0

    Hello,
    I just purchased AWO COUPON for prestashop.
    I guess i have setup product, coupon template and gift certificate correctly.

    When using a purchased Gift certificate, There is a problem if Total Order Amount < Gift Certificate Value
    On the last order step it displays FATAL ERROR
    (However it works as intented if Total Order Amount > Gift Certificate Value )

    Prestashop 1.4.8.2

    Could you help please ?

    Update
    After doing some additional research it seems there is a bug on v1.4.8.2

    i applied the fix recommended at http://forge.prestashop.com/browse/PSCFI-5887 :

    Open /controllers/ParentOrderController.php
    At the beginning of the file, replace:

    class FreeOrder extends PaymentModule {}


    by:

    class FreeOrder extends PaymentModule {    public $active = true; }