Magento 2: Working with Wishlist

Magento Tips & Tricks

Magento 2 wishlist – list of products that a customer can share with anyone. Another purpose is to keep products you want to buy at a later date. By default it has some limitations and theme developer often need to customize it. Following samples was tested on magento 2.3.0 You need to update Vendor/Module in […]

read more

Magento 2: Homepage 404 error

Magento Tips & Tricks

Your magento store index page shows 404 page? Magento 2 homepage 404 error is a common issue. There are several reasons that could cause it. Lets check possible scenarios from easy to difficult. Store Configuration Issue Your store configuration point to wrong CMS page. CMS Home page was deleted or recreated, or you were experimenting […]

read more

How to Add Product Video in Magento 2

Magento 2 Developement

Nowadays it’s hard to imaging a good product details page without a video. Watching these videos makes a truly overview of your products before purchasing that will bring even more sales by your clients. Luckily, there is built-in functionality to add product video in magento 2. It’s possible to achieve this in 3 simple steps: […]

read more

How to Style Email Templates in Magento 2

In a previous topic we have considered several ways on How to Create Custom Email Templates in Magento 2. In this article we’ll learn how to style them and make their look fit our project design most. Some email clients like Gmail support CSS styles that have been applied as inline styles on the style […]

read more

How to Manage Custom Email Templates in Magento 2

Communicating with your customers is essential to smooth working of your online business. It’s a good practice for the store owner to notify them about different things like orders, subscriptions, promotions, invoices etc. This makes your clients trust your business and motivates them to return to your online store more and more. When a customer […]

read more

10 Codecanyon Top Selling Magento Extensions in 2018

Codecanyon Top Selling Magento Extensions

Codecanyon has quite large extension collections for Magento 1 and 2. You can see wide variety of plugins that helps you to extend your webshop with different sliders, faq pages, testimonials, discount codes, email templates, social logins and more. Lets check Codecanyon top selling Magento extensions of 2018: 1. Slider Revolution Responsive Magento Extension Sales: […]

read more

Magento 2 : Product image size and other options

Magento 2 product image size and other image options are defined in <theme_dir>/etc/view.xml. Themes located in app/design/frontend/<Vendor>/ folder. But magento built-in themes can be located in vendor/magento/theme-frontend-<theme_code> when you install it from the composer repository. /etc/view.xml contains images configuration for all storefront product images and thumbnails. This file is required for a theme, but optional […]

read more