var vehicleStripGenerations = Model.Breadcrumbs.PreferredParents.Any() ?
Model.Breadcrumbs.PreferredParents.Where(x => x.GenerationId != null) : default;
if (!string.IsNullOrEmpty(shipToLocation))
{
dynamic location = null;
try
{
var shipToLocationJson = shipToLocation.TrimStart('"').TrimEnd('"');
location = JsonConvert.DeserializeObject(shipToLocationJson);
}
catch
{
// there was en error deserializing the JSON; do not re-assign the variable
}
if (location != null)
{
zipCode = location.PostalCode;
triggerText = location.PostalCode;
inputMode = location.CountryCode == "CA" ? "" : inputMode;
pattern = location.CountryCode == "CA" ? "" : pattern;
if (location.City != null)
{
triggerText = location.City + " - " + location.PostalCode;
}
}
}
Product Information
Description, Reviews, Q&A
Description
Nissan 370Z 09-15
Infiniti G37 09-13 (Sedan/Coupe/RWD Only)
WILL NOT FIT NISMO MODEL
CA Residents:
WARNING: Cancer and Reproductive Harm - www.P65Warnings.ca.gov
Questions & Answers