Jump to content

Prestashop default product export


Galion82

Recommended Posts

I need help to export product from Prestashop. I could export all necessary data by default Prestashop export method, but it will not export PRODUCT URL. I need also that one. You can see all exported values in photo. So I would need to add PRODUCT URL to values.

How can it be added?

prestashop.png

Link to comment
Share on other sites

product url is not stored in the database. It is constructed based on your store friendly url settings. It is possible to export url in non-friendly format, ie

www.domain.com/index.php?id_product=1&controller=product&id_lang=1

It's just a matter of sql concatenation.

These urls work even when friendly urls are enabled, so it may be a workaround 

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