2 / 3
May 2012

I'm selling a physical product in my local area with a price point of $200 to $500 that I plan on delivering this because of the size of the item. I don't know exactly the capabilities of EJunkie, so I don't know if it would have a "check box" for selecting the payment option the person wanted.



What I'm wondering is if I can set up a two option payment method that looks something like this:





Cash on Delivery (COD) Preferred

or

Pay with your Credit/Debit Card



Either way the product would be delivered via me dropping it off at the buyers address.



Any feedback would be helpful.



Thanks,



The Mechanic

  • created

    May '12
  • last reply

    May '12
  • 2

    replies

  • 1.3k

    views

  • 2

    users

I think I just answered my own question... so I guess I could put a Buy Now button that lands the buyer on a page with a form to fill out for COD and then next to the form put a button that says something like Pay with Credit Card. Probably will to a video to explain the different options.

You might consider creating a Discount Code (e.g., the code could be "COD") for 100% off the Item Total, then instruct buyers to enter that code in their cart if they want to pay cash. This would apply a discount equal to the total price of item(s) in the buyer's cart, reducing their order total to 0.00 and allowing them to proceed to our Free Checkout screen to place their order without making an online payment.



To display instructions and explanation about this in your cart, add the following lines to your View Cart code on every page, just before the "// -->" line in the standard View Cart code you obtained from Seller Admin:



function EJEJC_config() {

EJEJC_POSTCALL=true;

}

function EJEJC_shown() {

jQuery("#country1").attr("innerHTML", "Your Country");

jQuery("#tdPmnt").attr("innerHTML",

"If you will pay cash upon delivery, enter <b>COD</b> in

the Discount Code field to reduce your online payment total

to $0.00, then click Checkout to finish placing your order.");

}