Thanks for the help Jim,
I'll tell you exactly what I am trying to do, and maybe you can help with a
creative workaround:
We sell personalized wine and we sell gift baskets. We also give our
customers the opportunity to substitute the normal wines we would put in the
baskets with personalized wines. The problem is that if the customer
chooses to include personalized wines, we need a way to add the basket to
the cart and subsequently let them choose their label design, personalize
it, and add that to the cart as well.
The way we currently do this (
http://winegiftclub.com/wine-gift-baske ... -smpl.html )
is shown here. After they add the basket to the cart, they are taken to a
page showing the label templates, with nowhere to go except forward (or
back), and it works well.
I am rebuilding our site to use ShopSite, and this is one of my big
obstacles so far. Any ideas?
--
Thank you and have a great day,
Wizard Empire Inc
Rick Steven
www.WizardEmpire.com"Jim" <jstavast@xmission.com> wrote in message
news:d1ukbi$dto$1@eval.shopsite.com...
There is no method built into shopsite that will allow for a page between
clicking the add to cart button and the shopping cart.
The only way you might be able to do something like this would be to
create a cgi that replaces the shopsite order.cgi and does what you want
to do and then have that cgi call the shopsite cgi with the appropriate
parameters. The problem with doing this is that the order.cgi calls
itself several time while setting and checking shopping cart cookies so
the name of the shopsite order.cgi can not be changed. So this isn't
something that could be done easily.
Jim
Rick wrote:
Does anyone know of a way to define the page that is displayed after an
item is added to the cart? I want the shopper to be taken to a specific
page, other than the cart or the same product page. Is this possible?