Magento 2 allows us to change logo appearing in website header, transactional emails and invoice at ease. In this tutorial, we will show you how to change logo for all of these positions. The reason why we can’t use the same logo for all places is that the sizes of the logo for each of
All posts tagged: magento 2 tutorials
getAllVisibleItems: How To Show Only Configurable Products & Hide Parent Products?
PROBLEM: The developer has a custom observer executing after “sales_order_place_after” that compiles a list of purchased items from the order and sends them to a third party. This script worked fine in Magento 1, but when upgrading to Magento 2, it shows both of the configurable product and its parent product being listed. Here is
[Fix It Series] Magento 2 Error: Custom Links in Admin Menu CE 2.1.8
PROBLEM: The developer creates a new module. Although the module is successfully installed and enabled, when clicking on the link on the admin menu it goes to the Dashboard. Here is the structure of the files in app/code/dfprojects: In System –> User Roles the entries
Magento 2 Tutorials – From A to Z For Beginners
This is a special blog post that sums up all of our Magento 2 tutorial up to now. Regardless of being a “new player” or an experienced Magento developer, you will find this resources valuable! How To Create Order Programmatically in Magento 2 (in 5 minutes) In this Magento 2 tutorial, we will show you
Top 10 Tigren Magento Blog Posts From 2017
Another year comes to an end! In the last year, we made a great effort to produce the most quality content on our Magento blog on a weekly basis, from the hottest news in the e-commerce industry, Magento updates, Magento tutorials to the deep analysis of e-commerce trends and the controversial Magento extensions and technologies.
How To Create A Credit Memo In Magento 2? (10 minutes)
WHAT ARE CREDIT MEMOS IN MAGENTO 2? In many cases, the customers ask for a refund because they are not satisfied with your products. Therefore, Magento 2 offers us the Credit Memo function in order to help the Magento store owners give the refund easily for their purchasers. In this Magento tutorial, we will show you
How To Create A Customer Group And Assign Customer To A Particular Group In Magento 2? (5 minutes)
WHY DO YOU NEED TO CREATE CUSTOMER GROUP IN MAGENTO 2? Magento 2 provides us with 3 default customer groups namely General, Not Logged In and Wholesale. However, your Magento e-commerce business might have to deal with more types of purchasers such as Retailer and V.I.P. Therefore, in this tutorial we will show you how to
All About Configuring Customer Accounts In Magento 2
HOW TO CONFIGURE CUSTOMER ACCOUNTS IN MAGENTO 2? There are 6 simple steps to complete customer accounts configuration in Magento 2. Let’s get started! 1st step: Set up length for each online session Go the admin panel, navigate to CUSTOMERS, click on Settings (Admin panel => CUSTOMERS => Settings) Or: Go the admin panel, navigate to STORES, click on Configurations
[Fix It Series] Total Price In Wishlist Page Is $0.00 In Magento 2
PROBLEM: The total price for all products is wrong in the Wishlist Page in Magento 2. Although each product has its own price, the total price equals $0.00. SOLUTIONS: Let’s follow the following steps: 1st step: Create folder app\code\Tigren\Wishlist 2nd step: Create folder etc 3rd step: Create folder Pricing\ConfiguredPrice Code: Create di.xml in etc <?xml version=”1.0″?> <!–
How To Set Up Automatic Product Redirects in Magento 2? (5 minutes)
WHAT IS AUTOMATIC PRODUCT REDIRECTS IN MAGENTO 2? In Magento 2, when you change any URL key of a product, it will create a automatic redirects. Then, when your customers access to the old URL, they will be redirected automatically to the new/ edited address. However, you must conduct several configurations in the back-end menu to