### Fecro Extension Installation Files Source: https://www.fecmall.com/doc/fecmall-guide/fecro/cn-1.0/guide-fecmall-fecro-addons-file This snippet outlines the key PHP files within the Fecro extension responsible for installation, uninstallation, and upgrades. These files are crucial for managing the lifecycle of the extension within the FecMall platform. ```PHP Install.php Uninstall.php Upgrade.php ``` -------------------------------- ### Configure 'Recommend For You' Products (Fecmall Appfront) Source: https://www.fecmall.com/doc/fecmall-guide/fecro/cn-1.0/guide-fecmall-fecro-banner-config This configuration allows you to set specific product SKUs to be displayed in the 'Recommend For You' section on the Fecmall Appfront homepage. Navigate through the admin panel to 'Website Config' -> 'Appfront Config' -> 'Homepage Config' and edit the 'Hot Selling Products SKU' field. Enter a comma-separated list of product SKUs. ```text Website Config --> Appfront Config --> Homepage Config Edit: Hot Selling Products SKU Example data: p10001-kahaki-xl,sk10003-001,sk10005,sk1000-khak,sk0003,men0003,men0002,men0001 ``` -------------------------------- ### PC Homepage New Arrival Section Configuration Source: https://www.fecmall.com/doc/fecmall-guide/fecro/cn-1.0/guide-fecmall-fecro-banner-config Sets up the 'New Arrival' section on the PC homepage using a CMS Static Block. This involves defining an identifier, title, and providing HTML for multiple image links with lazy loading. ```html
Fecmall
Fecmall
Fecmall
Fecmall
Fecmall
``` -------------------------------- ### Configure Popular Search Keywords (Fecmall) Source: https://www.fecmall.com/doc/fecmall-guide/fecro/cn-1.0/guide-fecmall-fecro-banner-config This section details how to set up and manage popular search keywords within the Fecmall backend. Access the configuration through the 'Website Config' -> 'Fecro Config' menu. ```text Website Backend: Website Config --> Fecro Config ``` -------------------------------- ### Homepage Footer HTML Structure Source: https://www.fecmall.com/doc/fecmall-guide/fecro/cn-1.0/guide-fecmall-fecro-banner-config This HTML snippet defines the structure and content of the homepage footer. It includes trust icons, company information, and customer service links. ```html