Showing description field in front-office


  • Default avatar
    claranoop    
     10 years ago
    0

    While creating a coupon I filled the optional field "Description" but this info is not showing in the front-office. I took a look at the shopping-cart.tpl and there is a line that goes like

    <td class="cart_discount_description" colspan="2">{$discount.description}</td>


    but it's not showing antything. What can I do to solve it?

    Thanks.
  • Your avatar
    seyi    
     10 years ago
    0

    Hello,

    Are you referring to AwoCoupon prestashop? If so, the notes field entered in the coupon code is not added to the front end when a valid code is accepted. Only the coupon code will show.
  • Default avatar
    claranoop    
     10 years ago
    0

    Referring to AwoCoupon Prestashop
  • Default avatar
    claranoop    
     10 years ago
    0

    Hello, yes, I was referring to AwoCoupon for prestashop. Is there a way to print the description/notes field? I want to use it to give users more info about the coupon.

    Thanks.
  • Your avatar
    seyi    
     10 years ago
    0

    Hello,

    There is not a easy way. It would have to be custom coded into the coupon class override file.