Skip to content

magento man

How to show tier price catalog category view page in configurable product option select simple product in magento 2.4

To display tier prices for configurable products in Magento 2.4, you need to make sure that when a simple product (child product) is selected from the configurable product options, the tier prices for that simple product are correctly displayed product… Read More »How to show tier price catalog category view page in configurable product option select simple product in magento 2.4

How can I change an email template variable to show the Customer Group Name instead of the ID number

I was shown how to create an observer to grab the customer groupID and create a variable that can be added to my email template like this…  _order = $order; } public function execute(Observer $observer) { $order = $observer->getEvent()->getOrder(); $customerGroupId… Read More »How can I change an email template variable to show the Customer Group Name instead of the ID number

The “componentType” configuration parameter is required for the “created_at” component Magento 2

Details : {“0”:”The “componentType” configuration parameter is required for the “created_at” component.”,”1″:”#1 Magento\Framework\View\Element\UiComponentFactory->mergeMetadataItem() called at [vendor/magento/framework/View/Element/UiComponentFactory.php:425]n#2 Magento\Framework\View\Element\UiComponentFactory->mergeMetadataItem() called at [vendor/magento/framework/View/Element/UiComponentFactory.php:425]n#3 Magento\Framework\View\Element\UiComponentFactory->mergeMetadataItem() called at [vendor/magento/framework/View/Element/UiComponentFactory.php:334]n#4 Magento\Framework\View\Element\UiComponentFactory->mergeMetadata() called at [vendor/magento/framework/View/Element/UiComponentFactory.php:231]n#5 Magento\Framework\View\Element\UiComponentFactory->create() called at [vendor/magento/framework/View/Layout/Generator/UiComponent.php:140]n#6 Magento\Framework\View\Layout\Generator\UiComponent->generateComponent() called at [vendor/magento/framework/View/Layout/Generator/UiComponent.php:103]n#7 Magento\Framework\View\Layout\Generator\UiComponent->process() called at [vendor/magento/framework/View/Layout/GeneratorPool.php:93]n#8… Read More »The “componentType” configuration parameter is required for the “created_at” component Magento 2