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
PHP QUESTION
On my e-commerce website, I'm trying to make a
products filters on my browsing products page. Something like
this
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$
On my e-commerce website, I'm trying to make a
products filters on my browsing products page. Something like
this
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$