Jump to content

Edit History

janoroh

janoroh

I can't seem to get rid of an odd dash that is sneaking into the product names in the confirmation emails (1.7.8.4). When an item, for instance, is named "Testartikel 1 Euro", what shows up in the email is "Testartikel 1 Euro -". I assumed it's caused by the email expecting a variant descriptor even though I don't use variants for products and have deactivated the whole variants function. So I removed the variant check in the order_conf_product_list.tpl file, but without any result. It seems to be hardcoded into the name somehow because when I change the line to:

<strong>{$product['name']} test</strong>

it will show "Testartikel 1 Euro auf Lager - test" in the email, so that odd dash is part of the $product['name'] call.

Does anyone know how I can get rid of that? It looks a bit silly if there's a useless dash after each product name in my confirmation emails.

Thank you!

janoroh

janoroh

I can't seem to get rid of an odd dash that is sneaking into the product names in the confirmation emails. When an item, for instance, is named "Testartikel 1 Euro", what shows up in the email is "Testartikel 1 Euro -". I assumed it's caused by the email expecting a variant descriptor even though I don't use variants for products and have deactivated the whole variants function. So I removed the variant check in the order_conf_product_list.tpl file, but without any result. It seems to be hardcoded into the name somehow because when I change the line to:

<strong>{$product['name']} test</strong>

it will show "Testartikel 1 Euro auf Lager - test" in the email, so that odd dash is part of the $product['name'] call.

Does anyone know how I can get rid of that? It looks a bit silly if there's a useless dash after each product name in my confirmation emails.

Thank you!

×
×
  • Create New...