摘要: 宝贝详情页,我们用系统模块,注意我们一般情况下只要在detail_left.php和detail_right.php中写就可以了,不用在detail.php中写。detail_left.php页:<div class="J_TRegion"> <?php $sub_modules = array( array('shortname' => 'shop.itemCategory', 'version' => '1.0-common', domId => "col-su 阅读全文
posted @ 2012-07-08 16:48 huige728 阅读(2611) 评论(3) 推荐(0) 编辑
摘要: 这里的悬浮模块我们写在footer中,当然在写进去前,我们还要去控制台创建这2个模块<div class="layout grid-m"> <div class="foot_modules J_TRegion"> <?php $foot_modules = array( array('id' => 'fudong01', domId => "fudong_01"), // 左侧浮动导航 array('id' => 'fudong02 阅读全文
posted @ 2012-07-08 16:32 huige728 阅读(1780) 评论(0) 推荐(0) 编辑
摘要: 这里我们是用的都是系统模块,所以就不用在控制台上创建了,我们直接在index.php中写模块吧<!-- 190&750分栏 --><div class="layout grid-s5m0"> <div class="col-main"> <div class="jiaoliu01_modules main-wrap J_TRegion"> <?php $jiaoliu01_modules = array( array('shortname' => &# 阅读全文
posted @ 2012-07-08 16:15 huige728 阅读(2154) 评论(0) 推荐(0) 编辑
摘要: 我们先在控制台上建好这个模块,再在index.php中写入这个模块,这个模块也是950的,所以我们就和前面的写在一起,同时,我在这里加了一个我们以前写的搜索模块,放在它们中间。index.php:<!-- 950通栏0 --><div class="layout grid-m"> <div class="main_01_modules J_TRegion"> <?php $main_01_modules = array( array('id' => 'kefu01', dom 阅读全文
posted @ 2012-07-08 15:37 huige728 阅读(1647) 评论(0) 推荐(0) 编辑
摘要: 这里我们要弄一个客服模块,光有产品,没有客服,那怎么赚钱啊,所以,我们的客服就来了这里的我们的客服模块是950通栏布局首页也是在控制台中创建我们的客服模块kefu01再在index.php中写我们的模块<!-- 950通栏0 --><div class="layout grid-m"> <div class="main_01_modules J_TRegion"> <?php $main_01_modules = array( array('id' => 'kefu01', 阅读全文
posted @ 2012-07-08 15:26 huige728 阅读(1716) 评论(1) 推荐(0) 编辑
摘要: 有过了很久没有写了,现在淘宝sdk2.0都出来了,但是现在还是测试版,离正式版也进了,后面的我就简单点写,其实都是差不多的知识,注意看我的注释,嗨,本来是想慢慢的写,现在看来注定要烂尾了...好了,我们开始上正题了,这次我们要做的是750的分类导航和190的店铺公告,其实这里的750分类导航不是很难,和前面做导航的一样的,主要还是在样式这块;190的店铺公告就更不难了,就是输出一个文本。============================================================================================首先:我们要先在控制台上创 阅读全文
posted @ 2012-07-08 15:03 huige728 阅读(2733) 评论(0) 推荐(1) 编辑