RRP_WM Posted October 7, 2008 Posted October 7, 2008 This is my first time posting, so bear with me. I was hoping someone could help me with this conundrum. I'm working with a bookstore and I want to make it possible for all the books released on a certain date to display the same way the categories display. I don't want to make the dates into categories because then I'd have to manually add each book to its respective release date every time new books are added to the system (though that's looking like what I'll have to do). I've changed my products_model field in MySQL so that it inputs dates and now those dates show up in the breadcrumb. I don't mind but when I click on the date, it simply reloads the current product page instead of listing all the products with the same model number. So my question: is there a way to make the breadcrumb link return a list of all the products with similar model numbers (release dates) the same way it returns a list of products in a particular category?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.