I have turned on the shopping cart even when empty to the right hand side.
When a product is added i get 1 ea or 2 ea etc. How can I amend this to show 1 x or 2 x etc.
I have turned on the shopping cart even when empty to the right hand side.
When a product is added i get 1 ea or 2 ea etc. How can I amend this to show 1 x or 2 x etc.
In english.php:
Line #110 : define('BOX_SHOPPING_CART_DIVIDER', 'ea.- ');
Would that be in the tempate folder or the includes folder? Sorry to ask so many questions.
includes/languages/YOUR_TEMPLATE_NAME/english.php.
If the file isn't there, get it from includes/languages and save it after editing to the folder above.
Thank you. Worked a treat. Few more tweaks and i think the site will be ready to go.