Can't get the Prestashop Integration to work…
-
Hi everyone,
I’ve downloaded the plugin but i can’t get it to work…
I’ve read the instructions but it’s unclear for me where goes what.
I activated the plugin but than i get a redirection to the prestashop folder and i can’t work from the wordpress dashboard (i don’t see my wordpress site, i get the prestashop site).
So i copy pasted this code in the file shop.php:`— classes/shop/Shop.php.orig 2013-01-07 09:18:32.000000000 +0100
+++ classes/shop/Shop.php 2013-01-07 09:25:26.000000000 +0100
@@ -368,6 +368,9 @@
if (!Validate::isLoadedObject($default_shop))
throw new PrestaShopException(‘Shop not found’);+ if (defined(‘PRESTASHOP_INTEGRATION_VERSION’)) {
+ $shop = $default_shop;
+ } else {
$params = $_GET;
unset($params[‘id_shop’]);
if (!Configuration::get(‘PS_REWRITING_SETTINGS’))
@@ -388,6 +391,7 @@
}
header(‘location: ‘.$url);
exit;
+ }
}
}Than i get a redirection to my original wordpress site where i want my prestashop in.
But the page is blank.
When i deactivated the plug in my wordpress site works again.
What’s wrong?
Can you post a clear installation how to install things.
I don’t know where what’s going (codes and stuff)…
I put the map of the prestashop integration in the wordpress plugisn map.Greetings Mike.
- The topic ‘Can't get the Prestashop Integration to work…’ is closed to new replies.