Every aspect of an online store is essential for a smooth and enjoyable customer shopping experience. Checkout is the final step when users finalize their purchase payment, making it one of the most important.
Read more
The fashion and apparel industry dictates its rules and product page design features. Fashion items require more visual and descriptive detail than other products, as customers need to visualize how an item will look, understand the fit and fabric, and feel confident in their purchase without trying it on.
So you have decided to start doing ecommerce and launch your online store – wonderful! You’re definitely heading for success, since the share of online retail has been growing steadily over a previous couple of years and now has reached its peak.
2018 has become a year of rapid ecommerce development. As more and more people around the world discover the merits of online purchase, an online shop becomes a must for not only large retailers like Amazon, iHerb and Asos, but for middle and small businesses as well. If you don’t already have an online store, it’s high time to launch one. Read more
We keep diving into Magento 2. Today we are going to make a detailed examination of one of the basic elements of any CMS structure — its configuration. Things a developer can do, ways to save data and increase basic capacities.
Read more
To add a new custom tab to a product page you need to follow these steps:
UPDATED 10.10.17. Beginning from Magento 2.1.8 change from disabled="false"
to disabled="true"
here: app/code/BelVG/AdditionalImageTemplate/etc/events.xml or in your adapted module. It will fix the bug with category’s image. Be sure to flush Magento cache after making the change.
Recently we published an article dedicated to adding of image attribute to a category in Magento 2. So now, I’d like to share with another way that uses an amazing mechanism in Magento 2, that is called Plugin. Read more
For the purpose of speeding up Magento front end performance, some tasks are executed in separate processes in the background. Stock updating, cache flushing, catalog updating, product price calculating: these are very heavy and time-consuming processes, that’s why as general they are executed in the background and usually by Cron. The description of how to add 3 processes in Cron you can find in Magento 2 Developer Documentation.
What to do if you need to import products from Ebay to Magento 2? In the following article I am going to explain how to perform this task. Read more
As a PrestaShop administrator, you can setup multiple currencies in PrestaShop 1.6.
The importance of this function is evident as eCommerce business is spread worldwide and the customer should be able to make purchases in their country’s currency.
You need to follow these steps to increase sales by allowing customers to shop and checkout in their local currency.