Announcement

Collapse
No announcement yet.

Coupon Code section will not show

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Coupon Code section will not show

    The coupon code section has vanished after upgrading to version 8.

    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>
    Can anyone see anything wrong? If not is ther somewhere else I need to look?

    Thanks!

    #2
    I'm fairly sure this has been covered before.
    If you do a V8 forum search for "coupon code" I'm sure it'll bring up previous questions about this and, hopefully, a fix too
    Tracey

    Comment


      #3
      Originally posted by spollard
      Can anyone see anything wrong? If not is ther somewhere else I need to look?
      <p> tag opened and not closed. Although i doubt if that's your problem.

      Comment

      Working...
      X