Bruna BSPCU Posted March 21, 2013 Share Posted March 21, 2013 (edited) Hey everybody! How can i put the product information like short description block and the buy block on the left column? Thanks a lot! Edited March 27, 2013 by Bruna BSPCU (see edit history) Link to comment Share on other sites More sharing options...
cocothecat Posted March 21, 2013 Share Posted March 21, 2013 Modules > Transplant module ? Link to comment Share on other sites More sharing options...
Bruna BSPCU Posted March 21, 2013 Author Share Posted March 21, 2013 Hy cocothecat unfortunately the product info is not a module, comes with the basic code of the site... Link to comment Share on other sites More sharing options...
cocothecat Posted March 21, 2013 Share Posted March 21, 2013 So you want to move the short description of the product to the left hook or left block within product.tpl? Link to comment Share on other sites More sharing options...
Bruna BSPCU Posted March 21, 2013 Author Share Posted March 21, 2013 I want to move the short description of the product to the left hook, yes correct cocothecat! Link to comment Share on other sites More sharing options...
Bruna BSPCU Posted March 27, 2013 Author Share Posted March 27, 2013 I discovered an easier way to do this: Inside of the file header.tpl, in the left_column div i wrote: <div id="left_column" class="column" {if $page_name=='product'}style="display:none;" {/if}></div> and in the center_column div i wrote: <div id="center_column" {if $page_name=='product'} style="width:980px" {/if} </div> just for everybody to know that! Link to comment Share on other sites More sharing options...
Recommended Posts