• Hi. We would like to know if it is possible to edit some of the styling and text on the checkout result page please. In particular,

    – change the green box to our corporate colours,
    – hide the qty as we do not use this on the payment form
    – change/hide the text “Here’s what you purchased” as we are using the payment form to pay for services, not goods.
    – change/hide the text “Product Name”, again as we are not selling products.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, please check the following documentation. Let me know if this helps you.

    Regards

    Thread Starter lcameron

    (@lcameron)

    Hi,

    I have followed the instructions and removed the quantity and description from the code, but they still show in the confirmation as Qty of 1 and the Product Name. The instructions you linked also don’t explain how to change the background color or edit the standard text “Here’s what you purchased”.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, the plugin developers will investigate further your questions/request.

    Thank you

    Plugin Author mra13

    (@mra13)

    The color can be changed using CSS tweaks.

    Regarding the checkout page customization, there is a filter hook in the plugin that can be used to override and customize the full content of the checkout result page. However, if you are not a coder then you probably won’t know how to use that hook to do the customization.

    You will need to hire a developer for that kind of customization. The developer can customize the output according to your requirement using the hook we have in the plugin.

    Thread Starter lcameron

    (@lcameron)

    For the colour change, could you please point to me the location of the file of the stylesheet?

    I am capable of doing minor code and adding hooks to functions.php if they have given you any further instructions on what needs to be added?

    Plugin Author mra13

    (@mra13)

    My recommendation would be to use a plugin like the following to inject custom CSS tweaks into your site (instead of modifying the core plugin file):
    https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413

    If you want to modify the plugin files to customize the functionality then you should look at the following files:

    stripe-payments/public/includes/class-shortcode-asp.php
    stripe-payments/public/views/checkout.php

    If you are not a coder yourself then it is best to hire a freelancer developer to do the customization for you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Styling and text on checkout results’ is closed to new replies.