Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / negative amount shown when more expensive attribute selected

negative amount shown when more expensive attribute selected

Views: 521

Results 1 to 5 of 5
10 Dec 2011, 7:48 PM
#1
liefstevens avatar

liefstevens

New Zenner

Join Date:
Dec 2011
Posts:
3
Plugin Contributions:
0

negative amount shown when more expensive attribute selected

I would like to know if there is a way to show a negative amount next to an attribute when a more expensive attribute selected.

so if you have a drop-down with:
attribute 1 + $10
attribute 2 + $40

when attribute 2 is selected attribute 1 would show - $30

Here is a cart that does what I'm talking about (not sure what cart it is) http://www.speakerhardware.com/jack_1x10_piezo_drvr_kit_flat_pack-K10JackPiezoFPDrvrKit.php

BTW have Dynamic Price Updater installed.

Thanks for any help.

10 Dec 2011, 9:18 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: negative amount shown when more expensive attribute selected

In the attribute controller when assigning the option and specifying the cost there is

Prices and Weights and under that
Price

There are 2 blocks the left most can hold a "minus" sign

10 Dec 2011, 10:40 PM
#3
liefstevens avatar

liefstevens

New Zenner

Join Date:
Dec 2011
Posts:
3
Plugin Contributions:
0

Re: negative amount shown when more expensive attribute selected

I realize you can make the price a negative but that's not really what I'm wanting to do.

10 Dec 2011, 10:56 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: negative amount shown when more expensive attribute selected

You would have to write custom code to do what you're proposing, and I suspect it wouldn't be a simple job.

10 Dec 2011, 11:13 PM
#5
liefstevens avatar

liefstevens

New Zenner

Join Date:
Dec 2011
Posts:
3
Plugin Contributions:
0

Re: negative amount shown when more expensive attribute selected

Oh well it's no big deal. Just thought I would see if there was a way to do it. Thanks