• Resolved 1formanet

    (@1formanet)


    Hello, I would like to have my paypal options with others payments methods on my checkout page ; the only way to have it is to add the option “Express” (which i must hide with css …)

    • This topic was modified 2 months ago by 1formanet.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter 1formanet

    (@1formanet)

    CSS to hide it is :

    .wp-block-woocommerce-checkout-express-payment-block {
    display: none;
    }
    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello @1formanet

    If I understand correctly, you have a block checkout page but have removed the express button, making it resemble a regular classic checkout page. In this situation, I would recommend using a classic checkout layout.

    Here’s how you can do that:

    1. Go to the “Edit page”.
    2. Click on the three horizontal dots in the top right corner.
    3. Choose “Code editor”.
    4. Remove any existing code.
    5. Enter [woocommerce_checkout].

    Let us know if this fits your needs or if further adjustments are required.

    Kind Regards,

    Krystian

    Hello @inpsydekrystian
    will your plugin be updated to work with blocks such as now utilised by even the current Storefront theme?

    I note “Advanced Card Processing – Debit & Credit Cards via PayPal” is not working with [woocommerce_checkout]

    Meanwhile the css suggestion offered by @1formanet for this issue maintains appearance better

    • This reply was modified 1 month, 2 weeks ago by NightL.
    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello @1formanet

    Since we have not received any further communication from you, we are assuming that your issue has been resolved.

    Therefore, we mark this thread as resolved. If you still have any questions or if a new problem arises, don’t hesitate to open a new thread.

    Kind regards,
    Krystian

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.