Announcement

Collapse
No announcement yet.

Coupon Code Layout seems to be missing

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

    Coupon Code Layout seems to be missing

    This started in the thread

    'http://community.actinic.com/showthread.php?t=36613' however it was a little all over the place and I thought id move my main question over here. If this is against some guidelines feel free to delete this post and I will continue on the other one.

    Basically, I at some point must have removed the coupon code display from the checkout 1 page on my actinic. I am trying to put it back so I have gone through my library and reset all the pages to factory settings.

    This has put the

    Code:
    <actinic:variable name="CheckoutArea" value="Coupon Entry Field" if="%3cactinic%3avariable%20name%3d%22AllowCouponInCheckout%22%20%2f%3e" />
    below the 'Invoice Address Fields' and above the 'Simple Tax Phase' were it should be.

    If I click onto basic/advance views button so that the above code becomes a pink link and click on it - nothing happens. If I click one of the other links it will take me to a layout page with some code to alter the lay out.

    My actinic uses one of the actinic designs for the website, so I created a new website - went to Checkout Page 1 in the design to see if the code was the same. It looked the same, however when I clicked on the Coupon Entry Field the link actually done something this time and took me to

    Layout Code - Coupon Entry Field
    Code:
    <!-- Coupon entry code begin -->
    <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" class="checkout">
      <tr>
         <td>
            <Actinic:Variable Name="CouponCaption"/>
          </td>
          <td>
             <input type="text" name="COUPONCODE" size="20" maxlength="255" value="<Actinic:Variable Name="CouponCode"/>" />
          </td>
       </tr>
    </table>
    <br />
    <br />
    <hr size="1" />
    Ive sinse gone back and forwards between the new site and my actual site to see if i can spot any differences in the setup and in the librarys. I have reset the library to factory settings a few times now in both the (Checkout area -> Coupon Entry Field) and the (Coupon Entry Field -> to the 4 bits in that).

    I get the impression that it somehow is not linking to the layout? Perhaps im a million miles away from the problem as my knowledge of this is not the greatest.

    Any ideas anyone?

    #2
    Anyone have any thoughts?

    Comment


      #3
      Hi Gordon,

      Does the coupon input box appear in the preview pane for checkout 1 page? If so, then you can click on it in the preview pane to show the layout code for it. If it doesn't appear in the preview pane, try going to 'Marketing | Discounts and Surcharges Settings | Miscellaneous' and check where you have 'allow coupon codes entry in' set to display.
      ********************
      Tracey
      SellerDeck

      Comment


        #4
        You are a number 1 star.

        Thank you very much

        (Im a tad embarrassed over how stupid this was haha)

        Comment


          #5
          (Im a tad embarrassed over how stupid this was haha)
          Don't be embarrassed, Actinic is a bit like being on 'Who wants to be a millionaire', it's only easy if you know the answer
          ********************
          Tracey
          SellerDeck

          Comment

          Working...
          X