YES. I am having the same issue. The variable product has 4 criteria the customer selects, and the fourth criteria is not visible in the new order confirmation e-mail sent to the store owner because the “Item#” (SKU) is on the same line, and truncates the character. Not cool!
Please excuse the table formatting, sorry. 🙂 I can retype manually instead of pasting from Excel if anyone cares and wants to see it.
That was it! Thank you all! Very helpful. Much appreciated.
I don’t know how to read the .htaccess… does this look off?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress