New Zenner
- Join Date:
- Mar 2010
- Posts:
- 66
- Plugin Contributions:
- 0
Broke the product webpage link
So I broke my code somehow somewhere and I'm a little annoyed.
My link takes me to this
http://http//mysite.ca/cart/index.php?main_page=redirect&action=url&goto=
the http// should be www. and I punched it in to check and it worked.
So where is that defined?
<p id="productInfoLink" class="productGeneral"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?></p>