Page 1 of 1

What's new on Index

Posted: Mon Feb 20, 2023 10:22 pm
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 ...

Re: What's new on Index

Posted: Tue Feb 21, 2023 5:45 am
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