I want to put a link directly to Checkout on all pages, analogous to
the following code that goes to the cart.
<a
href="/cgi-bin/sc/order.cgi?storeid=**yourstoreIDhere**&function=show">View
Cart</a>
The Checkout button would be outside the product form, and for now I
want to hard code it (not template generated).
Is this possible? For shoppers who have already viewed their cart and
made no more selections, it would bring them one step closer to
ordering, and maybe more importantly, it provides a visual impulse to
complete the sale.
If it's possible, I assume SC will ask them to enter their zip and
calculate total if they haven't done so yet?
If it's not possible, I realize I could just make the button go to the
cart, but I'd want to put an intermediate page in between or it would
look kind of silly. Maybe a friendly reminder (e.g.: "To check out,
please confirm your tax location on the next page, recalculate if
necessary, then click "Checkout" at the bottom of the page.") or a
special offer. Then I'd use the above View Cart code again as a
"continue" button.
Other suggestion?