Jump to content

Footer and right column is hiden in new-products.php


Recommended Posts

Like prestashopic said maybe you have some error.
Turn on debug mode from config/config.inc.php and see.

Also what theme are you using ?

And check in page source if there is some div missing or
maybe you have extra div.

Link to comment
Share on other sites

Actually there was no error.
For testing purpose i took off a line form new-products.php file. After adding that missing line everything is normal as before. The missing line is:

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

Interestingly footer.php not only holds the footer code, it also contains right side column code. Its a bit confusing, not sure the logic behind it.

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...