Jump to content

SOLVED - What .tpl is Used in Abandoned Shopping Cart List?


Recommended Posts

Hi,

First I'm sorry for my bad english, I'm french (:

the URL gives a good hint : when you are in your BO, you can see this type of url : "index.php?controller=AdminCarts&token=XXX"

The controller looks for a view in admin folder, seems logic.

So, in your FTP, open your folder "adminXXX/".

We look for the BackOffice views, it's like Front-office, in "/themes/".

You should have a "/default/" folder. Open it. There is a folder named "template/", I think it's what we look for ! o/

Inside, you have all the template files for the BO, but, for your cart view, as we use a "controller" in the url, open the "controllers/" folder. You'll have a folder for each view that need a controller. Like "Carts/". The view you look for is view.tpl (in /helpers/views/).

It's the same logic when you look for any view on Pretsashop' BO.

 

I hope that helps (:

Regards,

Okar

  • Like 1
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...