Remove characteristics values in email notifications

  • Posts: 13
  • Thank you received: 1
3 years 9 months ago #321131

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.19

I have some characteristics defined for my products that I show them in page detail of the product. I don't want that these characteristics to be shown in cart and also order status notification. In cart module and cart page I have hide it with css but how I can remove characteristics variants from notification emails? The name of the product has become too long.

Please Log in or Create an account to join the conversation.

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
3 years 9 months ago #321136

Hi,

You should be able to do that by adding some CSS to HikaShop and to your emails:

.hikashop_product_variant_subname{ display:none; }
www.hikashop.com/support/documentation/1...ize-the-display.html

Please Log in or Create an account to join the conversation.

  • Posts: 13
  • Thank you received: 1
3 years 9 months ago #321179

Thank you
I added below code to Order status notification and it worked
<style>
#productnametd p :first-child
{
display:none;
}
</style>

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum