close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Drop down buy now button?

Thread began 3/10/2010 6:12 pm by flhomesites394744 | Last modified 3/12/2010 12:20 pm by Jason Byrnes | 970 views | 3 replies |

flhomesites394744

Drop down buy now button?

Is there anyway to have a buy now button with a drop down of different options for the buyer to choose like Paypal offers?

Sign in to reply to this post

Jason ByrnesWebAssist

yes.


Create a new column in the cart object for the product option.

In the Add to cart button, select the option column and set it to be Updateable From a select list.

This will add the select list to the page. you can populate the select list with the options you wish to offer.

Sign in to reply to this post

flhomesites394744

How would I set up these options with each having a different price and then showing the option in the checkout cart?

I am using a Static

Thanks!!

Sign in to reply to this post

Jason ByrnesWebAssist

using a static cart, you will need to do things slightly different, set the price column to be updatable from a select list and set the option column to be updatable from a hidden element.

set the label in the price list to show the option name and the value to that options price.

then use javascript to populate the hidden element with the selected options label.


an example of the modified add to cart form would look like this:
<form name="WA_Store_Cart_1_ATC_10" method="POST" action="<?php echo $_SERVER["PHP_SELF"]; ?><?php echo (isset($_SERVER["QUERY_STRING"]) && $_SERVER["QUERY_STRING"] != "")?"?".$_SERVER["QUERY_STRING"]:""; ?>">
<input type="hidden" name="WA_Store_Cart_1_ID_Add" value="10" >
<input type="text" name="WA_Store_Cart_1_Quantity_Add" value="1" size="4" >
<select name="WA_Store_Cart_1_Price_Add" onChange="document.WA_Store_Cart_1_ATC_10.WA_Store_Cart_1_Options_Add.value = document.WA_Store_Cart_1_ATC_10.WA_Store_Cart_1_Price_Add[document.WA_Store_Cart_1_ATC_10.WA_Store_Cart_1_Price_Add.selectedIndex].text">
<option value="5">option 1</option>
<option value="10">option 2</option>
<option value="15">option 3 </option>
<option value="20">option 4</option>
</select>
<input type="hidden" name="WA_Store_Cart_1_Options_Add" value="option 1" >
<input type="submit" class="eC_FormButton" value="Add to Cart" name="WA_Store_Cart_1_ATC">
</form>

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...