elgentos/magento2-hyva-cro-purchasing-confidence

Magento 2 Hyva CRO extension for increasing the purchasing confidence

0.0.1 2024-10-18 12:09 UTC

This package is auto-updated.

Last update: 2024-10-18 12:20:15 UTC


README

Magento 2 Hyva CRO extension for increasing the purchasing confidence by adding a "Customers usually keep this item" block when the item has been returned less than a configured threshold return percentage.

image

Install

composer require elgentos/magento2-hyva-cro-purchasing-confidence
bin/magento set:up

Configuration

You initially want to run the calculation crons manually, so you have that data. The updating of the return percentage on a product basis happens monthly, the recalculation of the average return percentage happens weekly.

magerun2 sys:cron:run hyva_cro_purchasing_confidence_update_product_return_percentage
magerun2 sys:cron:run hyva_cro_purchasing_confidence_update_average_return_percentage

image