Skip to content

magento man

Want to remove the File option while updating the cart item in mageno 2

I Want to remove the File option while updating the cart item in Magento 2. Below is the my code but not working $quoteItemId = $this->getRequest()->getParam(‘quote_item_id’); $optionId = $this->getRequest()->getParam(‘option_id’); // Load the quote item $quote = $this->quoteRepository->getActive($this->session->getQuoteId()); $quoteItems = $quote->getAllItems();… Read More »Want to remove the File option while updating the cart item in mageno 2

Category has wrong URL

We just upgraded to 2.4.6 and we have found tons of products and categories with wrong URLs. Categories and products that work have this URL :catalog/category/view/s/produkter/id/622/ Categories and products that do not work have this URL: /produkter.html/brannvern.html Does anyone know… Read More »Category has wrong URL

Magento 2 – Prevent admin to overwrite MSI Stock Data when order placed while he was editing product page ( non shipping product)

Currently we have MSI source Qty fields on the Product editing page in Magento Backend. So, we have both product data and Inventory source data on the same form and it happens, that admin opens product editing page as he… Read More »Magento 2 – Prevent admin to overwrite MSI Stock Data when order placed while he was editing product page ( non shipping product)