We will install the latest Magento 2.4 on the Windows local PHP web server and eliminate those errors one by one.
read moremagento 2 development
Magento 2: Working with Wishlist
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 moreMagento 2: Homepage 404 error
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 moreHow to Add Product Video in Magento 2
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 moreHow 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 moreHow 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 more10 Codecanyon Top Selling Magento Extensions in 2018
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 moreHow to create a “Free Shipping” coupon in Magento 2
Create a Free Shipping coupon code in a few minutes and steps using the tips provided in our article.
read moreCreating Coupons in Magento 2 Has Been Never Easier
All of us at least once used coupons to discount from a store and you agree that it’s not bad to purchase some necessary or desired goods with much lower price. Every store owner who cares about sales should provide coupon codes from time to time. In most cases this forces customers to comeback again […]
read moreMagento 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