2011-09-01 67 views
1

我已經使用Joomla和virtuemart下面的鏈接建立一個購物車中移除VirtueMart特色產品enter link description here如何從類別瀏覽頁面

我的問題是:

  1. 如何刪除功能的產品在類別瀏覽頁面?
  2. 如何在單獨的菜單項的單獨頁面中顯示功能產品?

謝謝。

回答

0

1)主要產品可以從你的瀏覽(類)頁由以下文件註釋掉線

//echo $ps_product->featuredProducts(true,10,true); 

(該文件取決於其佈局你使用)

/components/com_virtuemart/themes/default/templates/browse/includes/ 

browse_layouttable.tpl.php 
browse_listtable.tpl.php 
browse_notables.tpl.php 
被刪除

2)我建議使用VirtueMart特色產品模塊(mod_virtuemart_featureprod)和loading the module into an article

1

或者您也可以直接進入VirtueMart組件產品>特殊產品(這會向您顯示對已放置爲「特色」的產品進行檢查。點擊這些產品,轉至其「產品狀態」選項卡,然後取消選中說「特殊」的盒子