-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PAYMENTS-3071 Add the schema and config options for paypal smart button configuration #1359
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM.
cc @bigcommerce/merc-team Cornerstone schema changes |
@lord2800 Could you rebase and add a CHANGELOG entry? |
5ec1de4
to
e2a0d76
Compare
Done. |
@BC-EChristensen @kchu93 let's please review this settings w SD |
I'm happy to explain how to get this to show up if needed. |
Hi @lord2800 I added this PR to our theme but it doesn't seem to work. Please check this screenshot: http://prntscr.com/l4ot21 |
The options aren't yet active. I'm still working on that part. |
are the options working yet? |
They are for Braintree, but not yet for PayPal. |
Thanks for the info! |
What?
This adds support for customizing the look and feel of the Paypal and Braintree checkout buttons on the cart (and other) pages. Some of the options are mutually exclusive, but there's currently no way to represent that in the schema--those mutually exclusive options will simply fail to render buttons on the page, so it falls on the merchant to discover that their payment buttons don't render and select options that do. This new section is hidden when the merchant does not have Paypal or Braintree enabled as a payment gateway.
Tickets / Documentation
Screenshots (if appropriate)