Skip to content

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