Page 1 of 1

PHP QUESTION On my e-commerce website, I'm trying to make a products filters on my browsing products page. Something lik

Posted: Sat Feb 19, 2022 3:20 pm
by answerhappygod
PHP QUESTION
On my e-commerce website, I'm trying to make a
products filters on my browsing products page. Something like
this
Php Question On My E Commerce Website I M Trying To Make A Products Filters On My Browsing Products Page Something Lik 1
Php Question On My E Commerce Website I M Trying To Make A Products Filters On My Browsing Products Page Something Lik 1 (7.93 KiB) Viewed 27 times
Need code for Price filter to put in public
function index() and index files.
Price field is already created in products table of the
database in PHPMyAdmin
What I have so far:
$all_prices = $this->model('Product')->getAllPrice();
Check Range 0$ - 10$ 10$ - 20$ 20$ - 30$ 30$ - 40$