I am using freshly installed magento2.3.5-p2 I am required to create backend processing such as log storing to store the data when New Shipping Address is added during checkout below is the page where the +New Address button appear on the checkout page upon clicking the +New Address button a […]
Magento
I wanted to automate the process of company approval, so I setup the status column default value in company table as 1. Now I want to send an email to the person as soon as the company is created. I was wondering if there is any event associated with company […]
I’m really struggling with Cart Price conditions. I want to be able to offer a discount code (say, 10%) to customers, but on limited products. I have created an attribute for my products already, “disallow discount”. So I created the rule to work with products that are “disallow discount = […]
I’m having a problem with the cache and would know how to use Cache-Control: must-revalidate in which file it puts it to work somehow?
I have built an application that takes user input and adds the values to a table on submit. I wanted to integrate an undo button that removes the most recent item that was added from the table. Here is the form to get the user input and the table: <form […]
I’m trying to add a layout update to a specific group of CMS pages. I created a plugin class that applies a layout update if a certain condition is met. The plugin works if I use the following class but if remove the constructor and the page result dependency it […]
Please, someone can indicate some module that will split the order. I need to split orders based on vendor id. I found some references on the internet, but none of them resolved.
I’m having a hard time generating coupon report used in Magento 1.9 accessing Reports -> Sales -> Coupons, I select a date period, order status I keep “any”, empty lines = “no” and in Promotion rules I select = “specified” then my problem happens, not all existing coupons are listed. […]
Magento 2.2.5 I disabled the Magento_B2b module by setting it to 0 in config.php. Now in this module is the vendormagentomodule-b2bModelProductMetadata.php class which has a const EDITION_NAME defined: namespace MagentoB2bModel; use MagentoFrameworkAppProductMetadata as FrameworkProductMetadata; class ProductMetadata extends FrameworkProductMetadata { const EDITION_NAME = 'B2B'; /** * Get Magento edition * * […]