Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
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.
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|