Oilstop Drive Thru Oil Change

View Locations

$30 OFF
Oil Change
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Expires: September 30th, 2026
Only valid at participating stores. Up to 5 quarts of oil.
May not be combined with other offers

By clicking “submit”, I consent to receive automated promotional text messages from Oilstop sent via automated dialing/sequencing systems. Further, I agree to Oilstop's Privacy Policy, Mobile Text Terms of Use and Terms & Conditions. This consent is not required to purchase goods or services. Recurring messages. Reply STOP to stop at any time. Message and data rates may apply.

Oilstop Services

Oilstop 33-Points Service
Cooling Service
Transmission Service
All Services
function getDayOfWeek(date) { const dayOfWeek = new Date(date).getDay(); return isNaN(dayOfWeek) ? null : ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'][dayOfWeek]; } function createExpo(){ var calcDate = new Date(); calcDate.setDate(new Date().getDate()+14); var dw = calcDate.toLocaleDateString('en-US',{weekday: 'long'}); console.log(dw); var dd = String(calcDate.getDate()).padStart(2, '0'); var mm = String(calcDate.getMonth() + 1).padStart(2, '0'); //January is 0! var yyyy = calcDate.getFullYear(); var expo = dw + ', ' + mm + '/' + dd + '/' + yyyy; var coupons = document.getElementsByClassName('couponexpo'); console.log(coupons); for(i=0; i