X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Changing "Add to Cart" to an image (https://forum.x-cart.com/showthread.php?t=32320)

impact-computers 07-05-2007 06:41 AM

Changing "Add to Cart" to an image
 
Can anyone help me change my "Add to cart" button to an image?

add_to_cart.tpl
Code:

{include file="buttons/button.tpl" button_title=$lng.lbl_add_to_cart href=$href title=$title style=$style}

How can i change it to use this image?

http://www.impact-computers.co.uk/shop/skin1/images/addtocart.gif

thanks

chamberinternet 07-05-2007 07:04 AM

Re: Changing "Add to Cart" to an image
 
I just replaced the whole thing with a form submit:

Quote:

<input type="image" src="{$ImagesDir}/{$shop_language}/content/buttons/add_to_cart.gif" alt="{$lng.lbl_add_to_order}">


Regards

Shafiq :sK


All times are GMT -8. The time now is 10:27 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.