Skip to content

magento man

how to get the getdata js data in the backend like observer in magneto 2

define([“Magento_Checkout/js/view/payment/default”, “jquery”], function (Component,$) { “use strict”; return Component.extend({ defaults: { template: “Test_Payments/payment/testpay”, }, getData: function () { return { method: this.item.method, additional_data: { iban: $.trim($(‘#data1’).val()), bic: $.trim($(‘#data2’).val()) } }; } }); });

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