Skip to content

Looking for a good webhost

Hi, I’ve tried a couple of webhosts for my WordPress site but never statisfied. – Frantech > Always been very happy, but managing a se… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1878617&goto=newpost

Get all email list of website. M2

I want all email list like order email, forgot password email, create account email, newsletter, shipment email, invoice email, refund email, other third party emails etc….. How can i get all email list from website? Thanks.

How to add htmlContent UI Component in product_form.xml custom attribute product group?

I create a custom product attribute with a custom group like this: $eavSetup->addAttribute( MagentoCatalogModelProduct::ENTITY, ‘trademark’, [ ‘type’ => ‘varchar’, ‘label’ => ‘Trademark’, ‘input’ => ‘text’, ‘source’ => ”, ‘frontend’ => ”, ‘required’ => false, ‘backend’ => ”, ‘sort_order’ => ’75’,… Read More »How to add htmlContent UI Component in product_form.xml custom attribute product group?

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?