NILAGolf_ Posted June 8, 2014 Share Posted June 8, 2014 Hi, When adding items to shopping cart a pop-up is displayed (see picture). In this pop-up it is said that Total Shipping (tax excl) although the price indicates that it should Total Shipping (Tax incl.). When proceeding from this view forward, it is ok there. Is this a bug or can I manually fix this? Link to comment Share on other sites More sharing options...
PSfever.com Posted June 8, 2014 Share Posted June 8, 2014 Hi, you could fix this by going to translations and simply rename the string from (tax excl.) to (tax incl.). Other than that you change it directly in the tpl/js files, but renaming is much simpler.. Link to comment Share on other sites More sharing options...
NILAGolf_ Posted June 10, 2014 Author Share Posted June 10, 2014 Hi, you could fix this by going to translations and simply rename the string from (tax excl.) to (tax incl.). Other than that you change it directly in the tpl/js files, but renaming is much simpler.. Hi, I think its not a good idea renaming these fields wrongly as it might be used in some other places. Can you point me the correct files where to look for this so I can do the corrections. Thanks, NILA Golf_ Link to comment Share on other sites More sharing options...
PSfever.com Posted June 10, 2014 Share Posted June 10, 2014 ROOT/themes/default-bootstrap/modules/blockcart/blockcart.tpl Line 274ish <strong class="dark"> {l s='Total shipping' mod='blockcart'} {l s='(tax excl.)' mod='blockcart'} </strong> Change the string to tax incl. Link to comment Share on other sites More sharing options...
NILAGolf_ Posted June 10, 2014 Author Share Posted June 10, 2014 ROOT/themes/default-bootstrap/modules/blockcart/blockcart.tpl Line 274ish <strong class="dark"> {l s='Total shipping' mod='blockcart'} {l s='(tax excl.)' mod='blockcart'} </strong> Change the string to tax incl. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts