I tried to increment the product quantity by 10 steps on each click on the + sign by configuring it in the quantity increment from the advanced inventory of the product dashboard. Unfortunately, it is still incrementing 1 not 10 on one click. Someone, please help me to configure this […]
Magento
I am facing this issue in magento 2.3.4: I want the welcome message to be the first element in the top.links block. Now it is looking like this: For that, I have made some changes inside design/frontend/{company name}/{theme name}/Magento_Theme/layout/default.xml and now it looks like this: <move element="top.links" destination="top.link.header"/> <move element="header" […]
I have requirements that, need to create custom module that upload the video from back end and this video can show on frontend product view page in product gallery and product image view.. Now I have created backend functionality for for upload video and save it, But now I’m confused […]
A client has moved from Magento CE 1.9 to OpenMage LTS. They used to operate a single store website on their .co.uk domain name. They have started to operate a multi-store website .ie and .eu version of their website and want to also introduce other regions. TLDR: Price and other […]
I have a text area inside system.xml file and it is working fine for small data but for large data, it is not saving and truncating data, maybe there is a DB column length limitation. How to resolve this since I have to save thousand of comma separated values inside […]
I am working with one of requirement, in my case the client wants a feature to get the price changed products (simple & configurable) product. Explanation : During the product edit from admin, if the admin changed the product(simple & configurable) price I need to store in custom table for […]
I add an alias to collection for priority sort product with price first. $collection->getSelect() ->columns(["IF((price_index.price && price_index.price > 0),1,0) as have_price"]) ->order('have_price DESC'); It worked well on magnento 2.3 but after upgrade to 2.4, the query return no order have_price , only order FIELD(e.entity_id,1,2,3,4) Is there any way to sort […]
Hi I use this module EaDesgin/Magento2-City-Dropdown and I observe that the “name” for the input is missing. the value name=”” is blank. How I can add the name for the city or a class or id? All I want is to add there for the city dropdown the css style=”width: […]
From my understanding I can create my own integration by System->extension->integration. How do I setup the webservice and let third party to connect my Magento to create system user with user-roles account? Is there any documentation for third party how they get connect and posting request? I only found how […]