Product Types in Magento
Today we will discuss product types in Magento. Magento out of the box provides six kinds of products, even with a custom one, which can meet all your needs in business.You choose the best product type for your store. These are six types of products:- 1) Simple, 2) Grouped, 3) Configurable, 4) Virtual, 5) Bundle […]
Configure Redis cache On The Magento 2
Configure Redis cache On The Magento 2, we will see how to configure Redis cache on Magento 2. We are going to explain this in 3 simple steps. Below are the steps :- 1. Install Redis on the server. 2. Use Redis for the Magento page and default cache. The following example enables Redis page […]
How To Show Cookie Popup in Magento 2
Today, we will see how to show cookie popup in Magento2 on website.When user open or access first time website, its ask to accept terms policy.This model popup show until visitors accept or close. Apply below bootstrap and jquery code to show popup- HTML code <div id=”cookie-popup-window” style=”display:none;”> <p>Accept cookies policy</p> </div> <script type=”text/javascript”> require([ […]
Custom attribute not saving in Magento 2
Custom customer attributes not saving on DB in Magento 2, you need to debug in database.have added a custom customer attribute named is customer_mobile.It is displayed as expected in the admin forms, to create a new customer or to edit an existing customer.When you create a custom customer attribute, it enters into the below tables.1. […]
Magento 2.4.2 features and new release
Magento Open Source 2.4.2 release notes enhance all the security improvements in which they have included magnification to support the SameSite attribute for all cookies.Magento 2.4.2 directly specifies the support of Redis 6.x. as well as elastic search 7.9 and compatibility with Composer 2.x and Varnish 6.4. Magento 2.4.2 system requirements- PHP 7.4.0 Composer 1.x […]