eko In order confirmation emails when listing an option it uses admin::lang.text_times instead of x to indicate the multiplier. How to correct this?
ryanmitchell Have you upgrade from an earlier version? It should be there in this file: https://github.com/tastyigniter/TastyIgniter/blob/c35bd2fd9a8452c10c0ac7da9ac5528abe0ee409/app/admin/language/en/lang.php#L23
eko ryanmitchell This was with the .22 version. It did not have ‘text_times’ => ‘x ’, in the language file. I just added it and is resolved, many thanks!