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...




LinkBack URL
About LinkBacks









Bookmarks