商品分类页面下如何加进折扣价格显示

Zen Cart模板模版教程、设计、使用交流,欢迎大家把自创的模版 show 出来

版主: radnows

版面规则
严禁盗版、侵权的模板下载、讨论,违者封ID、IP。

商品分类页面下如何加进折扣价格显示

帖子yeuss » 2009-07-14 15:32

有2个问题:望高手指点
1:商品分类页面下的商品简单描述如何让它禁止显示???


2:还是商品分类页面下,如何让折扣价显示在商品价格下面,数量框上面??
如图:就是让图2显示在图1的价格下面,数量框上面????
1-1.jpg
图1
1-1.jpg (7.46 KiB) 被浏览 1070 次
1-2.jpg
图2
1-2.jpg (4.39 KiB) 被浏览 1069 次
yeuss
新手上路
新手上路
 
帖子: 7
注册: 2009-07-13 1:42

Re: 商品分类页面下如何加进折扣价格显示

帖子radnows » 2009-07-14 17:55

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
论坛版主
论坛版主
 
帖子: 3128
注册: 2005-08-09 23:57
地址: radnows.com

Re: 商品分类页面下如何加进折扣价格显示

帖子yeuss » 2009-07-14 18:58

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 -->位置后即可


我移动了代码,还是一样,是includes/templates/template_default/templates/tpl_product_info_display.php这个文件吗,
我的zcen模板templates目录没有这个文件
yeuss
新手上路
新手上路
 
帖子: 7
注册: 2009-07-13 1:42

Re: 商品分类页面下如何加进折扣价格显示

帖子radnows » 2009-07-15 13:24

移动后肯定不一样的 具体操作看新手上路贴里的文件替换机制
头像
radnows
论坛版主
论坛版主
 
帖子: 3128
注册: 2005-08-09 23:57
地址: radnows.com

Re: 商品分类页面下如何加进折扣价格显示

帖子yeuss » 2009-07-15 16:28

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

我想你应该理解错了,是显示在商品分类下面,不是商品页面....... 比如每个商品都有自己的折扣价,而在分类页面把每个商品的折扣价都显示出来,
30.jpg
yeuss
新手上路
新手上路
 
帖子: 7
注册: 2009-07-13 1:42


回到 模板美工

在线用户

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

cron