Jump to content

Please create mysql query for products export in csv for prestashop 1.4.8.2


Ritesh

Recommended Posts

Hi,

I am looking for product export mysql query for prestashop 1.4.8.2, i required below fields,

product id,

product name,

product description,

price

product category

manufacturer id or name

product active or inactive

product image link

product html URL

 

please help me, thank you in advance.

Regards,

Ritesh

Link to comment
Share on other sites

There is nothing to create, you need to login to your database with phpMyAdmin and add the SQL Query named there on the link. How to, you will find in youtube or at least by searching in Google.

https://www.google.com/search?q=phpmyadmin+create+sql+query

 

If you cannot follow the tutorials, so I can do it for you as a paid service. In this case please contact me by PM.

Link to comment
Share on other sites

below query is giving error "Commands out of sync; you can't run this command now"

SELECT `ps_product`.`id_product`, `ps_product`.`id_manufacturer`, `ps_product`.`id_category_default`, `ps_product`.`price`, `ps_product`.`active`, `ps_product_lang`.`name`, `ps_product_lang`.`description`, `ps_product_lang`.`link_rewrite`, `ps_image`.`sc_path`
FROM ps_product, ps_product_lang, ps_image
ORDER BY `ps_product`.`id_product` ASC

regards,

Ritesh

 

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