Jump to content

Wordpress 3.5 into Prestashop 1.5.3


Koko15

Recommended Posts

I try to integrate WordPress to PrestaShop, by changing header.php and footer.php of the theme twenty twelve.

 

The method is including header and footer of PrestaShop to WordPress.

 

 

<?php

require_once(dirname(__FILE__).'/../../../../config/config.inc.php');

require_once(dirname(__FILE__).'/../../../../header.php');

?>

 

<?php

require_once(dirname(__FILE__).'/../../../../config/config.inc.php');

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

?>

 

method (in french) : http://www.ve-studio.net/blog/ecommerce-avec-wordpress-et-prestashop-1-5/#comment-274

 

Everyone says it works fine, but I can't access my WordPress frontpage due to a redirection to the PrestaShop frontpage.

 

I didn't touch any other code, so a redirection shoud be somewhere in the original code...

 

Any idea ?

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