I am hoping someone will have an answer....
I am trying to have a pop up window for the details if the customer selects the "see details"....
I have programmed the pop up window to open up a new browser but I only wish to have the frame sections in the middle with details, send to a friend, recommended products & product rating displayed, and will the links on the buttons be able to work ...ie the add to cart button? because atm it all loads and if the customer clicks on adds to cart it is added to a cart in the new browser not the original one
This is what I coded on the /customer/main/products.tpl
<A href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}"target="_blank">{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}
{$lng.lbl_see_details}
So how do I overcome this ?
Would appreciate some help
Thanx