Announcement

Collapse
No announcement yet.

add to cart image and surrounding html

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

    add to cart image and surrounding html

    Dear All

    when i specify the add to basket image on my product template actinic generates the following code.

    <Actinic:ACTIONS>
    <P CLASS="actxsmall"> <Actinic:PRICE_EXPLANATION PROD_REF="12" COMPONENTID=0></Actinic:PRICE_EXPLANATION></P>

    <INPUT TYPE="HIDDEN" NAME="v_12_0" VALUE="on">

    <BR>

    <INPUT TYPE="IMAGE" NAME="_12" SRC="../button_add.gif" HEIGHT="39" WIDTH="75" ONMOUSEOVER="src='button_add_hi.gif' " ONMOUSEOUT="src='../button_add.gif' " ALT="Add To Cart" > </Actinic:ACTIONS>

    Problem? The <p> and <br> tags are upsetting my design.

    Do you know where i can locate the code for 'Actinic:PRICE_EXPLANATION' (and (btw) tell me what function its performing here? Likewise I can't find the <BR> tag anywhere either.


    Ican't find either in Act_CartButtonImage.html

    Any help would be great!
    Thanks
    Pete

    #2
    The <P...> is in Act_VariantComponentName.html.

    The <Actinic:PRICE_EXPLANATION ...> stuff is for Business customers where prices may be varied as the page is sent (via a Perl script).

    The <BR> is a bit hard to locate as you haven't posted a URL so we can see for ourself.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      The <br> is prompt ID 2045 in 'Design | Text'. Use the 'Go to' button to go straight to the prompt.

      Comment


        #4
        Dear Norman and cdicken

        Thank you for your help. Thats fixed it.

        Regards
        Peter

        Comment

        Working...
        X