O eroare a apărut în timpul procesării cererii dumneavoastră. Daca eroarea persistă, vă rugăm să contactați proprietarul magazinului.
Unknown column 'DiscountBenefitFreeAutoAdd' in 'field list' (
SELECT
Discounts.DiscountID as DiscountID,
DiscountName,
DiscountType,
DiscountValue,
DiscountFreeShippingMethodID,
DiscountApplyMode,
PaymentModuleID,
StorefrontPaymentModules,
DiscountFirstOrderOnly,
(SELECT GROUP_CONCAT(ProductID) FROM DiscountProducts WHERE DiscountProducts.DiscountID=Discounts.DiscountID) AS DiscountProductIds,
(SELECT GROUP_CONCAT(CategoryID) FROM DiscountCategories WHERE DiscountCategories.DiscountID=Discounts.DiscountID) AS DiscountCategoryIds,
(SELECT GROUP_CONCAT(BrandID) FROM DiscountBrands WHERE DiscountBrands.DiscountID=Discounts.DiscountID) AS DiscountBrandIds,
(SELECT GROUP_CONCAT(OptionID) FROM DiscountOptions WHERE DiscountOptions.DiscountID=Discounts.DiscountID) AS DiscountOptionIds,
(SELECT GROUP_CONCAT(CustomerID) FROM DiscountCustomers WHERE DiscountCustomers.DiscountID=Discounts.DiscountID) AS DiscountCustomerIds,
(SELECT GROUP_CONCAT(CustomerGroupID) FROM DiscountCustomerGroups WHERE DiscountCustomerGroups.DiscountID=Discounts.DiscountID) AS DiscountCustomerGroupIds,
(SELECT GROUP_CONCAT(DiscountCombinedDiscountID) FROM DiscountCombinedDiscounts WHERE DiscountCombinedDiscounts.DiscountID=Discounts.DiscountID) AS DiscountCombinedDiscountIds,
DiscountConditionBuyAProductFrom,
DiscountConditionBuyXProductsFrom,
DiscountConditionBuyProductAPlusB,
DiscountIsPromotion,
DiscountConditionOrderExceeds,
DiscountConditionOrderTotalItemsQuantityExceeds,
%