问题标签 [cart-rules]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
magento2 - Magento 2 : How to add data in database mapped with id field of core table?
I have created a database in my custom module for the cart price rule. also, I have created a custom field on the admin side in the cart price rule. so I want that entered data in the cart price rule custom field should be added in my custom module's database with the help of cart price rule id. so the table for both is different but the entry should go for that field in a custom table.
~~ Thank you in advance!
magento-2.3 - Magento 2 配置购物车价格规则在随机产品列表中选择 2
我的网站有 100 个产品,我选择 5 个产品 A、B、C、D、E
我想设置具有以下条件的购物车规则
客户随机购买以上 5 种产品中的 2 种可获得折扣
前任:
购买 1 A、1 B -> 获得折扣
买 1 A, 1 D -> 获得折扣
买 2 A, 1 E -> 获得折扣
买 2 A -> 没有得到折扣 我该怎么做?
我正在使用 Magento 2.3 EE