By saturation - Mon 28 Mar 2011
|
Is there a config setting to have the price stored at the product level instead of the version level? I need versions, but I only want the price displayed once.
|
By Paul - Tue 29 Mar 2011
|
You can probably hide the price on individual versions using CSS (i.e. display: none Then you'd need to figure out how to display the price though.
You might also consider options products; this way, you have a single price display, but can have multiple selections within the options (approximating versions in some respects). You can also activate combinations if you need to stock track the different variations.
|