Admin - Configuration - My Store - Display Price With Tax - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - My Store - Display Price With Tax - Catalog
/path/to/your/shop/includes/classes/order.php
| Line #493 : if (DISPLAY_PRICE_WITH_TAX == 'true') {
Line #513 : if (DISPLAY_PRICE_WITH_TAX == 'true') { |
/path/to/your/shop/includes/functions/functions_taxes.php
| Line #96 : if ( (DISPLAY_PRICE_WITH_TAX == 'true') && ($tax > 0) ) { |
/path/to/your/shop/includes/modules/order_total/ot_shipping.php
| Line #85 : if (DISPLAY_PRICE_WITH_TAX == 'true') $order->info['shipping_cost'] += zen_calculate_tax($order->info['shipping_cost'], $shipping_tax); |
/path/to/your/shop/includes/modules/pages/advanced_search_result/header_php.php
| Line #205 : if ((DISPLAY_PRICE_WITH_TAX == 'true') && ((isset($_GET['pfrom']) && zen_not_null($_GET['pfrom'])) || (isset($_GET['pto']) && zen_not_null($_GET['pto'])))) {
Line #223 : if ((DISPLAY_PRICE_WITH_TAX == 'true') && ((isset($_GET['pfrom']) && zen_not_null($_GET['pfrom'])) || (isset($_GET['pto']) && zen_not_null($_GET['pto'])))) {
|
