在 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.'),if (variable_get('uc_catalog_grid_display_teaser', TRUE)) {
$product_table .= '<span class="catalog_grid_teaser">' . $product->teaser .'</span>';
}.catalog_grid_teaser {
display: block;
text-align: left;
}
| 附加檔案 | 大小 |
|---|---|
| 1.png | 37.27 KB |
最新回應
1 小時 50 分鐘 前
5 小時 43 分鐘 前
7 小時 43 分鐘 前
10 小時 48 分鐘 前
12 小時 28 分鐘 前
12 小時 38 分鐘 前
12 小時 40 分鐘 前
12 小時 44 分鐘 前
12 小時 48 分鐘 前
12 小時 52 分鐘 前