How to replace product id?
I work with Magento and i want to replace the category ids with ids from another with writing a php code. Can someone help me to do that?
I work with Magento and i want to replace the category ids with ids from another with writing a php code. Can someone help me to do that?
I have updraded Magento from 2.4.0 to 2.4.5 and now in the product page, there’s an error: Uncaught TypeError: Cannot read properties of undefined (reading ‘set’) update: function (sections) { var sectionId = 0, sectionDataIds = $.cookieStorage.get(‘section_data_ids’) || {}; _.each(sections,… Read More »Magento 2.4.5 Uncaught TypeError: Cannot read properties of undefined (reading ‘set’)
I’m trying to pull a customers collection but i need to join it to their billing address details to add filters. The only info i can find so far seems to be for Magento 1, such as this: Magento join… Read More »Magento 2 joining customers collection with their billing address
Currently the information I receive from older version of PayGate in the additional_information field of the sales_order_payment table is: {“paygate-payment-type”:”EW-MOBICRED”,”method_title”:”PayGate”} and new version I’m getting this : {“raw_details_info”:{“PAY_REQUEST_ID”:”0155ED4B-6D5B-8BB7-F6DB-9EBE834B65AD”,”TRANSACTION_STATUS”:”1″,”CHECKSUM”:”6468b5614c4404633de42c94bfa71c5d”,”PAYMENT_TITLE”:”PAYGATE_PAYWEB”}} How to get similar values as old version. I have tried modifying… Read More »get specific information in additional_information field of the sales_order_payment table from payment method
I have an issue about mass Update Attributes because I used datetime in product attribute and seem Magento not support it. ref: https://github.com/magento/magento2/issues/35214 So I tried skip that attribute by override MagentoBackendBlockWidgetForm.php di.xml: <preference for=”MagentoBackendBlockWidgetForm” type=”[Vendor][Module]BlockWidgetForm” /> Change this: protected… Read More »Magento 2: Skip some product attribute from mass Update Attributes
working on an upgrade from 2.3.5 to 2.3.7 and suddenly got this error when compiling, does anybody know how to fix this? Looks like it had to do with me changing to “minimum-stability”: “dev”, because of mageplaza smtp asking for… Read More »Class BuyRequestBuilder does not exist after upgrade 2.3.5 to 2.3.7
I just upgraded my Magento version to the latest Magento version 2.4.5. after a successful upgrade, while I am trying to run di: compile command then I got an error. how to fix below error.
Emarket Multi Vendor MarketPlace Elementor WordPress Theme Added Index #51! SW Emarket Multi Vendor Elementor WordPress Theme is the best-selling MagenTech’s item on ThemeForest market. We always try to update this theme regularly as well as bring more homepages for… Read More »Emarket Multi Vendor MarketPlace Elementor WordPress Theme Added Index #51
Hey, I wanna check if there is some documentation about the code style for magento, specially regarding the best practices Indentation style for magento. I will give 2 examples, and I wanna also know the opion of the community about… Read More »Indentation Style (Code style) Magento 2
I’m trying to programmatically add a row to a dynamic-rows component by extending the dynamic-rows and form components. When an inserted form is submitted, the form data is inserted into the programmatically added row. My code successfully adds a new… Read More »Programmatically add row to DnyamicRows component