Specification: isapplepay
isapplepay Element
Use to inject a default black Apple Pay button in the HTML page.
Syntax
<isapplepay
sku="${pdict.Product.ID}"
class="dw-apple-pay-logo-black"
id="apple-pay-button"
/>
sku
Required
Allowed data type: literal or expression.
${pdict.Product.ID}
specifies the button adds the Product with the given sku to the basket. Merchant must ensure that Product is of a type that can be added to the basket.
class
Required
Allowed data type: literal.
class
specifies the look of the button, among possible choices. Root DOM element for the button has at least the given CSS classes.
The following CSS class names are supported for use with Apple Pay on a Salesforce B2C Commerce page when the feature is enabled:
dw-apple-pay-button
added to each Apple Pay button included in the page generated by B2C Commerce. The default look is a black button with the Apple Pay logo and branding provided by Apple.dw-apple-pay-mini-cart
added to the Apple Pay button injected in the mini cart.dw-apple-pay-cart
added to the Apple Pay button injected in the cart page.dw-apple-pay-logo-white
can be used to indicate the alternate look, which is a white button with the Apple Pay logo and branding provided by Apple.dw-apple-pay-border
can be used withdw-apple-pay-logo-white
to add a black border around the white button.
id
Allowed data type: literal or expression.
Root DOM element for the button has the given ID attribute.
Example
<isapplepay
sku="12345"
class="dw-apple-pay-logo-black"
id="apple-pay-button"
><isapplepay/>