Prints a simplified form for shipping method selection that is used at the checkout provided by Klarna Checkout.
Kuvaus
Klarna Checkout was updated to the new v3 version in all MyCashflow online stores on 15 December 2020
This tag doesn't work in the new version of Klarna Checkout.
The form has fields for the customer's shipping country and postal code based on which the available shipping methods are selected for display.
Syntaksi
{KlarnaCheckoutShippingInformation(
type: string
)}
Näkyvyys
Toimii näkyvyydessä: globaali
This tag should be used primarily in the Klarna Checkout templates.
Attribuutit
type:
Defines the type of the list for shipping method selection.
Allowed values:
- 'compact': drop-down menu (default value)
- 'normal': radio buttons
after/before:
By using the
after
andbefore
attributes you can define content that is output either after or before the tag's output.Allowed values:The HTML and Interface markup
E.g.
before:
'<p>Tämä merkkaus näkyy ennen tagin omaa sisältöä.</p>'after:
'<p>Tämä taas näkyy tagin oman sisällön jälkeen.</p>'
If the tag does not produce any content, neither the content of the
after
andbefore
attributes will be output.escape:
Adds an escape character before quotation marks in the output.
The attribute makes it easier to process the tag-produced content when using JavaScript.
Allowed values:true/false. The default value is false.
or:
Defines alternative content that is displayed if the tag itself does not produce any content.
Allowed values:The HTML and Interface markup
E.g.
or:
'Sisältöä ei löytynyt.'