New: magentotutorialAll contenthive-129948krhive-196917steemzzanhive-166405hive-183959hive-180932hive-185836photographyuncommonlabhive-183397hive-150122hive-101145hive-188619hive-144064bitcoinhive-145157krsuccesslifehive-184714hive-109690hive-193637hive-181136hive-103599TrendingNewHotLikersmagecomp (35)in magento2 • 2 years agoHow to Encode and Decode URL in Magento 2Hello, Magento Friends Confidential information is shared using encryption. In an encoded text, the plain text cannot be understood. A plain text version of the encrypted text is then created.…magecomp (35)in magento2 • 2 years agoHow to Add Product Review on Product Detail Page Programmatically in Magento 2Hello, Magento Buddies! A great technique to get positive customer reviews for your company is through product reviews and ratings. Other consumers' ability to make purchasing decisions is aided…magecomp (35)in magento2 • 2 years agoHow to Apply Coupon Code Automatically in Magento 2Howdy, Magento Friends! The majority of the time, customers must manually enter or copy-paste promo codes. Instead, you might enable the automatic use of promo codes to give your consumer a simple…magecomp (35)in magento2 • 2 years agoHow to Add Storeview Switcher in Custom Admin Grid using UI Component in Magento 2Howdy, Magento Folks! Magento 2 allows you to set up multiple stores. It is used by admins who want to expand their business by managing multiple stores. Magento 2's admin UI grid includes a…magecomp (35)in magento2 • 2 years agoHow to Add Custom Fields to Checkout Page in Magento 2Howdy, Magento Folks! It is imperative to optimize the checkout and order placement processes to improve the user experience. To process orders more efficiently, you sometimes need additional…magecomp (35)in magento2 • 2 years agoHow to Display Complex Error & Success Messages in Magento 2Howdy, Magento Folks! Notifications about customer actions on your website are important. However they provide a default function, but if you want to show a custom message along with the text.…magecomp (35)in magento2 • 2 years agoHow to Automatically Import/Export Categories in Magento 2Howdy, Magento Folks! In Magento 2, categories need to be created manually when you need any new category. Have a look at How to Automatically Import/Export Categories in Magento 2. For less time…magecomp (35)in magento2 • 2 years agoFixed: PHP Fatal Error “Allowed Memory Size” in Magento 2Hello, Magento Buddies! When you install any extension or theme in Magento 2, you may come across PHP fatal error. It’s because of the larger RAM resources. Deep dive into Fixed PHP Fatal Error…magecomp (35)in magento2 • 2 years agoMagento 2: Download Export File Directly Without Cron ScheduleHello, Magento Folks! For users who wish to download the CSV file without scheduling cron jobs, you can use the following code. Learn Download Export File Directly Without Cron Schedule in Magento…meetanshi (42)in magento • 3 years agoHow to Set Magento 2 Search WeightMagento 2 Search Weight facilitates admin to allocate weight for product attributes that are used for catalog search. So, the attributes with high priority get preference over other attributes to…magecomp (35)in magento2 • 3 years agoMagento 2: How to Add Additional Column in Invoice PDF for Bundle ProductsHello, Magento Buddies! By integrating Auto invoice and Shipment extension you can generate an Invoice PDF. But in the case of more requirements, you can add an additional column to the invoice…magecomp (35)in magento2 • 3 years agoHow to Fix Invalid Column Data Type when Reindex Magento 2Howdy, Magento Folks! The Magento 2 storefront will perform better when the store data is reindexed. It is possible to reindex Magento 2 programmatically or via the command line. Deep dive into…magecomp (35)in magento2 • 3 years agoHow to Customize Maintenance Default Page when Maintenance Mode is Active in Magento 2?Hello, Magento Buddies! Magento shows the default maintenance message as an error or exception when your site is in maintenance mode. Customers find this unfriendly. Have a look at How to…magecomp (35)in magento2 • 3 years agoHow To Enable Middle Name In Registration Form In Magento 2Hey, Magento Buddies! Using Magento 2's Registration Form, you can easily customize it to meet your specific business requirements. This field is disabled for middle names. Middle names can be…magecomp (35)in magento2 • 3 years agoHow to Enable/Configure Flat Catalog in Magento 2Hello, Magento Buddies! The flat catalog creates a flat table that stores all information about the products and categories and updates itself according to cron job scheduling. By enabling a flat…magecomp (35)in magento2 • 3 years agoHow to Create a Widget Programmatically in Magento 2Hello, Magento Buddies! A widget is an optional component that can be added to any CMS block in Magento 2. CMS blocks and CMS pages can be enhanced with static or dynamic content using them. In…magecomp (35)in magento2 • 3 years agoHow to Apply Custom CSS for Specific CMS Page using a CSS file in Magento 2Hello, Magento Buddies! Our CMS page sometimes needs to be styled. We can then create a CSS file for that specific CMS page instead of writing internal or embedded CSS in the content of that CMS…magecomp (35)in magento2 • 3 years agoHow to Fix Magento 2 Bulk Actions Not WorkingHello, Magento Buddies! It is possible to perform bulk actions on many products at once by applying changes in bulk. But Magento 2.3.3 version or lower than that face these issues. So, here is the…magecomp (35)in magento2 • 3 years agoHow to Fix “Uncaught Error: Class ‘Magento\Setup\Mvc\Bootstrap\InitParamListener’ not found” Error After Upgrading to Magento 2.4.x?Hello, Magento Buddies, Enhancing the store's performance and security is one of the main benefits of upgrading to the advanced version. Upgrades, however, can sometimes result in errors…magecomp (35)in magento2 • 3 years agoHow to Apply Schema Patch in Magento 2Hello, Magento Buddies! A schema patch is a class in Magento 2 that contains instructions on how to modify any custom table or EAV table by adding, updating, or deleting columns. Deep dive into…