That sample custom product template does not put the More Info link information
in around the product name. The purpose of this template is to show only the
basic pieces of code needed to use the multi-product add to cart button page
and products. If you want to see the other template features, like how to make
the name and/or product graphic into a link to the More Info page, then see the
regular sample product template at:
http://www.shopsite.com/help/6.1/en-US/ ... mplate.txtThe particular section you would be interested in probably where in your current
template you just have [-- PRODUCT.Name --] in the DEFINE PRODUCT section, you
might want to have something more like what is in the regular sample template
for that, which looks more like this (with table formating removed):
[--IF PRODUCT.DisplayMoreInformationPage--]
<a href="[-- PRODUCT.MoreInfoURL --]">[-- PRODUCT.Graphic --]</a>
<a href="[-- PRODUCT.MoreInfoURL --]">[-- PRODUCT.Name --]</a>
[--ELSE--]
[-- PRODUCT.Graphic --]
[-- PRODUCT.Name --]
[--END_IF--]
-Loren
Kevin Sullivan wrote:
Hi,
I am trying to have the item name (in the add multiple items to cart page)
be a link to a more info page. The items are set up in the products to link
to a more info page, but the links do not work. I believe I need to add a
line of code to force the product descriptions to be a link, but I do not
know what it is.
The page is here:
http://www.vantelpearls.com/store/add1.htmlI used the page and product templates supplied by Shopsite for
"*Add multiple products to cart with a single add button"
http://www.shopsite.com/help/6.1/en-US/ ... ti-add.html
Any help appreciated, Thanks, Kevin
vantelweb.com