Jump to content

why my leftcolumns is invisible in prestashop1.5.0.5?but same source code in 1.4 is correct.


xiaofei_felix

Recommended Posts

When I use the Source code of "Developer Guide", like this:

 

mymodule_page.tpl

 

Welcome to my shop!

 

mymodule_page.php

 

<?php

global $smarty;

include('../../config/config.inc.php');

include('../../header.php');

 

$smarty->display(dirname(__FILE__).'/mymodule_page.tpl');

 

include('../../footer.php');

?>

 

in prestashop1.4,my "Welcome to my shop!" line neatly placed between header, footer and columns,It is correct.

 

but in prestashop1.5.0.5,my "Welcome to my shop!" shows incorrect,it just placed between header and footer,leftcolumns and rightcolumns is invisible!why the Source code is same,but leftcolumns and rightcolumns don't show?I use the default theme of prestashop1.5.0.5.

 

look at Attach Files

 

who can help me,Thank you very much!

post-339669-0-12343400-1331909546_thumb.jpg

Link to comment
Share on other sites

PrestaShop Fanatic,Thank you very much ,but can you give me a simple example for 1.5 ,like source code of Developer Guide 1.4("Creating a PrestaShop module"),because now,I can only see document 1.4, I want to konw how can i use module controllers to show my page,is it possible? :P

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...