Useful tips for everyday
How do I change the order of my menus in WooCommerce? From the Products admin panel, you can select Sorting and then drag and drop…
What is a transactional email vs marketing email? Marketing email is generally sent to groups of contacts that are prospects or customers. Transactional Email: One-to-one…
How to write and get config values by scope? An important, but less good documented feature of Magento 2 is how to write and get…
How do I show database in admin panel? 1 Answer Open your review model admin\model\catalog\review.php and find the method getReviews() . Now open the controller…
How to create an invoice that shows the total price? Create an invoice that shows the total price witho… November 01, 2018 04:02 PM Use…
Can I call API with localhost? Tips. Note that you should make calls to your new local API endpoint via AJAX or fetch by calling…
How to create new admin user in Magento 2? Create New Admin User in Magento 2, folowing steps: 1 Configure User Information 2 Determine Admin…
How to add custom CLI Command in Magento 2? Once again, run setup upgrade command and flush Magento 2 cache. Invoke the custom CLI command…
How do I make my logo navbar responsive? To create this CSS responsive navigation menu, we will use HTML CSS and JavaScript. We’ll not use…
What is the purpose of materialized view? You can use materialized views to achieve one or more of the following goals: Ease Network Loads. Create…