Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Add to Cart Buttons add-on missing image

Add to Cart Buttons add-on missing image

Locked

Views: 1,052

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Mar 2010, 5:17 AM
#1
josh597 avatar

josh597

New Zenner

Join Date:
Mar 2010
Posts:
8
Plugin Contributions:
0

Add to Cart Buttons add-on missing image

Hello Zenners,
I have recently added the Add to cart buttons add-on (located here http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_62&products_id=1548
I followed the instructions to a tee but I am not seeing the buttons in my Product Listings pages. You can see what I mean by going here http://www.klkreflectiveimages.com/shop/index.php?main_page=index&cPath=7
It's driving me crazy since I know that the button file has been uploaded. I am using an override and have placed the button image in my public_html/includes/templates/TEMPLATE_NAME/buttons/english/button_quick_add_to_cart.gif directory as instructed, but still no joy.

Please, if anyone can lend a hand... I'm almost there :)

23 Mar 2010, 9:02 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Add to Cart Buttons add-on missing image

In your source, that image is represented by BUTTON_IMAGE_QUICK_ADD_TO_CART rather than the image name, so I would guess you put the button_names.php file in the wrong folder or it's missing or corrupt.

23 Mar 2010, 1:21 PM
#3
josh597 avatar

josh597

New Zenner

Join Date:
Mar 2010
Posts:
8
Plugin Contributions:
0

Re: Add to Cart Buttons add-on missing image

Haha right you are Stevesh!
I had uploaded my button_names.php file to includes/languages/english/ instead of /includes/languages/english/MY_TEMPLATE

Thanks so much for your help! You rock!