You can easily change the Continue Shopping button via a custom shopping
cart template in ShopSite v7 (and by being tricky in v6, i.e. use an
invisible gif for the regular Continue Shopping button and putting your
custom one in one of the Preferences -> Store Text -> Shopping Cart
fields that show up on the cart screen somewhere within the form tags).
However I do not believe this is really a good direction to go with this
to get the results you want, you cannot guarantee what page is one, two,
three, etc back in the browser history. The shopper may have gone to the
checkout screen and then hit the return to cart button. Two back in the
history from that point would likely just put you right back on the
shopping cart screen (which would probably confuse the heck out of a
shopper). Or they could have entered their zip code or changed a
quantity or selected a shipping option, and then hit the recalculate
button (and recalculated any number of times). Etc etc.
-Loren
Ken Lanxner wrote:
In article <c2puuh$9eg$1@support.shopsite.com>,
"Chris Moore" <cmoore@alliancedatacom.com> wrote:
I could send them back 3 pages, no problem. But how do I tie the jscript
into the "Continue Shopping" button?
You will get a more authoritative answer from the ShopSite gurus. But I
would guess that you can't modify the action on the Continue Shopping
button. But if Continue Shopping takes the customer back to the MoreInfo
page, you can use js on that page to direct them elsewhere.
Ken