Announcement

Collapse
No announcement yet.

Help with SINGLE ADD TO CART button

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

    Help with SINGLE ADD TO CART button

    Hi Everyone,

    re: http://www.northstardesign.co.uk/emp...alog/test.html

    The problem is the ADD TO CART button does not work. It shows the image that is being used, but it is not a link.

    Any ideas would be greatly appreciated.

    Regards
    Tom

    #2
    Someone's been a bit brutal in editing Act_Primary.html. Some necessary NETQUOTEVAR's seem to be missing, and NETQUOTEVAR:FORMBEGIN is required. Here's the code that's usually present for the product area.
    Code:
                    <td valign="top">NETQUOTEVAR:FORMBEGIN <A NAME="top"> 
                      <INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM"></A>
    	                NETQUOTEVAR:HIDDENFIELDS
    					<!-- If customer accounts are in operation following two lines allow displaying -->
                        <!-- User name and customer account name on every page -->
                        <!-- NETQUOTEVAR:LOGINLINK --><Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/>
    					<!-- NETQUOTEVAR:HEADER -->
    					<div align="center"><span class="actxsmall">NETQUOTEVAR:HEADERTEXT</span></div>
    					NETQUOTEVAR:BULK <br>
                <div align="center"><span class="actxsmall">NETQUOTEVAR:FOOTERTEXT</span></div>
                <!-- NETQUOTEVAR:FOOTER -->
                NETQUOTEVAR:FORMEND</td>
    PS I also see a lot of stuff missing from the <head> section. E.g. the <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>. Such tags are important.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      thanks for the reply, im just implementing those changes now.

      Comment


        #4
        thanks for the reply, im just implementing those changes now.

        Comment


          #5
          please could you tell me more about the missing <HEAD> items.

          thankyou again

          Comment


            #6
            Check out an original untouched Act_Primary.html template in a file such as 'Actinic v7/Formats/Themes/Business'. You'll see there a tag in there that looks like:

            <Actinic:BASEHREF...>

            This file needs to be in the <head> section of your own Act_Primary.html template.

            Comment

            Working...
            X