Support Center

Have something to share with the community? Ask a question, answer a question, share a cool resource or show off a great piece of work.

Needs to improve th...
 
Notifications
Clear all

[Solved] Needs to improve the look and appearance

2 Posts
2 Users
0 Likes
404 Views
Posts: 3
 John
Topic starter
(@john)
Active Member
Joined: 1 year ago

Hi team,

The plugin works well, easy installation and configuration, but it needs to improve the integration in Woocommmerce and on third-party themes and the aspect is not taken care of, the appearance in checkout page cannot be modified, for example the credit card form look very bad. It does not look like a totally finished product.

For being the plugin recommended by Paypal and Woocommerce it should be much better.

Reply
1 Reply
Posts: 44
Moderator
(@ppsupport)
Member
Joined: 1 year ago

Hi John,

Thanks for providing feedback.

The pre-built credit card form fields cannot be modified as this is an iframe provided by PayPal which comes which limited adjustability.
But the PayPal Card Processing provides fully customizable card fields which can be modified to your liking and to fit the style of the site. The look of the card fields is primarily determined by the theme but can be further adjusted with CSS.
If you encounter any potential compatibility or styling issues with the PayPal Card Processing fields and your theme, we’d be happy to take a look into whether or not there’s anything we could do to improve it.

Kind regards,
PNX Support Team

Reply

Ask the professionals

Click the button Add topic and post your question. Try and be as detailed as you can for better help. Or, please refer to the installation manual to check if any solutions.

Categories

Support Guide

Installation & Configuration

Technical support

Report a bug

Code help

Paid help wanted

FAQ

FAQ

Frequently Asked

Does this plugin work with credit cards or just PayPal?

This plugin supports payments using both credit and debit cards as well as PayPal. The new Smart Payment Buttons feature dynamically displays PayPal, Venmo (US Only), PayPal Credit, or other local payment options* in a single stack—without needing to leave the merchant’s website.

*PayPal Checkout features may not be available in all countries.

Does this support Checkout with PayPal from the cart view?

Yes it does support Checkout with PayPal from the cart view.

Where can I find documentation?

For help setting up and configuring, please refer to our Installation Manual.

Will this plugin work with my theme?

Yes, this plugin will work with any theme, but may require some styling to make it match nicely.

Where can I request new features or report bugs?

New feature requests and bugs reports can be made in the our Support Center.

How to remove ‘Proceed to Checkout’ button from cart page?

If PayPal Checkout is the only enabled payment gateway and you want to remove the ‘Proceed to Checkout’ button from the cart, you can use this snippet: 

<?php // Do not include this if already open!

/**
* Code goes in theme functions.php.
*/
remove_action( ‘woocommerce_proceed_to_checkout’, ‘woocommerce_button_proceed_to_checkout’, 20 );

Does this support both production mode and sandbox mode for testing?

Yes it does – production and sandbox mode is driven by how you connect. You may choose to connect in either mode, and disconnect and reconnect in the other mode whenever you want.