What's new on Index

Open to all! Ask other shopowners for help.
Post Reply
Thommy_F
Member
Posts: 10
Joined: Tue Nov 29, 2022 12:52 pm
Phoenix Version:

What's new on Index

Post by Thommy_F »

Hey there,

I'm searching for the line (and file of cause) where I can modify my Index-Page so that the "Whats new - Section" only shows Products from ONE manufacturer.

Where do I find the sql-command to add some thing like this:
select * from .... WHERE ... AND manufacturers_id=15 ... ORDER BY ...


Join The Code Co-op to get access to your library in the Code Co-op Forum
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: What's new on Index

Post by heatherbell »

Thommy_F wrote: Mon Feb 20, 2023 10:22 pm I'm searching for the line (and file of cause) where I can modify my Index-Page so that the "Whats new - Section" only shows Products from ONE manufacturer.

Where do I find the sql-command to add some thing like this:
select * from .... WHERE ... AND manufacturers_id=15 ... ORDER BY ...
Maybe try:
https://github.com/CE-PhoenixCart/Phoen ... ts.php#L43


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply