• Resolved dkdelosreyes

    (@dkdelosreyes)


    Is it possible to have a multiple BACS options on a separate radio button?. Currently I combined 4 different payment methods in a single radio button in this format
    – Direct Bank Transfer / Cebuana / LBC / M Lhuiller”
    – PayPal/Credit card/Debit card

    Is it possible to separate them for simplicity, like this format
    – Direct Bank Transfer
    – Cebuana
    – LBC
    – M Lhuiller
    – PayPal/Credit card/Debit card

    If possible, does it require some revision in the core codes?
    Here;s the link to my site Onefabshop

    Thanks

    https://wordpress.org/plugins/woocommerce/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    You can add custom gateways based on our BACS code if they need to be separate. Our BACS extension lets you list multiple accounts though – since they all work the same, separate radio buttons seems overkill.

    Prasad Nevase

    (@prasad-nevase)

    I agree with Mike, separate radio buttons are not needed as that would be overkill.

    You can simply add Cebuana, LBC, M Lhuiller etc. under WooCommerce > Settings > Checkout > BACS > Account Details. To list these account details on checkout page on front end, you can simply use [bacs_account_details] shortcode in description field as you see in this screenshot.

    For above shortcode to work, you need to put this code in your theme’s functions.php file. Take a look here to know how the account details will appear on checkout page. I hope this helps.

    Prasad Nevase

    (@prasad-nevase)

    Please let us know if the solution provided above solved your problem or you need any further assistance. Otherwise, you may mark this thread as [resolved].

    Hi there Prasad,
    Is it possible to only display a one of several Bacs account details for certain products.
    I’d like different bacs details presented for particular products.

    Hello, I tried to implement our code, but until now I can’t make it to work on front-end.
    Instead of bank account listing I am seeing only “[bacs_account_details]”.

    Any advice?

    @dkdelosreyes

    how do you do the radio type for different payment? Thank you.

    https://wordpress.org/plugins/woocommerce/

    Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Please open up your own thread per the forum rules 🙂

    @panda2002 – What you are asking can be done but I doubt its usability since a customer can add multiple products in the cart. If your shop does not have too many products or “which BACS method is applicable to which product” is based on product category then, I would suggest you to provide textual guidelines to customer using Instructions field under WooCommerce > Settings > Checkout > BACS > Instructions

    @masterjuan – Please cross check if you have placed this code https://gist.github.com/ItsMePN/a0fd6e23f8d846cebb82ab25726b88d8 in your theme’s functions.php file and that you have enabled & added BACS methods under WooCommerce > Settings > Checkout > BACS

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Multiple BACS payment method’ is closed to new replies.