- {block name='product_thumbnail'}
- {if $product.cover}
-
-
-
- {else}
-
-
-
- {/if}
- {/block}
-
-
-
-
- {block name='product_price_and_shipping'}
- {if $product.show_price}
-
-
-
-
-
-
- {if $product.has_discount}
- {hook h='displayProductPriceBlock' product=$product type="old_price"}
-
- {$product.regular_price}
- {if $product.discount_type === 'percentage'}
- {$product.discount_percentage}
- {elseif $product.discount_type === 'amount'}
- {$product.discount_amount_to_display}
- {/if}
- {/if}
-
- {hook h='displayProductPriceBlock' product=$product type="before_price"}
-
- {$product.price}
-
- {hook h='displayProductPriceBlock' product=$product type='unit_price'}
-
- {hook h='displayProductPriceBlock' product=$product type='weight'}
-
- {/if}
- {/block}
- {block name='product_name'}
-