We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Blog
-
February 15, 2024
To launch the El-print application on MacOS, you should follow several steps.
- Unzip the downloaded archive with the application.
- Launch the application by double-clicking the mouse.
- The application will not open due to the security system.
- Then follow these steps
-
Open System Settings.
-
Click Privacy & Security, scroll down, and click the Open Anyway button to confirm your intent to open or install the app.
-
The warning prompt reappears and, if you're sure that you want to open the app anyway, you can click Open.
- The app is now saved as an exception to your security settings, and you can open it in the future by double-clicking it, just as you can any authorized app.
-
-
December 05, 2023
What types of duplicate content exist in Magento, and what are the most prevalent examples? Partial duplicates refer to instances where only a small portion of the content or its layout is distinct.
Below are the typical instances of partial duplicates found in Magento stores, each link providing a detailed overview upon clicking:
- Products Sorting
- Pagination
- Variations of the Same Product
The primary example of full duplicates in Magento is having an identical product listed in multiple categories.
A canonical URL in Magento
-
November 29, 2023
Magento, as an e-commerce platform, provides extensive capabilities for managing products, including features for importing and exporting products. However, there are instances where the process of importing Downloadable products may lead to errors in attribute management. In this article, we will discuss a patch for the
Downloadable.php
file that addresses the issue of saving the redundant 'links_purchased_separately' attribute. Additionally, we will talk about a temporary solution for the problem where the "Links can be purchased separately" option always remains enabled after importing Downloadable products due to a Magento bug.Step 1: Describing the Problem
After importing Downloadable products into Magento, an issue may arise with the "Links can be purchased separately" option. Due to a Magento bug, this option will always be enabled, even if the corresponding attributes ('links_purchased_separately' or 'purchased_separately') are absent in the input
-
November 29, 2023
In the fast-paced world of online commerce, staying ahead of the curve is paramount. Extmag's subscription-based modules offer a gateway to efficiency and innovation for your e-commerce store. Let's delve into the myriad advantages, supplemented with illustrative examples:
1. Continuous Evolution with Regular Updates
Subscription-based modules from Extmag guarantee your online store's perpetual evolution through consistent updates. Imagine seamlessly integrating the latest payment gateways, shipping solutions, and customer engagement tools into your platform. This ensures your business not only keeps up with industry trends but sets them.
2. Time and Resource Efficiency: A Case Study
Consider the scenario where a store owner decides to develop an in-house solution for advanced analytics. This could demand substantial time, skilled manpower, and ongoing maintenance. By opting for Extmag's analytics module, the same capabilities are acquired instantly,
-
November 16, 2023
Introduction:
In the ever-evolving landscape of online commerce, security is paramount. As a Magento 2 store owner, you know the importance of safeguarding sensitive information and ensuring a secure shopping environment for your customers. One powerful tool in your security arsenal is Two-Factor Authentication (2FA). To streamline the management of this crucial security feature, we recommend implementing a solution that enables administrators -
October 22, 2023
Introduction:
Running a smooth and efficient e-commerce operation requires not only a powerful admin panel but also the ability to track and manage all changes made by administrators. That's where the "Action Logging" feature within our Magento 2 Admin Wizard extension comes into play. In this article, we'll explore how this feature allows you to maintain control, track admin actions, and restore any unintentional alterations to your store.
Understanding Action
-
October 22, 2023
Introduction:
Running an e-commerce store on Magento 2 is a powerful and flexible solution, but managing the backend can sometimes feel like navigating a labyrinth. Important tasks often require you to dig deep into the menu structure, resulting in time wasted searching for the right configuration options. However, there's a solution to this common problem – the Magento 2 Hotlinks Menu module. In this article, we'll explore how this module can significantly improve your efficiency in the admin panel.
The Need for Quick Access
-
October 22, 2023
Introduction:
Managing an e-commerce store can be a complex task, but it becomes much smoother when you have the right tools at your disposal. One such tool that can transform the way you handle products, orders, invoices, and shipments is the advanced filtering system seamlessly integrated into our Magento 2 Ready-Made Admin Wizard extension. In this article, we will explore how advanced filters give you unparalleled control and flexibility over your e-commerce operations.
Understanding Advanced Filters
Advanced
-
October 04, 2023
Add Featured Products to Magento Homepage with Page Builder
- Log in to the Magento Admin Panel: Log in to the administrative panel of your Magento installation.
- Navigate to the Homepage: In the admin panel, select "Content" > "Pages." Choose the homepage you want to edit and proceed to edit it.
- Edit the Homepage Using Page Builder:
- Click the "Edit with Page Builder" button to enter the editing mode using Page Builder.
- Create a New Block or Edit an Existing One:
- To add a block with products to the homepage, select the location where you want to insert the block and click "+ Add Content."
- Add the Product Block:
- From the available blocks, choose "Product List."
- Configure the Product Block:
- In the settings of the "Product List" block, you'll
-
October 03, 2023
Step 1: Install and Configure Language Packs
Install Language Packs:
Go to your Magento Admin Panel.
Navigate to "Stores" -> "Configuration" -> "General" -> "Locale Options."
In the "Locale" section, select the language you want to add and save the settings.
Repeat this process for each language you want to support.
Step 2: Create Translations
Create Translations:Magento allows you to create translations for various parts of your store, such as button labels, product descriptions, and more.
Create CSV files for each language, e.g., en_US.csv for English and fr_FR.csv for French.
Upload these files to the directory app/i18n/[Vendor]/[theme]/i18n/, where [Vendor] is your theme provider and [theme] is your theme name.
Step 3: Configure Stores and Websites
Create Websites:Go to "Stores" -> "All Stores."
Click "Create Website" and name your new website, e.g., "English Website."