The HTML for a link to the Shipping information page will look something like this:
(Where: index.php?main_page=shippinginfo is the standard zencart internal URL to the shipping information page).HTML Code:Please go to our <a href="index.php?main_page=shippinginfo">Shipping Information</a>
The way to determine standard ZC internal links, is to call up the page in your browser, then looking at the browser address bar. The part you need will start with index.php?main_page=
Be careful to not use the full (absolute) http://www.xxxx.xxxx.xxxx path
And do not put any ZENID information in either (if it appears when you call up the page).



