VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: zengfuxu on May 27, 2014, 17:03:59 PM

Title: Add a navigation link on Product details page
Post by: zengfuxu on May 27, 2014, 17:03:59 PM
I have a link on a webpage "Popular Products" which, when clicked, will open the Product Details page to view prices and description. I wish
to have a button or link on this VM Product Details page so that user can click that button to get back to the "Popular Products" page. (The default
"Back to Category" button will open a page with all Products which I don't want, and I am going to hide that button). How can I add such a button
or link in the VM Product Details page to go back to my "Popular Products" webpage? Please help. Thank you!
Title: Re: Add a navigation link on Product details page
Post by: GJC Web Design on May 27, 2014, 18:46:12 PM
<input type="button" value="Back" onclick="window.history.back()" />    ?