New Zenner
- Join Date:
- Mar 2006
- Posts:
- 89
- Plugin Contributions:
- 0
Trying to get Product URL on product listing....
Hiya, Im trying to get the Products Info URL from the product info page onto the new products listing....
Ive found this code in tpl_product_info_display.php,
<?php if (zen_not_null($products_url)) { if ($flag_show_product_info_url == 1) { ?><span class="productGeneral centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?></span>
<?php
Is there any way I could apply this to the product new listing? Ive triedit at it doesnt work, but I cannot see what it cant call from another php file....
Any ideas? Been tryiong to dothis for awhile.