I have a referral url like this http://example.com/customer/account/create?referral=xyz123 This takes us to sign up form where there is a hidden field for referral and is populated using JS. The is then captured by an observer and processes it. Now, my question is how can I achieve the same using an […]
Magento
I’m new to the Magento development, my Magento store is not showing up the option to add Scripts and Style sheets option under Content > Design > Configuration when I click on edit against my main website option. Thanks.
Let’s say I need an admin grid where not all columns of the sales_order table will be, but only some of them. For example: customer_id customer_name nickname How best to solve such a problem?
I want to display only those in this payment method filter drop down which are enabled on store front. if i had 4 payment methos enables on store front then only four options should be shown in this payment method drop down filter in sales order grid Thanks in advance. […]
I am using centos and cpanel for magento 2.4.2 installation. I noticed that there is huge files in the directory public_htmls/var/log/bak. is there anyone who could guide me how to: Clean the various log files manually using CLI commands for centos. I have seen some sudo commands for that but […]
After having searched for asolution but found nothing I am asking here to see if anyone can help. I have been looking at the documentation in Magento 2.4.3 and tried to understand how I make a full transaction to pay for products with a card through an integrated Stripe function […]
I have a local site on Magento 2.4.4 and I made the footer under footer/links.phtml which works fine. but when I upload it to the test server in Magento 2.3.2 it doesn’t show what could be the issue? Does Magento 2.3.2 have a different file structure?
How do I move the add to cart button beside the price? In the category product list. eventually I want something like this. Where do I completely edit the layout for the product list?