command button query

A

AnthonyV

I am creating a web site using Publisher and have encountered a bit of a
problem. My product sales page has a number of products vertically one below
each other. The price is next to each product and I wanted to use a "Submit"
Command Button Form Control to send the relevant selected product data to the
hosting company shopping cart I use.
Works fine for the first product on the page however Publisher will not
allow me to define a second submit button with different Form Properties
(Item & Item Values) for the second product on the page.
Where to from here my new and wise friends?
 
D

David Bartosik [MSFT MVP]

A web page only supports 1 submit button.
That 1 submit button posts all data from the page to the server in one post
back.
If you are using a third party shopping cart they should provide you the
code that posts back only the relevant data. A submit button would be for
after all items are in the cart and it's ready to order.
You might take a look at the PayPal.com shopping cart product.

David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top