有2个问题:望高手指点
1:商品分类页面下的商品简单描述如何让它禁止显示???
2:还是商品分类页面下,如何让折扣价显示在商品价格下面,数量框上面??
如图:就是让图2显示在图1的价格下面,数量框上面????
版主: radnows

<!--bof Quantity Discounts table -->
<?php
if ($products_discount_type != 0) { ?>
<?php
/**
* display the products quantity discount
*/
require($template->get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
<?php
}
?>
<!--eof Quantity Discounts table -->

radnows 写道:1.后台配置里商品列表的商品描述设置为0就没有描述
2.tpl_product_info_display.php里把下面代码
- 代码: 全选
<!--bof Quantity Discounts table -->
<?php
if ($products_discount_type != 0) { ?>
<?php
/**
* display the products quantity discount
*/
require($template->get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
<?php
}
?>
<!--eof Quantity Discounts table -->
移动到<!--eof Product Price block -->位置后即可


radnows 写道:移动后肯定不一样的 具体操作看新手上路贴里的文件替换机制

正在浏览此版面的用户:没有注册用户 和 2 位游客