grid

修改Ubercart的Grid能顯示teaser項目

在 uc_catalog.module 檔案裡新增下列文字
在575行下新增

variable_get('uc_catalog_grid_display_teaser',true)?
        t('Every cell on the grid will display the Product teaser.'):
        t('Cells on the grid will not display Product teaser.'),

996行下新增

if (variable_get('uc_catalog_grid_display_teaser', TRUE)) {

 繼續閱讀 »
RSS feed