You are here:  » New browser window for Visit Store


New browser window for Visit Store

Submitted by srl2112 on Thu, 2006-04-20 04:50 in

Is it possible or a bad idea to try to have a pop-up window when visitors Visit Store - so they can come right back to our site.

Thanks - Steve

Submitted by support on Thu, 2006-04-20 05:56

You could change it to a new window if you wish. To make the change, edit html/prices.php and change:

<td align='center'><a href='<?php print tapestry_buyURL($product); ?>' <?php print javascript_statusBar("go to ".$product["merchant"]); ?>><?php print translate("Visit Store"); ?></a></td>

to:

<td align='center'><a target='_BLANK' href='<?php print tapestry_buyURL($product); ?>' <?php print javascript_statusBar("go to ".$product["merchant"]); ?>><?php print translate("Visit Store"); ?></a></td>