Show Price With Price Label - Description

hello...

how to show the price label instead of standard cs cart currency simbol...

current

€5,399.99

price €5,399.99

Please open the design/themes/YOUR_THEME/templates/common/product_data.tpl and add:

{__("price")}: 

after this line:

{if $product.price|floatval || $product.zero_price_action == "P" || ($hide_add_to_cart_button == "Y" && $product.zero_price_action == "A")}

If you are familiar with hooks, please use the products:prices_block hook to override the whole block with price

Please open the design/themes/YOUR_THEME/templates/common/product_data.tpl and add:

{__("price")}: 

after this line:

{if $product.price|floatval || $product.zero_price_action == "P" || ($hide_add_to_cart_button == "Y" && $product.zero_price_action == "A")}

If you are familiar with hooks, please use the products:prices_block hook to override the whole block with price

thank you veryyyyy much ;)

looks nice

You are welcome!