Page 1 of 1

How to add more prices to one item?

Posted: Sat Apr 24, 2010 11:28 pm
by max_cady
Dear OpenCart developers, is there any extension that allows me to add several price tags to an item so I can select them via a Combo box?

Do I need an extension or do I have to change anything in the code?

Any information would be helpful.

Thank you.

Re: How to add more prices to one item?

Posted: Sun Apr 25, 2010 12:19 am
by Xsecrets
you can use options to add or subtract amounts from the default price an they will show up in drop down lists.

Re: How to add more prices to one item?

Posted: Sun Apr 25, 2010 11:21 pm
by max_cady
Oh, that's right, I could just set the price at 0 and then create options that add to that value.

Thanks.