COD OPTION AVAILABLE ALL TIME WITH THIS TRICK

Get COD payment option with this trick on your desktop

Sometimes AMAZON refuses COD/POD payment option in this case you can try this trick. COPY & PASTE below code on ur PC/LAPTOP in particular website mention in following vedio link.

VEDIO TUTORIAL LINK
https://youtu.be/7tTdlfulXik

HERE IS THE CODEπŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡

here is the trick guys :) enjoy
trick to get order to cod
you need to do inspect element 
code

<tbody id="cod-table"> 
    <tr id="cod-title">
      <td class="payment-method-selector">
         <input type="radio" name="paymentMethod" value="cashOnDeliveryCash" id="pm_cod">
      </td>
      <td colspan="2">
        <label datafield="cod" for="pm_cod">
          <strong>Cash on Delivery (COD). We also accept Credit/ Debit cards on delivery, subject to availability of the payment device. Please check with the delivery agent.</strong>
        </label>
      </td>
    </tr>
    <tr>
      <td></td> 
      <td>
         <div class="message mini-no-style-warning  mini">
           <span class="mini"></span>&nbsp;This order will be processed through COD, any earlier payment for this order will be refunded by your bank.
         </div>
      </td>
      <td></td>
    </tr>

 </tbody>

Comments