This is a discussion on QTpro v1.0 - Quantity Tracking Professional within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Complet, without a small bug A small thing in amin/includes/boxes/reports.php. changes ' ' . BOX_REPORTS_STOCK_LEVEL . ' '); to ' ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Complet, without a small bug A small thing in amin/includes/boxes/reports.php. changes '' . BOX_REPORTS_STOCK_LEVEL . ''); to '' . BOX_REPORTS_STOCK_LEVEL . ''); here is a other thing if you want to changes it. The prices without ( ) Changes in catalog/include/classes/pad_base.php line: $products_options_array[sizeof($products_options_array)-1]['text'] .= ' (' . $currencies->display_price( $show_price, tep_get_tax_rate($this->products_tax_class_id)) .') '; // note $this variable //HW: THIS WAS BROKEN - tax class ID was being used as the tax rate.. so a fixed 8 percent in my case. to $products_options_array[sizeof($products_options_array)-1]['text'] .= ' ' . $currencies->display_price( $show_price, tep_get_tax_rate($this->products_tax_class_id)) .' '; // note $this variable //HW: THIS WAS BROKEN - tax class ID was being used as the tax rate.. so a fixed 8 percent in my case. or $products_options_array[sizeof($products_options_array)-1]['text'] .= ' ' . $currencies->display_price( $show_price, tep_get_tax_rate($this->products_tax_class_id)) .' '; // note $this variable //HW: THIS WAS BROKEN - tax class ID was being used as the tax rate.. so a fixed 8 percent in my case. More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| QTpro v1.0 - Quantity Tracking Professional | michael_s | New osCommerce Contributions | 0 | 01-31-2008 05:00 AM |
| QTpro v1.0 - Quantity Tracking Professional | michael_s | New osCommerce Contributions | 0 | 10-05-2007 01:13 PM |
| QTpro v1.0 - Quantity Tracking Professional | michael_s | New osCommerce Contributions | 0 | 07-01-2007 10:01 AM |
| QTpro v1.0 - Quantity Tracking Professional | michael_s | New osCommerce Contributions | 0 | 06-19-2007 07:40 AM |
| QTpro v1.0 - Quantity Tracking Professional | michael_s | New osCommerce Contributions | 0 | 05-01-2007 08:10 AM |