This is a discussion on Imprint Text Options within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Forgot (again :-)) to mention: Step 1. --------> Open classes/order.php products[$index]['tax']; $products_tax_description = $this->products[$index]['tax_description']; if (DISPLAY_PRICE_WITH_TAX == 'true') { products[$index]['id'] ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Forgot (again :-)) to mention: Step 1. --------> Open classes/order.php products[$index]['tax']; $products_tax_description = $this->products[$index]['tax_description']; if (DISPLAY_PRICE_WITH_TAX == 'true') { products[$index]['id'] . "'"); //also text option $check = tep_db_fetch_array($check_query); if ($check['customqty'] > 0) { $charge = $check['customqty'] * 5; //Change value to whatever you want to charge per custom $shown_price = $shown_price + $charge; $this->info['subtotal'] += $charge; } //CENTRAL50 CHARGE PER CUSTOM Make sure you change the value in the above code to what ever you want to charge per customized entry. Its updated in this package. More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Imprint Text Options | michael_s | New osCommerce Contributions | 0 | 06-05-2007 10:10 AM |
| Product options - radio buttons & text boxes | s123 | osCMax v2 Features Discussion | 1 | 02-21-2007 06:45 AM |
| Imprint /impressum under contact - page | michael_s | New osCommerce Contributions | 0 | 01-14-2007 12:10 PM |
| How to add product text options | Bobo | osCMax v2 Customization/Mods | 1 | 10-21-2006 05:43 PM |
| Paypal and TEXT product options | daffodil | osCMax v1.7 Discussion | 2 | 11-10-2005 07:08 AM |