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$
PHP QUESTION On my e-commerce website, I'm trying to make a products filters on my browsing products page. Something lik
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am