Jump to content

Recommended Posts

Hello.

 

I need to add a back button in the product page (product,tpl). This button has to be the same theme and in 3 languages.

I wonder if it is possible to add the same ajax button of "add to cart" but modified so when clicked it send you back.

 

Andy ideas ? :huh:

 

Thanks !!!

Link to comment
Share on other sites

Yes, sorry. The code works great !.

 

But i need also to add the same image that has the "add to cart" button. That little basket, but instead i have made a "left arrow".

 

But i dont know exactly how to add that image next to the button.

Link to comment
Share on other sites

try with this:

<a href="#" onClick="history.go(-1)" class="exclusive" style="position:relative;"><span style="position:absolute; left:-50px; top:0px;"><img src="YOURIMGHERE"/></span>{l s='Back'}</a>

 

of course you can customize the position of the span with image, just change the left and top values

Link to comment
Share on other sites

×
×
  • Create New...