The coupon code section has vanished after upgrading to version 8.
this is the code in the Order 01 Bulk Area layout
Can anyone see anything wrong? If not is ther somewhere else I need to look?
Thanks!
this is the code in the Order 01 Bulk Area layout
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22AllowCoupon%22%20%2f%3e" /> <span class="actregular"><b><actinic:variable name="CouponTitle"/></b></span><br><br> <actinic:variable name="CouponMessage"/> <table border="0" width="<actinic:variable name="ACTSTDWIDTH"/>" cellspacing="2" cellpadding="2"> <tr> <td bgcolor="<actinic:variable name="CheckoutBG"/>"><actinic:variable name="CouponCaption"/></td> <td bgcolor="<actinic:variable name="CheckoutBG"/>"> <input type="TEXT" name="COUPONCODE" size="20" maxlength="255" value="<actinic:variable name="CouponCode"/>"> </td> </tr> </table> <p> <hr size="1" align="CENTER" width="<actinic:variable name="ACTSTDWIDTH"/>"> </actinic:block>
Thanks!
Comment