POSITRONICS
.ctrl-img-cart {
object-fit: cover;
object-position: center center;
max-width: 100px;
}
Producto | Precio | Cantidad | Total | Acciones |
---|---|---|---|---|
$[ product.name ]$
$[ product.additionalPriceText ]$
SKU:
$[ product.sku ]$
$[ subscription.additional.label ]$ : $[ subscription.data.frequencyName ]$ (-$[ subscription.data.discountRate ]$%)
|
$ $[ product.tax == true ? numberFormatter(valueWithoutTax(product.price, product.otherTax), decimals) : numberFormatter(product.price, decimals) ]$ |
|
$ $[ product.tax == true ? numberFormatter(valueWithoutTax(product.subtotal, product.otherTax), decimals) : numberFormatter(product.subtotal, decimals) ]$ | |
Carrito vacío |
||||
Continuar comprando |
Subtotal
$
$[ numberFormatter(cart.subtotal, decimals) ]$
Impuestos
$
$[ numberFormatter(cart.tax, decimals) ]$
Total
$
$[ numberFormatter(cart.total, decimals) ]$