Hello!
I am using zencart v1.3.7 for the first time.
My problem is that I am not achieve show the Product link on another page.

<!--bof Product URL -->

<?php

if (zen_not_null($products_url)) {

if ($flag_show_product_info_url == 1) {

?>

<p id="productInfoLink" class="productGeneral centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?></p>

<?php

} // $flag_show_product_info_url

}

?>

<!--eof Product URL -->


I need help to display the product link in the wishlist page...
Can someone help me, please?
Manny thanks in advance