Jump to content

Get each connection's landing page


jl0

Recommended Posts

Looking at the prestashop db, Is there a way to associate each connection with the landing page, when the landing page is a specific CMS page?

 

As an example of what I'm looking for, the following works for product and category pages, but not for CMS pages:

 

In ps_connections, each connection has an id_page which I assume refers to the landing page. Looking at ps_pages and classes/Page.php, different product pages get their own id_page (derived from $id_product) and similarly, different category pages get their own id_page (derived from $id_category).

 

Unfortunately, different CMS pages share the same id_page, so I can't map id_page to a specific CMS page.

 

Thank you.

Edited by jl0 (see edit history)
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...