• Resolved anyeloarboleda

    (@anyeloarboleda)


    Hello, how can I display the partial payment details table on a different page than the thank you page in woocommerce? I am working on a custom thank you page and I want this table to be displayed on this page, what code or shortcode should I use?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    If you are a free version user, then you can use the following code to create a shordcode to display the partial payment details.

    Code: https://github.com/sanesh-acowebs/Deposit-Partial-payment-details-table/blob/main/shortcode.php

    Shortcode sample: [awcdp_deposit_table order_id=”542″ ]

    Order id is required in this shortcode code, but you can alter this code in your own way to meet your requirement.

    Thread Starter anyeloarboleda

    (@anyeloarboleda)

    Hello, thanks for your prompt response, this code seems fine to me, but I’m not a developer and that limits me to modifying the code, I only need a code that allows the deposit table to be displayed automatically on the personalized thanks page of the orders, just like how the plugin worked with the standard thank you page.

    Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    Hi, our partial payment details table will automatically come if your thank you?page contains the “woocommerce_order_details_after_order_table” hook. For personalized customization support, you can contact us through our Acowebs support forum. Your requested customization requires checking more about your website theme and settings.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show partial payment details on a custom thank you page’ is closed to new replies.