Add space between Currency Symbol and Amount in Prestashop 1.7.X.X - Ayush Shrestha || UI/UX || Front-end || Angular || React || Wordpress

Add space between Currency Symbol and Amount in Prestashop 1.7.X.X

Simply change the value in the symbol column of the ps currency lang table.

Alternatively, for all pricing, place a space before the symbol and a space after the symbol.

UPDATE `ps_currency_lang` SET `symbol` = CONCAT(‘ ‘,`symbol`,’ ‘);

Related Blogs

Leave a Reply