babylonjudge Posted April 27, 2010 Share Posted April 27, 2010 1.产品页面的产品信息排列很乱 我想让它左对齐,可是不知道修改global.css中的哪一段代码?(第一个图)2.产品页面右边栏的模块能否移动到左边栏?(首页不变) 是否是修改product.tpl文件?3.首页页面的右边栏的模块如何移动到左边栏?BO>MODULES>POSITION 好像只能上下调换顺序 左右不行谢谢各位前辈指教。 Link to comment Share on other sites More sharing options...
21846657 Posted April 27, 2010 Share Posted April 27, 2010 1. 截图里的html结构对应/themes/(你的主题)/product.tpl里第187到282行之间的代码: {if $product->on_sale} {l s='On sale!'} {elseif ($product->reduction_price != 0 || $product->reduction_percent != 0) && ($product->reduction_from == $product->reduction_to OR ($smarty.now|date_format:'%Y-%m-%d %H:%M:%S' <= $product->reduction_to && $smarty.now|date_format:'%Y-%m-%d %H:%M:%S' >= $product->reduction_from))} {l s='Price lowered!'} {/if} <!-- 中间省略N行代码 --> quantity > $last_qties || $product->quantity == 0) || $allow_oosp} style="display:none;"{/if} >{l s='Warning: Last items in stock!'} quantity == 0} style="display:none;"{/if} id="add_to_cart" class="buttons_bottom_block"><input type="submit" name="Submit" value="{l s='Add to cart'}" class="exclusive" /></p> 在global.css里找到并修改这些markups对应的CSS代码。建议用firefox + firebug来定位。2. 一般情况下,官方模块是可以“左右互搏”的。在Back Office >> Modules >> Positions >> Transplant a module >> 选择Module,然后hook into Right column blocks或Left column blocks,并在Exceptions里可以自定义不显示该模块的页面。成功hooked后,回到Back Office >> Modules >> Positions >> Left column blocks或Right column blocks移除模块原先的位置,就OK了。 Link to comment Share on other sites More sharing options...
babylonjudge Posted April 27, 2010 Author Share Posted April 27, 2010 谢谢管理员的快速回复。我一般定为代码是直接看的。嘿嘿。谢谢你。第二个 其实我把中文论坛的帖子基本上翻阅了一遍我用的是1.2.5的版本 一直都没有看到那个 Transplant a module 不知道这个到底是在哪个位置Exceptions里可以自定义不显示该模块的页(这点是我犯糊涂了 一直注意到这个 真正要用的时候 就给忘记了 谢谢) Link to comment Share on other sites More sharing options...
21846657 Posted April 27, 2010 Share Posted April 27, 2010 不必客气。我是个moderator,不是管理员。我说话直接,但并非snarky。简短的回复能为我争取更多的时间。不明白的,尽管问,但要问题要有context和structure,不然我理解不了你的问题,就帮不到你了,而且也浪费时间。看看截图——那个绿色的+号。 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now