Skip to content

LuckyGservers

Not sure if anyone else has experience with luckygservers, but what should I do when I’m being forced to share space on their gambling serv… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1926197&goto=newpost

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