What's new on Index

Ask the community for help and support.
Post Reply
Thommy_F
Posts: 10
Joined: Tue Nov 29, 2022 12:52 pm

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 ...
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 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
Post Reply