dealertrend / wordpress-plugin-inventory-api

This is the new WordPress plugin for DealerTrend, Inc. It will interface with their Automotive Information System's API.
http://www.dealertrend.com
GNU General Public License v2.0
22 stars 6 forks source link

Page param should drop when additional search is added #22

Closed NetBizCoach closed 13 years ago

NetBizCoach commented 13 years ago

when on a a page other than 1, and user changes search (to car). The page number should come out of the url

http://earnhardt.slice37.dealertrend.com/inventory/Used/Nissan/?page=3 clicked on car http://earnhardt.slice37.dealertrend.com/inventory/Used/Nissan/?page=3&vehicleclass=car 0 cars found Should be: http://earnhardt.slice37.dealertrend.com/inventory/Used/Nissan/?vehicleclass=carget

grok commented 13 years ago

Fixed this by making added parameters start at page=1.

This is probably the best solution for now.