Skip to content

magento2.3

Auto Added by WPeMatico

Exception #0 (ReflectionException): Class VesPageBuilderModelConfigSourceElementList does not exist

Magento 2.3.7, PHP 7.4.30 I installed the VES Page Builder extension (downloaded file from land of coder) manually, according to their readme: Upload module files in the module packages in to folder: app/code/Ves/All, app/code/Ves/Setup, app/code/Ves/BaseWidget, app/code/Ves/PageBuilder Then run commands php… Read More »Exception #0 (ReflectionException): Class VesPageBuilderModelConfigSourceElementList does not exist

Magento2.4.2: How to sort product by custom price attribute?

I want to sort product collection by Custom Price attribute. here is my code Here is my code, what is the problem here, i dont understand? <?php namespace VendorModuleModelVisualMerchandiserSorting; use MagentoCatalogModelResourceModelProductCollection; use MagentoVisualMerchandiserModelSortingSortAbstract; use MagentoVisualMerchandiserModelSortingSortInterface; class CustomPriceBottom extends SortAbstract implements… Read More »Magento2.4.2: How to sort product by custom price attribute?

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?