{{ prod.nombre }}
{{ getFormattedPrice(prod.precio) }}
@if (oldPrice(); as oldPrice) {
{{ oldPrice }}
}
@if (hasRenderableAttributes()) {
}
@if (variantLoading() || addingToCart()) {
} @else {
Agregar al carrito
}
@if (variantLoading()) {
} @else {
Comprar
}
DESCRIPCIÓN
{{ prod.descripcion }}
@if (showDescriptionToggle()) {
}