Jump to content

Liens photos sous prestashop 1.7


Recommended Posts

Bonjour,

J'aimerai pouvoir récupérer les liens photos de mes annonces avec le gestionnaire de base de données. J'utilise actuellement cette requête :

SELECT pl.id_product, pl.name AS product_name, pl.description_short, pl.description, pl.meta_description, pl.meta_title, weight, pl.meta_keywords, cl.id_category, cl.name AS cat_name, p.price AS product_price FROM ps_product_lang pl INNER JOIN ps_category_product cp ON pl.id_product = cp.id_product INNER jOIN ps_product p ON p.id_product = pl.id_product INNER JOIN ps_category_lang cl ON cl.id_category = cp.id_category AND cl.id_lang=1 WHERE pl.id_lang=1 AND p.id_category_default IN (192)

et j'aimerai en complément obtenir pour chaque produit le ou les liens photos, est ce possible ?

Je vous remercie pour votre aide.

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