Skip to content

magento man

Varnish and cache warmer

I use cache warmer (Mirasvit) with Varnish. Cache warmer doesn’t work correctly – either doesn’t warm up product pages (config from: https://www.varnish-software.com/developers/tutorials/configuring-varnish-magento/) or nothing at all when standard config is in use. What kind of changes does standard varnish config… Read More »Varnish and cache warmer

Magento2.4.2: How to sort product collection by sub category as shown in this picture?

I want to sort products by sub category as seen in this picture like Sort by Summer Collection as Muzlin summer 20 or Sort by winter collection and i’m following this approach VendorModuleModelVisualMerchandiserSortingSummerCollection.php <?php declare(strict_types=1); /** * Copyright © Magento,… Read More »Magento2.4.2: How to sort product collection by sub category as shown in this picture?

Is there a better host than LiquidWeb?

Ya know, I’m trying to work with LiquidWeb, but my patience is growing thin. I got no problem paying server fees, and server backups, but th… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1878553&goto=newpost

Magento 2 – can’t add foreign key constraint with declarative schema (db_schema.xml) – Reference column X in reference table Y do not have index

I try to add this table: MODULE/etc/db_schema.xml: <?xml version=”1.0″?> <schema xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd”> <table name=”company_configurator_configurations” resource=”default” engine=”innodb”> <column xsi:type=”int” name=”id” padding=”10″ unsigned=”true” nullable=”false” identity=”true” comment=”Configuration ID”/> <column xsi:type=”int” name=”quote_item_id” padding=”10″ unsigned=”true” nullable=”false” comment=”Quote Item ID”/> <column xsi:type=”int” name=”configurator_id” padding=”10″ unsigned=”true” nullable=”false”… Read More »Magento 2 – can’t add foreign key constraint with declarative schema (db_schema.xml) – Reference column X in reference table Y do not have index