antonio04 Posted September 21, 2018 Share Posted September 21, 2018 I need to export the links to my products via sql. I use this query: SELECT `name` , `link_rewrite` , `id_product` FROM `ps_product_lang` ; This only exports the rewrite link of the article. I would like to export also the rewrite of the category, can someone help me? Grazie Link to comment Share on other sites More sharing options...
musicmaster Posted September 21, 2018 Share Posted September 21, 2018 in the shop table you will also find a field id_category_default You can use that to link to the ps_category_lang table Link to comment Share on other sites More sharing options...
antonio04 Posted September 21, 2018 Author Share Posted September 21, 2018 Ok Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now