RE: Option Type Feature v1.6 (for osc 2.2 MS2)
Chandra <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <bd4ff55600859644b204cf1a7a8bea89@osCommerce-Forums> |
This message was sent from: Contributions http://forums.oscommerce.com/viewtopic.php?p=226991#226991 ---------------------------------------------------------------- Hi Jeroen, To have the option prices display correctly when tax is included in the price display, you'll need to update your product_info.php. Search for [code]$product_info_values['products_tax_class_id'][/code] and replace it with [code]tep_get_tax_rate($product_info['products_tax_class_id'])[/code] You should find and replace three occurences - one for text options, one for radio buttons, and one for checkboxes. Cheers, Chandra http://www.OpenStoreSolutions.com