Announcement

Collapse
No announcement yet.

Extended Info Add to Cart Disappeared!

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

    Extended Info Add to Cart Disappeared!

    Hi,

    I'm sure that this is quite simple, but having looked around I cant seem to find the solution.

    I have an add to cart button on the extended info page, which has displayed perfectly since day 1, however the image seems to have disappeared but the link is still there - I've checked th site folder and web space and the image appears to be in both folders, but it is obviously having trouble finding it.

    Any solutions?

    To see an example, please click on any product image at the following link:
    http://dvds.evertonfc.com/acatalog/New_Products.html

    Thanks,

    Dan

    #2
    The generated code has
    Code:
    <!-- This code is used when the cart button is visible to all customers -->
    <input type="image" 
       src="<span style='color: #083a9d;'>button_addtocart.gif</span>"
       name="_4" 
       alt="Add to Cart"
       />
    The src line should be

    src="button_addtocart.gif"
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Try looking in Design / Library / Layouts / Extended Info Layout / Includes Add to Cart Button / approx line 95.

      I have
      Code:
               <actinic:block if="%3cactinic%3avariable%20name%3d%22IsAddToCartButtonShown%22%20%2f%3e">
                  <br /><actinic:variable name="AddToCartButton" />
               </actinic:block>
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Brilliant! Job done, thanks

        Comment

        Working...
        X