I am using Mageworx advance custom option module. Right now everything working fine. Current Workflow: My custom options are basically have radio/checkbox options. If i select any option then product main price also updated based on selection. What i want: If any user click on the custom option, product price […]
Magento
How to validate coupon code is valid for old customer in magento 2.4. I used observer but unable to do
I want to use reOrderItems mutation. But the issue is that when i re order a specific product magento throws error that “The order number doesn’t belongs to the current customer”. even though the order is of the same customer and also the customer is authenticated by jwt. What can […]
I require an SQL query to retrieve information about the promotions applied to an order from the sales order table. The field “applied_rule_ids” is utilized to obtain all rule IDs. However, a challenge arises when a rule, such as “buy 2 get 1 free,” is stored in both the sales_order […]
How can I place a div or span class inside stock available with custom xml. Would like custom block next to INSTOCK. <body> <referenceBlock name="product.info.stock.sku"> <block class="StockQtyBlockLeftQty" name="catalog.product.view.stock" before="product.info.stock.sku" template="Dolphin_MyModule::leftqty.phtml" cacheable="false"/> </referenceBlock> </body>
I need all the customer email using graphQl in magento2. Who ever registered in magento those customers email addresses. I need to get from Api. Please help for this
I have a custom input field on each product item in the cart. The value is added to the sales-order-item table. The field is exposed to the order api as a custom attribute. I want to add the value of this field to each order item listed in the new […]
I am getting incorrect captcha error, I am using by default captcha of magento version 2.4.6-p3. As I removed all the custom modules(even which is not related to captcha) and design theme changes. Not getting entries in captcha_log table. As I debug it is generating 2 times like screenshot below […]