• Resolved caramella1123

    (@caramella1123)


    Hi team, i have installed 2 of your plugins:

    Payment Plugins for PayPal WooCommerce
    Payment Plugins for Stripe WooCommerce

    below screenshot of my single product page

    https://prnt.sc/s0OdeRuLXpqU

    seems apple pay, gPay and paypal are showing how can i make show also the credit card/debit card on single product page?

    also, why the paypal button is not in line with the other 2 buttons? how can i fix?

    Thank You

    • This topic was modified 2 years, 3 months ago by caramella1123.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @caramella1123

    seems apple pay, gPay and paypal are showing how can i make show also the credit card/debit card on single product page?

    Credit cards payments aren’t like PayPal, Apple Pay, and GPay. Credit cards aren’t wallet based payment methods and they don’t provide billing address and shipping address info the way wallet based payment methods do. So it doesn’t make sense to offer a credit card form on your product pages.

    also, why the paypal button is not in line with the other 2 buttons? how can i fix?

    Your theme is adding left margin. You can change that by adding some custom CSS:

    .wc_stripe_product_payment_methods li.payment_method_ppcp{
        margin-left: 0;
    }

    Kind Regards

    Thread Starter caramella1123

    (@caramella1123)

    Oh wow! is working the CSS code!! i think people might leave the single product page as they can’t find the “pay with debit card” button… however i found a solution… i changed the name “add to cart button” to “pay with credit/debit card” !

    Last question, how can I add in single page the Venmo button

    Thank You

    https://prnt.sc/coW4VDJiSkjY

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @caramella1123

    The Venmo button is not available on product pages as it doesn’t provide the billing and shipping address info that’s required to create an order.

    Venmo is similar to credit cards in that regard.

    Kind Regards,

    Thread Starter caramella1123

    (@caramella1123)

    Thank you!!! support of this plugins is 5 Starts!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘credit card problem ?! please help’ is closed to new replies.