Data Migration is hectic and needs to be done again and again. Is maintenance mode really required ?
Magento
My site is running on magento 2.4 CE with elastic search. I’ve been adding products and checking various features of magento. trying to create a group of customers whom i can give discounts on products. But user from new group cant find any product on website.
I have problem with save custom billing attribute. I added attribute into Customer Address Entity table. all field of billing address are save to db without my custom attribute. My attribute are save in order table,if logged customer edit field it saved too. But if logged customer add new billing […]
I do not want Google or other search engines to crawl my website, I do not want any of the products to show in google search results. how can I do that?
In My Orders page I want to add a select/option dropdown for sorting the orders list. I don’t know how to get it done. Please take a look at the attachment image for further information. Please help and thank you in advance.
After following this as a guide: Github module for grouped product attributes Now all my product pages give a 404 error. I am attempting to add all of the attributes to the grouped product collection so that I can access custom attributes from the grouped product page. I’m not sure […]
I had created custom block and called in product_detail_view.xml file but it is coming after the description now I need that block after the price. This is code the I had put in product_detail_view.xml file <referenceContainer name="content"> <block class="MagentoCmsBlockBlock" name="area-calculator" after="product.info.price"> <arguments> <argument name="block_id" xsi:type="string">area-calculator</argument> </arguments> </block> </referenceContainer> How can […]
I want to set custom price programmatically and placed order with that price for that product in Magento 2.i have added below code. it set the original price. and original Custom price is updated properly in quote_item table. but custom price is not updated in quote_item table. due to that […]
I want to add an on-click event on the menu instead of hover in Magento Luma Theme. I have checked a lot of solutions but nothing is properly understandable. Can someone help me out on the same? Thanks, Rashi