Wordpress, WooCommerce, Itransact

1 replies
I have a website I am working on and we are migrating the client from a html site that used itransact hosted payment page (client hated it too), to a wordpress site using woocommerce and itransact.

What I am trying to do, but haven't figured out yet is to allow a user the option of selecting either a down payment of half the price or full payment of the products (with a note that the remainder will be automatically billed in 8 weeks-if half payment is selected)?

Of course it would then need to integrate fully.

This is what they are doing now on their current site. Having trouble getting it set up in WP.

Any thoughts?
#itransact #woocommerce #wordpress
  • Profile picture of the author Khubano
    If you custom code the payment gateway to do it, then half the price can be collected.
    - Add a field on the checkout form
    - Check the field's value from your payment gateway sccript
    - if its checked, then just collect 1/2 payment, if not collect the whole thing.
    {{ DiscussionBoard.errors[9449660].message }}

Trending Topics