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

Vehicle counter fix #16

Closed NetBizCoach closed 13 years ago

NetBizCoach commented 13 years ago

Vehicle counter is currently showing #of vehicles per page x #of pages. Needs to be more accurate especially when 3 pages or less.

grok commented 13 years ago

I have made a change where if you get to LESS than or equal to the amount of vehicles per page...it number is accurate.

So that means if you are displaying 10 per page...and if you have 1 page total...any number 10 and under will be accurately accounted for.

If you only see 2 vehicles, it will say - 2 vehicles - not 10.

grok commented 13 years ago

This doesn't seem like it's going to happen.