I’m new to Magento 2 and to this forum. I’m trying to add a newsletter subscription on the customer menu, just after the core one. For that, i created a module “ACME_Newsletter” I added a custom field to the customer_entity table via a db_schema : <table name="customer_entity"> <column xsi:type="boolean" name="acme_nl_subscription" […]
Magento
I have two custom Payment Methods which are almost same to each other just APIs are different which are set in admin setting now when only one payment method is enabled then it works perfectly but when I enable both of them and tried to do checkout then it gives […]
i want to set “Qty to refund” column value as 0 by default and then i will update qty for only those product which i want to refund. i tried to set value as 0 but after that the “Update Qty” button does not update the qty and again set […]
Right now in my template phtml file I am using this code to fetch the data and log it: console.log("Product Information: ", <?=json_encode($block->getProduct())?>); But I am unable to fetch information when the user customises the product by changing the size or color of the product, I need that information that […]
I am trying to write a custom sql that will provide to me data related to the Magento2 EE reward points. My issue is that my queries seem to be showing 0 as the result which can not be because when I manually look at some customer’s profiles in the […]
Could you let me know where is customer firstname and lastname being stored in magento 1 database table ? I didn’t seem to find them in customer_address_entity or customer_entity. I wanted to select all customers from my database whose total characters in name is greater than 15
I want to show the minicart content on plp page at the bottom, can any one help me on this, thanks in advance.
Friends, I am working on a Magento 2.3.5-p1 site Server transfer work (to a different and better provider) In this new site with exact same settings, when compiling, I am facing this error – Class MagentoMediaGallerySynchronizationApiApiSynchronizeFilesInterface does not exist All files are uploaded, re-uploaded (x2) and verified. PHP version (7.3) […]
I have had a Magento 1.9.1 site since 2015. All has worked fine. I moved hosting companies and now a year later when I have gone to upload more products the images do not appear on the front end. All that is shown on the front end is a placeholder […]