custom/plugins/ThemeOkeonline/src/Resources/views/storefront/component/product/card/price-unit.html.twig line 1

Open in your IDE?
  1. {# Note, overwriting blocks within this file will overwrite the blocks for ALL versions #}
  2. {% extends  theme_config('productListingStylesProductBoxVersion') == 'version-01' ? '@ThemeOkeOnline/storefront/component/product/card/versions/version-01/price-unit.html.twig' :
  3.             theme_config('productListingStylesProductBoxVersion') == 'version-02' ? '@ThemeOkeOnline/storefront/component/product/card/versions/version-02/price-unit.html.twig' :
  4.             theme_config('productListingStylesProductBoxVersion') == 'version-03' ? '@ThemeOkeOnline/storefront/component/product/card/versions/version-03/price-unit.html.twig' :
  5.     '@Storefront/storefront/component/product/card/price-unit.html.twig' %}