Hi,
We have the cart edit plugin active – the cart page seems to show titles of product options chosen truncated; as in “Produ…ame”. Is it possible to turn off or adjust the truncation, maybe with a functions.php snippet?
thanks,
Aengus
I see, you can remove this dots but changing the char limit using following filter (code), as this code into your theme’s functions.php file: add_filter('ppom_trim_file_maxchar', function($limit) { return 200; }, 99);
This reply was modified 5 years, 7 months ago by nmedia.