Re: variants with same price
If your color option does not influence the price you should not add it as a variant option. You configure that at the attribute itself; Store configuration -> attributes -> *color attribute* -> Add to product variants wizard (uncheck)
If it isn't checked it will not update the form and not change the price for products that have this attribute.
Attributes that DO change the price
Suppose you want an attribute to always add $10 or 5% to the price without adding nr_colors * nr_sizes * other_attributes variants you can install an extension I wrote recently: http://www.contao.org/extension-list/vi ... price.html It changes the options widget so you can define fixed changes in price. The advantage is that you do not have to add ALL variations you would have to do if they needed to be in the variant attribute list. (This functionality might get added to Isotope in the future, Blair seemed interested in the idea of attributes that change prices) The downside is you cannot "disable" certain options. But I wrote another extension that allows to disable options per product. I still need to publish that. The combination should make this usable in most cases.
I'm currently working to finish a website that uses this extension. You can see an example of a products that use this extension here: http://decoxpress.nl/webwinkel/canvas The frame size is a fixed price addition (+18,95, +23,75, ...) and the frame thickness is a percentage for the thickest (+35%)
Re: variants with same price
ok, but in this way every products with that attributes has the same variants, but in my case I've products with different variants, e.g. tshirt1 has L and M, tshirt2 has S,L and M, and tshirt3 has only M
Re: variants with same price
Quote:
Originally Posted by desperados
ok, but in this way every products with that attributes has the same variants, but in my case I've products with different variants, e.g. tshirt1 has L and M, tshirt2 has S,L and M, and tshirt3 has only M
Well, with variants that is possible as per default.
My first extension doesn't offer that, but the second extension I mentioned will. I have just released so you can try it out: http://www.contao.org/extension-list/vi ... elect.html
This is an example of a product which uses both extensions: http://decoxpress.nl/webwinkel/textielp ... xtielframe The price is regulated through the first extension because all textile frame products have the same prices based upon the framesize. The available options through the second extension because not all framesize combinations are available (atm), but may also differ as soon as default images are offered that are not available in all ratios
Re: variants with same price