Page 1 of 1

Product Options

Posted: Thu Dec 03, 2009 11:32 am
by agua
Hi - How's things?

A couple of questions regarding Product Options.

1 - Would it be easy to make it so you can choose if your product option is a select, textfield, textarea, input or radio button? Or would this mod break on upgrades as I have read that the Options are build into the core

2 - Can you have dependent Product Options - for example say your product options are 1, 2 or 3 day, can you have more options under each item asking which day registrations:

1 day registation
Mon |Tues | Wed
2 day registration
Mon/Tues |Tues/Wed | Mon/Wed
3 day registration

3 - And last but not least, is it possible to have a product which is added with no price ($0.00) but the price is dependent upon the Product Options choosen.

I realize that some if not all of this would require modification, I'm just trying to figure out if it is worth it in regards to:

a) Cost
b) Upgrades
c) Ease of admin

Re: Product Options

Posted: Fri Dec 04, 2009 6:16 am
by agua
Anyone?

Re: Product Options

Posted: Fri Dec 04, 2009 6:57 am
by Xsecrets
agua wrote:Hi - How's things?

A couple of questions regarding Product Options.

1 - Would it be easy to make it so you can choose if your product option is a select, textfield, textarea, input or radio button? Or would this mod break on upgrades as I have read that the Options are build into the core
there is a commercial mod for this, but yes it may break on upgrades.
2 - Can you have dependent Product Options - for example say your product options are 1, 2 or 3 day, can you have more options under each item asking which day registrations:

1 day registation
Mon |Tues | Wed
2 day registration
Mon/Tues |Tues/Wed | Mon/Wed
3 day registration
well that functionality is not built in, but as with anything else you could hire someone to write it for you, and yes it may well break on upgrades.
3 - And last but not least, is it possible to have a product which is added with no price ($0.00) but the price is dependent upon the Product Options choosen.
yes
I realize that some if not all of this would require modification, I'm just trying to figure out if it is worth it in regards to:

a) Cost
b) Upgrades
c) Ease of admin
Pretty much any changes to options will be prone to breakage on upgrade. As far as cost and ease of admin that's just a determination you will have to make.

Re: Product Options

Posted: Fri Dec 04, 2009 2:15 pm
by agua
Hey Thanks Xsecrets :)

Where do I find the commercial mods? (sorry - I'm pretty new around here) O0

Re: Product Options

Posted: Sat Dec 05, 2009 2:38 am
by yaxo
I am also looking for this solution, anyone know where to find this?

Re: Product Options

Posted: Tue Dec 08, 2009 10:00 pm
by flyfishingcolorado
V1.3.4 will allow a product with a $0.00 price and then the options drive the price added into the cart. But it would be nice to turn off the $0.00 price for such products. It looks really strange to see a product that does not cost anything.

But again maybe those products showing no price will get more hits.

Re: Product Options

Posted: Sun Jan 24, 2010 1:37 am
by matthew@wormsetc.com
Bump!

I used the options plus http://www.unbannable.com/ocstore/options_plus mod by Qphoria, who I am actually going to ask to look at this post. I works really well and is a pretty easy install by the way. And it helped me on some of my problems, but now I would like to have the price not show on the "catalog view pages" if the price=0.0000.

I think the solution lies in theme/"yourtheme"/template/product/product.tpl lines ~19-24 by adding an if-then condition to the price display. I only know enough to break things in code. But I think surely someone who is a good programmer could fix it in know time.

Thanks

Once again if you need more configuability under the options line you should get options plus http://www.unbannable.com/ocstore/options_plus

Re: Product Options

Posted: Sun Jan 24, 2010 5:09 am
by Qphoria
On the product page, this can be overcome with my Options Price Update mod
But for category pages and other sideboxes, there is more work involved. Perhaps something can be hacked into the model to check for option price if price = 0.00

Re: Product Options

Posted: Sun Jan 24, 2010 5:21 am
by matthew@wormsetc.com
Yeah I modded it so that if I selected it as a special it would echo "see detail for price" that will get my by until I learn more about php conditionals. I changed it in categories.tpl, search.tpl, and home.tpl

But I do plan on eventually making it

<?php if ['price'] = 0.00 then {echo "see product detail for price options";}
else {echo "['price']";} ?>

Can anyone fix that syntax? I know I got it all screwed up. is that even close?
Thanks for the post Qphoria

By the way I did not even know what an <a> anchor was a month ago.

Re: Product Options

Posted: Sun Jan 24, 2010 6:25 pm
by i2Paq
@matthew@wormsetc.com ,

Have a look: Here.