Useful tips for everyday
Can you add custom CSS to Shopify? Add/Edit the Custom CSS in Your Theme liquid. You can find it by going to your store admin…
Is there support for PHP 5.4 in Magento? Support for PHP 5.4 will also be built in to future Magento product releases. The Magento Enterprise…
How do you add a class to a tag in HTML? Adding the class name by using JavaScript can be done in many ways. Using…
How do I load a JavaScript file? To include an external JavaScript file, we can use the script tag with the attribute src . You’ve…
Is RESTful and REST API same? A REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms…
How do I enable all modules in Magento 2? How to display Magento 2 module list? Log in to your Magento 2 installation root folder:…
How to submit the form by material UI dialog? If form contains many field then use the bool in dialog to make the content scrollable…
Where is the add to cart button on scroll? On the right hand side, we can see the sticky ‘add to cart’ panel, which contains…
How do I install grunt locally to my project? Installing grunt-cli locally If you prefer the idiomatic Node. js method to get started with a…
How can get current store URL in Magento 2? Let’s do it by running the code snippet as the following two steps. 3 steps to…