Sponsored

Hidden Pricing = $0

BlckJT

Well-Known Member
First Name
Phil
Joined
Nov 15, 2018
Threads
20
Messages
196
Reaction score
254
Location
Michigan
Vehicle(s)
2014 JGC Altitude -=BlckWK2=-
As I always scrubbing the Jeep website trying to locate a hint of pricing, I reviewed the build a Jeep main page. It includes the other models but Gladiator shows “Coming Spring 2019”.
https://www.jeep.com/lineup.bmo.html?app=bmo

But. Looking at the source code it shows a manual entry of “starting at” prices. I’m not sure why it’s a manual entry in the web code but maybe it was easier to adjust or change rather than making some type of script. Take a look at the code. The top section is Renegade for reference and the bottom half is Gladiator. Notice price is set to $0. LoL.

Jeep Gladiator Hidden Pricing = $0 63466A25-DA9D-4F77-9B7A-AECC07301B2A
Sponsored

 

Epb1981

Banned
Banned
Joined
Dec 12, 2018
Threads
19
Messages
218
Reaction score
247
Location
Arizona
Vehicle(s)
2020 Jeep Gladiator Mojave, 2011 corolla
Occupation
Fire Lieutenant
As I always scrubbing the Jeep website trying to locate a hint of pricing, I reviewed the build a Jeep main page. It includes the other models but Gladiator shows “Coming Spring 2019”.
https://www.jeep.com/lineup.bmo.html?app=bmo

But. Looking at the source code it shows a manual entry of “starting at” prices. I’m not sure why it’s a manual entry in the web code but maybe it was easier to adjust or change rather than making some type of script. Take a look at the code. The top section is Renegade for reference and the bottom half is Gladiator. Notice price is set to $0. LoL.

63466A25-DA9D-4F77-9B7A-AECC07301B2A.png
You are doing the Lords work. Keep it up.
 

jeepinmike

Well-Known Member
Joined
Feb 7, 2019
Threads
1
Messages
75
Reaction score
66
Location
USA
Vehicle(s)
2020 Jeep Gladiator Rubicon
The pricing is getting sourced from a JSON file called vehicleData.getVehicle.prod.jeep.js and will likely be what you want to keep watch of if you want to see pricing and mileage info. Heres a sample of the data. But if the pricing gets populated here it's likely going to show on the site. I doubt, unless a dev screws up something, that anyone is going to know the pricing earlier than any official news release or a leak.

"jt_sport_s": {
"ccode": "CUJ202011JTJL98B",
"display": "GLADIATOR SPORT S 4X4",
"image_src": "COSY-EU-100-1713uLDEMTV1ryKIw0XaBckEKH3dJvNR2kSXstdzJTmtJdUQS%25ap0DNDa%25kCdITH7bMK1aWEJA6oR3zBjzt44P%255A1T4cdIQxbk2Zk1iTcGBe4vEbw%25r2Y&",
"trim": "sport_s",
"trim_display": "Sport S",
"msrp": "0",
"variation_id": "0",
"drive": "4x4",
"llp": "2TS",
"mpg": {
"hwy": "0",
"city": "0",
"disclaimer": ""
}
},
Sponsored

 
 







Top