spz-paypal PayPal支付
展示PayPal支付按钮。
布局
跳转到“布局”何时使用
跳转到“何时使用”需要使用PayPal付款。
代码演示
跳转到“代码演示”基本用法
跳转到“基本用法”<spz-paypal
id="paypal-express-button-container"
product-form="#product-info-body"
paypal-js="xxx"
layout="fixed-height"
height="52"
></spz-paypal>
属性
跳转到“属性”属性名 | 说明 | 类型 | 默认值 | 是否必需 |
---|---|---|---|---|
id | 元素ID | string | - | 是 |
paypal-js | PayPal资源的src | string | - | 是 |
product-form | spz-product-form 元素ID,一般用在商品详情页 |
string | - | 是,除非配置了 cart-id |
cart-id | spz-cart 元素ID,一般用在购物车页或侧边购物车 |
string | - | 是,除非配置了 product-form |