Zen Cart Logo
Forums / Customization from the Admin / Product link in the wishlist page...

Product link in the wishlist page...

Locked

Views: 1,014

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
2 Jan 2009, 7:51 PM
#1
alexzcm avatar

alexzcm

New Zenner

Join Date:
Dec 2008
Posts:
7
Plugin Contributions:
0

Product link in the wishlist page...

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. :blink:

<!--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