This is a discussion on Stocktaking Cost within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; 1054 - Unknown column 'p.products_cost' in 'field list' admin/categories.php ----------------------------- Search/Busque ------------------------------------ add this line: 'products_cost_price' => tep_db_prepare_input($HTTP_POST_VARS['...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 1054 - Unknown column 'p.products_cost' in 'field list' admin/categories.php ----------------------------- Search/Busque ------------------------------------ add this line: 'products_cost_price' => tep_db_prepare_input($HTTP_POST_VARS['products_price_cost']), ------------------------------- replace / mude para --------------------------------- search this line 'products_price' => tep_db_prepare_input($HTTP_POST_VARS['products_price']), add this line: 'products_price_cost' => tep_db_prepare_input($HTTP_POST_VARS['products_price_cost']), ------------------------ Search/Busque ------------------------------------ p.products_price add p.products_cost, ------------------------------- replace / mude para --------------------------------- p.products_price add p.products_price_cost, ------------------------ Search/Busque ------------------------------------ $currencies->format($pInfo->products_price) . ' ' . TEXT_PRODUCTS_INVENTORY_COST . ' ' . ------------------------------- replace / mude para --------------------------------- $currencies->format($pInfo->products_price) . ' ' . TEXT_PRODUCTS_PRICE_COST . ' ' . Thank´s , Obrigado Suporte Oscommerce no Brasil http://www.osconline.info More...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MVS Shipping Cost Estimator | michael_s | New osCommerce Contributions | 0 | 12-05-2007 10:00 AM |
| 3 shipping cost to 3 different areas... | qualityonedesigns | osCMax v2 Customization/Mods | 0 | 11-20-2007 09:56 PM |
| Points value are not enough to cover the cost of your------ | Christy | osCMax v2 Customization/Mods | 0 | 05-22-2006 05:51 PM |
| display shipping cost? | johnkwok | osCMax v2 Features Discussion | 0 | 05-20-2006 01:48 PM |
| Zero cost items not to be sent to cc gateway | expate98 | osCommerce 2.2 Modification Help | 0 | 03-05-2003 03:07 AM |