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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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 26 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$
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply