I need to alter all the top menu from my website based on a user data filled when the user is registered. “Casual” users will are using “root” category, excluding “new menu”. Now, I need the other users to access “new menu”, but not the other categories. Is is possible […]
Magento
I’m working on an e-commerce that have many thousands of products, something like 80,000 products. The problem is that when I go to Products page, it keeps loading and then crashes or return a 504 gateway error. I have tried to increase the timeout to 600 seconds, and it still […]
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 […]
Getting this error when I am registering one extension. Parse error: syntax error, unexpected ‘?’ in C:wamp64wwwMagento2vendorsymfonypolyfill-php72Php72.php on line 185
I’m trying to show minicart in both header and footer. I have added a new phtml in footer layout and added below code. <?php echo $this->getLayout() ->createBlock('MagentoCheckoutBlockCartSidebar') ->setTemplate('Magento_Checkout::cart/minicart-footer.phtml') ->toHtml(); ?> Now the minicart is showing in footer too but when add to cart is triggered the product is added to […]
I’m using Order’s increment ID in the search by keyword field to get the search results. However, it only works with 00000XXXX and not by XXXX. Search by keyword is using Fulltext searching but how to get the results with the like query? Please share the solution.
I will get for an order number only odd numbers. How can I change it that I will get all numbers. For example I will get only numbers like: #000000551 #000000553 #000000555 ….. Hope someone can help me there. kindly regards
We just migrated our magento store from 1.9 to 2.4 version, but in the process not all the prices have been imported correctly. We have a relatively huge database (more than 2.5M product, its a bookstore). Of course I can do it by running a simple sql query, but I […]
When I approved or disabled a product from the product edit page, seller got Product approved email. So I don’t want to send that email, how can I delete that setting in magento 2.3.