• Resolved saeedkashout

    (@saeedkashout)


    Hi there, hopefully this isn’t too stupid a question. I build a WordPress product website and use Woocommerce, but I don’t want to include the online payment on the checkout page.

    my system is complete
    i just need to make the order without paying
    in woocommerce if the product has no price it allows u to make an order
    thats exactly what i want but with price

    I want customers to be able to pay only from his account .

    Is this possible and feasible with Woocommerce? Is there any good doco or blog articles on how to do this?

    Any help would be much appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Saravanan S, a11n

    (@simplysaru)

    Hey there @saeedkashout,

    You can use a payment method like Cash on Delivery to ensure customers are able to purchase a product without paying anything on the site. You are also able to use check payments or Bank transfers for your store payment.

    Thread Starter saeedkashout

    (@saeedkashout)

    Hello Saravanan S,

    Thanks for your respond

    I’ve done that and it works perfectly the way i want it
    but on the checkout page it shows me both Cod and the other payment gateway that i want the costumer to use but not on the checkout page
    so what i am saying is cod on the checkout, and the other payment gateway on his account when i change the status to pending payment
    is that possible?

    Thread Starter saeedkashout

    (@saeedkashout)

    i used this code to hide the payment on the checkout page, but also hid it on the account page
    .wc_payment_method.payment_method_barclay {
    display: none;
    }
    is there any code that only hid it in the checkout page

    Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    From what you’re describing, it sounds like you are wanting to kind of use your checkout as a quote system.

    The way you’re going about it is not super ideal, it won’t work like you are wanting without a lot of customizations.

    I’d recommend looking at plugins that are made to handle this kind of system, like Request a Quote for WooCommerce

    Hopefully that helps! Have a great one!

    Thread Starter saeedkashout

    (@saeedkashout)

    thank ive tried that and it worked

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘payment issue’ is closed to new replies.