opencart列表,magento分類頁
2022-09-02 10:23:09 - 米境通跨境電商
在進(jìn)行Magento的相關(guān)操作的時候,你可能都想在產(chǎn)品分類頁面添加上這一類產(chǎn)品的推薦產(chǎn)品(FeaturedProducts),這類產(chǎn)品一般是銷售比較好的,或者是你的利潤比較大的產(chǎn)品,那我們應(yīng)該怎么樣添加上這類產(chǎn)品呢?下面是描述如何顯示一組推薦產(chǎn)品(FeaturedProduct)。Featured產(chǎn)品需要在后臺為產(chǎn)品增加一個Featured屬性。當(dāng)管理員在Featured屬性上選擇Yes時,該產(chǎn)品就以Block的形式顯示在產(chǎn)品列表頁。
步驟1)創(chuàng)建一個”Featured”屬性
進(jìn)入后臺Catalog>Attributes>ManageAttributes>AddNewAttribute.添加一個新的屬性
AttributeProperties
AttributeIdentifier:featured
Scope:StoreView
CatalogInputTypeforStoreOwner:Yes/No
UniqueValue(notsharedwithotherproducts):No
ValuesRequired:No
InputValidationforStoreOwner:None
ApplyTo:AllProductTypes
FrontEndProperties
Useinquicksearch:No
Useinadvancedsearch:Yes
ComparableonFront-end:No
UseInLayeredNavigation(Canbeusedonlywithcataloginputtype‘Dropdown’):No
VisibleonCatalogPagesonFront-end:Yes
ManageLabel/Options
Default:FeaturedProduct
English:FeaturedProduct
然后保存,然后去Catalog→Attributes→ManageAttributesSets,把該屬性加入到默認(rèn)屬性集。
步驟2).加一個Block配置到catalog.xml
打開app/design/frontend/default/default/layout/catalog.xml.我們在默認(rèn)CategoryLayout標(biāo)簽的productlistblock上方加一個新的Block.差不多在該文件的73行
Layerout代碼
…..