I agree. I actually fixed this myself and I’ll tell everyone how if you’re comfortable with FTP and using a file editor like Notepad or I prefer Notepad++. Use an FTP program to download the file productsize-chart-contents.php in the productsize-chart-for-woocommerce\public\includes directory. Now search for the code that says
if($assets['chart-2']):
$title2=$assets['chart-2'][0]['chart-title-1'];
change this to the following:
if($assets['chart-2']):
$title=$assets['chart-2'][0]['chart-title-1'];
I’m not 100% sure if this will work in all cases since I’m not the developer of the plugin, but it works for me and I hope it will work for you. If the plugin is updated it will overwrite this change, but hopefully the update will be to fix this, so it won’t matter. Hope it helps you!
-
This reply was modified 7 years, 8 months ago by pdennis33. Reason: Placed the first code paragraph on its own line