Option Cost

Started by WestCoastClassicCougar, August 01, 2007, 11:49:06 AM

Previous topic - Next topic

WestCoastClassicCougar

We are using the options to add core charges to bumpers and such, but it is not showing how much of what we charged is for the option, ie how much we charged the customer for the core charge.  I am not sure if hiding the amount options cost was on purpose, but this not being displayed is causing confusion amongst our customers.

Joshua
West Coast Classic Cougar
The Worlds Largest Cougar Only Wrecking Yard!
http://www.cougarpartscatalog.com

David Johns

Joshua,

There are several different variables for exporting the item options.  The item_options gives a list like
option1_name=option1_choice
option2_name=option2_choice
...


item_options_trim does the same, but will remove anything in parenthesis.  item_option_choices and item_option_choices_trim does the same thing, but only shows the choices, but not the names of the options.  item_options_csv gives a list like
option1_name=option1_choice, option2_name=option2_choice, ...

item_options_csv_trim does the same, but shows the choices only.  Lastly you can use item_optionn, where n is the number of the specific option you would like to get.

If you use one of the _trim codes it will remove the (+1.00) type incremental prices for options.  Otherwise it should display the incremental pricing.

Thanks,
David
SuperManager Support
info@thesupermanager.com