What is the Mixin-Rewrite-Patch, what does it help with & how do I install it?
On Magento 2.4.2, some issues were observed in the work of the Jet Theme. Due to the rare occurrence of these problems, Amasty team created an optional package with the fix - the Mixin Rewrite Patch. During installations of the Jet Theme through the Composer, you can find amasty/module-mixin-rewrite-patch in the suggestions:
The issues that the Mixin Rewrite Patch can help with are:
- problems on the Checkout Page;
- configurable products not showing options/swatches on the product page/ category pages;
- "Uncaught Type Error: base is not a constructor" in the console;
To install the patch through the Composer, please use the following command:
composer require amasty/module-mixin-rewrite-patch
Afterward please make sure to run:
bin/magento setup:upgrade
To install the patch through direct file upload, please request the package from Support by filing a ticket here.
Related Articles
I installed the Jet Theme, but don't see all the features that are in your demo. How do I get the specific sliders/widgets/etc.?
Jet Theme includes several add-ons enhancing its functionality. Each package - Lite, Pro, or Premium - comes with its own set of sub-modules. In Jet Theme Lite those complementary modules are: Jet Optimizer, Jet Non-Latin Fonts, Mixin Rewrite Patch, ...
What are the names of all the sub-modules of Jet Theme Lite/Pro/Premium & how to install them?
Jet Theme includes several add-ons that enhance its functionality. Each package - Lite, Pro or Premium - comes with its own set of sub-modules. All of those are free together with the purchase of the specific Jet Theme package. In Jet Theme Lite ...
How to show configurable options in product listing?
If product options are not displayed on category pages, customers have to select them from the product page to add the items to the cart. To display configurable swatches on category pages, navigate to Stores → Attributes → Product → choose the ...
How should I submit configurable products with their variants to Google Merchant?
Google advises using the item group ID [item_group_id] attribute to group product variants in the product data. Variants are a group of similar products that only differ from one another by product details like size [size], color [color], material ...
What optimizer settings do I use for images, if I have both the Jet Theme and the Google Page Speed Optimizer module?
The Image Optimizer inside Jet Theme is a Lite version of any optimizer-type modules. So, considering you have the Google Page Speed Optimizer extension, it leads over the optimizer settings inside the Jet Theme. If you have already installed, or are ...