Jump to content

Unknown column 'reduction_percent' in 'field list'


Recommended Posts

How can I solve this?

Unknown column 'reduction_percent' in 'field list'

INSERT INTO `ps_order_detail`
              (`id_order`, `product_id`, `product_attribute_id`, `product_name`, `product_quantity`, `product_quantity_in_stock`, `product_price`, `reduction_percent`, `reduction_amount`, `group_reduction`, `product_quantity_discount`, `product_ean13`, `product_reference`, `product_supplier_reference`, `product_weight`, `tax_name`, `tax_rate`, `ecotax`, `ecotax_tax_rate`, `discount_quantity_applied`, `download_deadline`, `download_hash`)
           VALUES (14,
                 58,
                 51,
                 'Dior Homme - conteúdo : 100ml',
                 1,
                 1,
                 132,
                 0,
                 0,
                 0,
                 0,
                 NULL,
                 NULL,
                 NULL,
                 0.035000000149012,
                 '',
                 0,
                 0,
                 0,
                 0,
                 '0000-00-00 00:00:00',
                 '')



This error apears in the page "/loja/modules/bankwire/validation.php"

I tried to reupload all the payment modules without having success.

How can I solve that without losing my actual prestashop changes?

thanks and sorry about my English

Link to comment
Share on other sites

if this is the only (reduction_percentage) field missed, just go to add this field via database tool like PhpMyAdmin

reduction_percent decimal(10,2)

The problem i show could this happened? Did you upgrade from earlier version to a new version?
Maybe the upgrade is not successfully.

Link to comment
Share on other sites

×
×
  • Create New...