AWO Pro Coupon not working


  • Default avatar
    george6    
     6 years ago
    0

    Hello,


    I am using

    Rupostel One Page Check Out: version 2.0.357.150218
    AWO Pro 2.5.9.3
    Virtuemart 3.2.12
    Joomla! 3.8.5
    PHP 5.6.33

    I checked box "Enable Coupon Usage" in VirtueMart Configurations Shopfront Tab
    I set up AWO Pro for 20% disccount on all orders


    I get a coupon field in cart with a value in it: "Notice: Undefined property: VirtueMartCart::$coupon_text in /var/www/vhosts/scriptcity.com/components/com_onepage/themes/band_box/overrides/couponField.tpl.php on line 33"


    I put in coupon code into field regardless of the error value and I get the coupon code title, but only shows a $0.00 for coupon amount to be deducted.


    Please help me. I need to send out an email promotion tomorrow afternoon. 

    Thank you,


    George Guebely


  • Your avatar
    seyi    
     6 years ago
    0

    Do you have the abandoned cart plugin?  If so this is the issue.

    Also you can look in extension->plugins and filter by vmcoupon.  What do you have there that is enabled?
  • Default avatar
    george6    
     6 years ago  last edited 6 years ago
    0

    Under vmcoupon I only show VMCoupon - AwoCoupon
    I also have enabled: VMPayment, VMShipmnet, & System AwoCoupon


    I do not have abandon cart plugin


    I was getting this inside the Coupon Code Field: 
    Notice: Undefined property: VirtueMartCart::$coupon_text in /var/www/vhosts/scriptcity.com/components/com_onepage/themes/band_box/overrides/couponField.tpl.php on line 33

    Then I fixed the above Notice by changing line 33:

    from: value="

    <?php
     
    echo $cart->coupon_text
    ?>
    ";

    to: value="";

    In Rupostel OPC Configurtion > Taxes and Prices Tab > Coupon price at the checkout = couponValue (without tax)

    The above got the coupon to work.

  • Your avatar
    seyi    
     6 years ago
    0

    Ah great, glad to hear it.
  • Default avatar
    george6    
     6 years ago
    0

    Yes, I am very pleased now. www.scriptcity.com