E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
Donald member Posts: 4 |
Hi, I'm wondering if there is a way to set different prices for product variables in a dropdown menu, in the fatfree cart? (Much like can be done with Google Checkout's own Buy Now buttons). For example: Product X Dropdown menu: Small - £15.00 Medium - £20.00 Large - £25.00 At the moment I can see how to get the different sizes in the dropdown, but only if they're all the same price. Is there any way around this? Thanks, Donald. # POSTED ON: October 23, 2007 @ 05:14 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
Donald, please see "variants" in help page. There are 2 kinds .. the other kind can have individual price, stock, sku etc. # POSTED ON: October 23, 2007 @ 08:26 GMT -7 |
|
Donald member Posts: 4 |
Thanks I found the variants help section. Is there a way to do this by editing the html code in the copy/paste free version of fatfreecart, or is this only possible through the admin pages in the full paid-for version? # POSTED ON: October 24, 2007 @ 04:03 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
Ah! you are talking about http://www.fatfreecart.com/ .. well simply replace the <input name=amount type=hidden> with a dropdown. # POSTED ON: October 24, 2007 @ 11:36 GMT -7 |
|
Donald member Posts: 4 |
Yes I'm referring to fatfreecart.com, sorry for the confusion! Thanks for the advice, not entirely sure what I'm doing but I'll have a play about with it and see where it gets me... # POSTED ON: October 25, 2007 @ 03:53 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
here's a quick outline <input type="hidden" amount="20.00"/> TO <select name="amount"> <option value="20.00">20.00</option> <option value="25.00">25.00</option> <option value="40.00">40.00</option> <option value="50.00">50.00</option> </select> # POSTED ON: October 25, 2007 @ 10:43 GMT -7 |
|
Donald member Posts: 4 |
Thanks a million for the help, I've got it functioning correctly with the price dropdown now. Much appreciated! # POSTED ON: October 26, 2007 @ 09:03 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






