Skip to content

Commit c2ab2d0

Browse files
authored
feat(payment): PAYPAL-2039 added style configs to payment buttons (#2361)
1 parent 9bcd8f2 commit c2ab2d0

File tree

4 files changed

+477
-0
lines changed

4 files changed

+477
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Draft
88
- (sanitize product.description) in the theme results to ‘error length of description’ from Google indexing for lengthy product description [#2363](https://github.com/bigcommerce/cornerstone/pull/2363)
9+
- Added style configs to payment buttons [#2361](https://github.com/bigcommerce/cornerstone/pull/2361)
910

1011
## 6.11.0 (05-24-2023)
1112
- Reverted fix for sold-out badge appearance [#2354](https://github.com/bigcommerce/cornerstone/pull/2354)

config.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,23 @@
322322
"pdp-non-sale-price-label": "",
323323
"pdp-retail-price-label": "",
324324
"pdp-custom-fields-tab-label": "",
325+
"paymentbuttons-paypal-product-details-page-color": "gold",
326+
"paymentbuttons-paylater-product-details-page-color": "gold",
327+
"paymentbuttons-venmo-product-details-page-color": "blue",
328+
"paymentbuttons-paypal-cart-page-add-cart-color": "gold",
329+
"paymentbuttons-paylater-cart-page-add-cart-color": "gold",
330+
"paymentbuttons-venmo-cart-page-add-cart-color": "blue",
331+
"paymentbuttons-paypal-checkout-on-top-color": "gold",
332+
"paymentbuttons-paylater-checkout-on-top-color": "gold",
333+
"paymentbuttons-venmo-checkout-on-top-color": "blue",
334+
"paymentbuttons-paypal-checkout-payment-color": "gold",
335+
"paymentbuttons-paylater-checkout-payment-color": "gold",
336+
"paymentbuttons-venmo-checkout-payment-color": "blue",
337+
"paymentbuttons-paypal-checkout-payment-label": "checkout",
338+
"paymentbuttons-paypal-checkout-on-top-payment-label": "checkout",
339+
"paymentbuttons-paypal-cart-page-add-cart-label": "checkout",
340+
"paymentbuttons-paypal-product-details-page-label": "checkout",
341+
"paymentbuttons-paypal-checkout-payment-size": "medium",
325342
"paymentbuttons-paypal-color": "gold",
326343
"paymentbuttons-paypal-shape": "rect",
327344
"paymentbuttons-paypal-label": "checkout",

0 commit comments

Comments
 (0)