Skip to Content
Menu
This question has been flagged
2 Replies
22016 Views

Hi, 

     In my machine, Prestashop front end is working but cant able to access the back-office and also i want to know, that how to connect Odoo and Prestashop.

Can anyone give me suggestion, that how to overcome this problem.

Thanks.

Avatar
Discard
Best Answer

Hi,

With backend do you mean back-office? The administration panel? You need to know the name of the "admin" folder that is renamed during the installation (supposing you are using Prestashop 1.6) and then add it to your url like this:

http://[prestashop_url]/[admin_folder]

Check out Prestashop's doc here: http://doc.prestashop.com/display/PS16/Connecting+to+the+PrestaShop+back-office

If you want to connect Odoo with Prestashop check out the apps page in order to find something that fits to your purpose, i'm sure you'll find something.

https://www.odoo.com/apps

EDIT:

Also, if you have access to the FTP of your prestashop, you can enter and check what's the admin folder's name.

EDIT 2:

Under your prestashop folder (/var/www/prestashop as you said) you should have some folder called like "admin". If you are using the shell, just run the following command:

ls /var/www/prestashop | grep admin

And check whether the output has some folder called like "admin". After that, enter the admin folder after your prestashop folder WITHOUT index.php. With your example:

localhost/prestashop/prestashop/[admin_folder]

Avatar
Discard

Edited 2!

Author Best Answer

Thanks Mr.Aitor, This the answer i need..

For your information.. This is how, i have done in my local Ubuntu machine.

1. I'm using Prestashop1.6

2. I'v copied the Prestashop1.6 in var/www/ by renamed as prestashop

3. Then, I got the front end through the Url: localhost/prestashop/prestashop/index.php

4. Now i'm trying get in to the Url: localhost/prestashop/prestashop/index.php/admin. But can't get the admin page.

                          

Avatar
Discard
Author

This is how i have done in my local Ubuntu machine. 1. I'm using Prestashop1.6 2. I'v copied the Prestashop1.6 in var/www/ by renamed as prestashop 3. Then, I got the front end through the Url: localhost/prestashop/prestashop/index.php 4. Now i'm trying get in to the Url: localhost/prestashop/prestashop/index.php/admin. But can't get the admin page.

Author

Thank you so much for your guidence Aitor Bouzas.. I have a got into the Back office.. Thanks a lot .. !!