Hi,
I guess this has been asked somewhere in the forum, but is it possible to have a product A that has 2 prices $5 and $6 possible a Radio button, if you select $5 you get a drop down of 8 possible oils, and if you select the $6 price you get 10 possible oil selections.. and then the value are set for the add to cart function button.
I have added the code form Paypal for the $5 option
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<table><tr><td><input type="hidden" name="on0" value="Fragrance">Fragrance</td><td><select name="os0"><option value="*****">*****<option value="Coconut Dream">Coconut Dream<option value="Chocolate">Chocolate<option value="Frangipani">Frangipani<option value="Mango">Mango<option value="Ocean Rain">Ocean Rain<option value="Strawberry Garden">Strawberry Garden<option value="Golden Vanilla">Golden Vanilla</select>
</td></tr></table><input type="image" src="https://www.paypal.com/en_AU/i/btn/btn_cart_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypal.com/en_AU/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="orders@mywebsite.com.au">
<input type="hidden" name="item_name" value="2oz Travel Tin">
<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="return" value="http://www.mywebsite.com.au/products.html">
<input type="hidden" name="cn" value="What colour(s) do you require ?">
<input type="hidden" name="currency_code" value="AUD">
<input type="hidden" name="lc" value="AU">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
Regards
Mark



LinkBack URL
About LinkBacks


Reply With Quote