Открита грешка при изпълнение на вашата заявка. Ако грешката се повтори моля свържете се със собственика на магазина.
Table 'store_479d98f32f3f.Discounts' doesn't exist (
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,


