1. Yes, if you are using ShopSite v5 or greater. To see an example in v5 you
will need to make a test page and test product (assign the product to the page)
and in the Product Layout check the checkboxes to display a Quantity box and the
pull-down menu ordering options. When the page is generate you can look at the
source to see the FORM for the individual product. In v6 if you want to see
this, just check those checboxes in a product, then go to Merchandising ->
OrderAnywhere, select that prodiuct and hit the Display HTML to see the complete
FORM for that product.
2. No. You are passing the item to order.cgi. The billing information is in
collecting in billing.cgi. The only way you could prepopulate any of that stuff
is by setting the cookie that ShopSite sets for the same purpose when someone
orders.
3. Since it can't be done, there is no list. The only things that can be passed
to order.cgi via a post are the storeid, Quantity, ordering options, and the
itemnum. In v6.1 you can add products via the same FORM, so you can do things
like radio buttons or checkboxes to determine which items get added to the cart
when the submit button is pressed.
-Loren
Marianne Cooley wrote:
Hi,
A few questions at the moment.
1. I currently have the submit button on my form link to ShopSite with a url
which includes the itemnum. Is it possible to use a post command on the
form to do the same thing?
2. And, is it possible to pass additional parameters when we do this (such
as first name, last name, etc) which have already been collected so that
certain billing information in ShopSite comes up already populated?
3. Is there a list of these parameters somewhere? I haven't found them
clearly spelled out in the documentation.
Thanks,
Marianne