Partial invoicing in Magento 2 – how to update order line items with which items to invoice via csv? For example, let’s say I have an order that has 4 items on it. 2 of those items are on back order. So, I want to invoice and ship the other […]
Magento
I have problems creating cart rules, I don’t quite understand how it works, I need to programmatically create a rule that fulfills the following: 3% automatic discount if you have between 7 and 13 products with the “format” attribute equal to “polvo”. please if someone can guide me… this is […]
Our Magento 2.4.3-p3 site failed the XS Vulnerability check. Does anyone know how this can be fixed?
I would like to move the qty input to the right of the last product option (which in my case is a select element) I’ve defined a new block and template for the quantity to separate it from the add to cart button. but when I move it to product.info.options […]
I have developed a module in my magento 2.2.6 for to create an API that can update the product price and quantity via product id . Please see my code below /var/www/html/app/code/AdmNetsuitePQ/NetsuitePQ/registration.php <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, 'AdmNetsuitePQ_NetsuitePQ', __DIR__ ); /var/www/html/app/code/AdmNetsuitePQ/NetsuitePQ/Model/ProductUpdate.php <?php namespace AdmNetsuitePQNetsuitePQModel; use MagentoFrameworkExceptionInputException; use MagentoFrameworkExceptionNoSuchEntityException; use MagentoFrameworkWebapiException as HTTPExceptionCodes; […]
I am facing an issue when adding a new image to a product that does not have one uploaded, the special price would change to a random one. I am trying to do this as an user of the admin page, not as a developer, that is to say I […]
Here, the old code means Magento2.3.4, and the new code means magento upgraded v2.4.4-p2. Recently, I upgraded a site from Magento 2.3.4 to v2.4.4-p2, and I have much customization. Does Magento work with upgraded site v2.4.4-p2 and old site v2.3.4 with the same database? Magento 2.3.4 is compatible with PHP7.2 […]
I want to add more than 50 Product Attributes in the bulk. Please let me know the best way to do it in Magento 2.
After upgraded magento 2.4.5, when I login dashboard, It always got error: A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later. I would be logout after refresh page. I have to try many times and […]