Tutorials and Case studies
How to Update Theme Version in Magento - Easy Version Update
Written by KatyMany customers asked us about the common issues when they got mail notification of theme updated. They wondered and wanted to update their theme to the latest version but they do not know how. Unfortunately, this thing is not included in price and customers need to do it by themselves. This blog will show you the easy way to update your site to the latest version.
How To Fix Magnifier Doesn't Work With Inner Mode In Product Detail Page?
Written by SarahToday, we are happy to show you how to fix Magento 2 issue: Magnifier not working for product image on product details page. It's showing overlay image after hovering over product image but it's not zooming the image.
Luckily, the solution to fix this is quite easy. You can apply the following way to fix it now.
Do you want to automatically send out a confirmation email to your customers after they make a purchase and when an order is ready to your customers from your Magento 2 website?
Today, we are happy to introduce you new tutorial on how to set-up sales email on the Magento 2 store.
How to Fix Undefined Parser:parseFile method After Upgrading To 1.7.4.2
Written by SarahPrestaShop 1.7.4 released with the new features and improvement. As a PrestaShop theme developer, we have been trying to testing the latest version. But after upgrading from 1.7.3 to 1.7.4.2 when accessing the PrestaShop administration we are getting the following error:
Got error PHP message: PHP Fatal error: Uncaught Error: Call to undefined method Symfony\\Component\\Yaml\\Parser::parseFile() in /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php:667
Luckily, the solution to fix this is quite easy. But please note that this is PrestaShop 1.7.4.2 know issue and below fix is just a temporary fix, you should not directly change PrestaShop core file (override or create a plugin).
Everyone loves to buy product with the discounted price. Coupons are useful for way thanking existing customers, as well as attracting new customers. It also allows you to create custom codes that you can easily share online, in newsletters, or in personal emails to clients as a thank-you.
To use a coupon code, the customers will input it in the cart during checkout, and the discount value will be applied immediately. Magento 2 also supports a coupon code feature. Magento 2 has Cart Price Rules which help you run a promotion on your store and offer discounts to the customers using a coupon code.
Newsletter is an important marketing tool which helps you to inform clients regularly about shop's activities particularly as new products, promotions, discounts or loyalty programs. It is a great way to gain more customers to your store.
Within the configuration, you can give a confirmation link that the customers need to click on to complete the subscription process. The process that requires customers to take a secondary step to verify the subscription is called the double opt-in1 method. Applying this method will reduce the spam to your newsletters.