The <salla-installment>
web component is used to show a block area for the available installment payment options provided for a specific product. It consists of the supported payment in installments' options in an inline manner, and that can be customized using the properties' parameters available.Example#
Usage#
Properties#
Property | Attribute | Description | Type | Default |
---|
Country | country | Country code identifier | string | salla.config.get('user.country_code') |
Currency | currency | Installment price currency | string | 'salla.config.get('user.currency_code')' |
Language | language | Current installment language | string | 'salla.config.get('user.language_code')' |
Price | price | Current product price | string | undefined |
Settings#
This component relay on the store settings in twilight config, if you are using thie comonent outside store pages, you can set the available installment payment options via salla.config
Because the installment method is based on third-party components, there are no custom classes - like there are for other components - to style such classes.