Read more Magento 2 Tutorials May 30, 2018 How To Add Sale Price for Products In Magento 2? (5 Minutes) As you might know, providing discounts and promotions is immensely effective for boosting sales in Magento eCommerce stores. Fortunately, Magento 2 allows us to easily set the sale price/ special price for any products from the backend. In this tutorial, we will show you 5 simple steps to add and apply discount prices for your items. […]
Read more E-commerce May 29, 2018 Ecommerce Search Bar: 16 Tips to Amplify User Experience Imagine your e-commerce website is the same as your flagship store in the online marketplace. The search bar acts as your customers’ guide, either leading them to satisfaction or leaving them frustrated. Just as a physical store’s layout affects shoppers, your digital store’s search bar and website design deeply impact online visitors. In this blog, […]
Read more Magento 2 Extensions April 10, 2018 Top 10 Best Magento 2 Daily Deal Extensions For ecommerce business owners, finding the right strategies to boost online sales is crucial. That’s where daily deals come into play. If you’re looking to entice customers with unbeatable discounts, create a sense of urgency, and witness a surge in your revenue, you’ve come to the right place. In this blog post, we’ve compiled a […]
Read more Magento 2 Tutorials March 7, 2018 How To Fix The Error: Google Shows Wrong Meta Description In Magento One of the common issues for Magento e-commerce websites is the wrong meta description shown on Google. In this blog post, we will tell you the causes of this error as well as how to fix it. Causes Of The Wrong Meta Description Error In general, most of the Magento stores face this error since […]
Read more Magento February 5, 2018 Magento Features: A Comprehensive Look at Its Capabilities The digital retail landscape is continuously evolving, with platforms coming and going, each promising to be the next big thing. Among these, Magento (now Adobe Commerce) has been a steady dominant force in e-commerce. But what sets Magento apart from the rest? Why are businesses increasingly adopting it, and why do shoppers find it so […]
Read more Magento 2 Tutorials January 19, 2018 How To Protect Original Product Images In Magento 2? PROBLEM: The developer enables the watermark function of Magento 2, but the original product images are still accessible from the URL without the watermark. For example: Cached image URL with the watermark: /pub/media/catalog/product/cache/df484df48ez74849c15sd4f7780/f/f/dsf-8f48d4f.jpg The original image URL without the watermark: /pub/media/catalog/product/f/f/dsf-8f48d4f.jpg Therefore, if someone who removes /cache/df484df48ez74849c15sd4f7780/ from URL can still access the original photo without […]
Read more Magento 2 Extensions December 18, 2017 23 Best Magento 2 Extensions to Elevate Your Store in 2024 In the world of online shopping, having a website that stands out isn’t just a bonus; it’s a must. Imagine walking into a store where everything you need is right at your fingertips, the aisles are easy to navigate, and checkout is a breeze. That’s exactly what the right Magento 2 extensions can do for […]
Read more E-commerce October 12, 2017 PWA SEO: How To Boost Progressive Web Apps on Search As online businesses strive to provide better user experiences and optimize their search engine rankings, Progressive Web Apps (PWAs) have emerged as a powerful solution that combines the best of both worlds – the web and mobile applications. However, as PWAs heavily rely on JavaScript, there have been concerns about their impact on search engine […]
Read more Magento 2 Tutorials October 9, 2017 How To Change Add To Cart Button’s Text And Link In Magento 2 In this tutorial, we will show you how to change Add to cart button’s text in Magento 2, from the regular “Add to cart” to “Find out more”. (Notes: you can change it to any phrase that you want). Moreover, when the customers click on the button, they will be redirected to a different URL […]
Read more Magento 2 Tutorials September 29, 2017 How To Set BCC For Customer Welcome Email In Magento? TASK Set BCC for the welcome emails that are sent to the new customers when they register new accounts. SOLUTIONS In your custom module – Rewrite model Mage_Customer_Model_Customer in config.xml <config> <global> <models> ... <customer> <rewrite> <customer>Vendor_Namespace_Model_Customer_Customer</customer> </rewrite> </customer> ... </models> </global> </config> – Create Customer.php in path Vendor/Namespace/Model/Customer/Customer and override function _sendEmailTemplate class Vendor_Namespace_Model_Customer_Customer […]
Read more Magento 2 Tutorials September 21, 2017 How To Get SKUs From Orders In Magento This Magento tutorial will show you how to get all SKUs from orders of the user who is currently logged in in Magento. For Example: A user has placed 3 orders. How can we get the returned list of SKUs including 0001, 0002, 0003, 0004, and 0005? The aim of this is to create a […]