I am upgrading my website from Magento 2.4.3 to 2.4.4 After upgrade I have found out that email templates design have messed up. Earlier the email templates have a fixed width and was aligned at the center of the page. But in 2.4.4 I have found out that there is […]
Magento
Add new fields(Latitude, Longitude) in billing address and shipping address and display both custom fields and it’s value on following sections: Admin Order Section Order notification and email address section Order PDF address section
Create a custom component to add/edit/delete and view the detail of design information into admin. Associate the multiple design option to product and show selected design option product detail page. Create following fields in given table: Table name: design design_id int 10 primary key design_name varchar 50 unique design_status tinyint […]
Company A is an e-commerce store selling rugs online. Company A wants to charge based on the size of rugs provided by the customer. In backend, show product-wise option to enable/disable this functionality and field to specify price per sq. meter. Show form on product page to enter height and […]
Magento 2.4.4. I am getting some configurable product model. $product = $block->getProduct(); I need to determine, whether this product has swatches or not. Thanks for any help.
I’m trying to create catalog rule by installing the module, but it’s not working. This is my CreateRuleSetupInstallData.php file <?php namespace PerspectiveCreateRuleSetup; use Exception; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoFrameworkSetupInstallDataInterface; use MagentoFrameworkSetupModuleContextInterface; class InstallData implements InstallDataInterface { /** * @var MagentoFrameworkSetupModuleDataSetupInterface */ private $moduleDataSetup; /** * @var MagentoCatalogRuleModelRuleFactory */ private $ruleFactory; /** […]
We are running multiple stores off Magento 2. I have setup VAT rates and VAT rules per country. Is there a way to control which stores the VAT rate is applied to? For example i have a retail store and i want VAT to be applied here but not on […]
I have MSI enabled and have 2 sources – i want to be able to setup so saleable quantity is an aggrigate of both sources so if source 1 and 1qty and source 2 has 1 qty then saleable qty shows 2 but for some reason it seperates it out […]