M.K. Posted July 28, 2010 Share Posted July 28, 2010 Hi folks, i need display total price in validation.tpl and in order-corfirmation.tpl but without currency, just number... can you halp me someone?I use PS 1.2 and 1.3 Link to comment Share on other sites More sharing options...
rocky Posted July 29, 2010 Share Posted July 29, 2010 Just search for where the price is displays and remove the convertPrice function call on it, or whichever call is used to add the currency. Link to comment Share on other sites More sharing options...
M.K. Posted July 29, 2010 Author Share Posted July 29, 2010 if i remove from {convertPrice price=$total} string convertPrice (=> {price=$total}) system don´t display any information... Link to comment Share on other sites More sharing options...
rocky Posted July 29, 2010 Share Posted July 29, 2010 It should be just {$total} Link to comment Share on other sites More sharing options...
M.K. Posted July 29, 2010 Author Share Posted July 29, 2010 cool its works! And if i want same to file order-confirmation.tpl? Link to comment Share on other sites More sharing options...
Krystian Podemski Posted July 29, 2010 Share Posted July 29, 2010 You need to assign new var for smarty. For eg {$total_wo_format} in order-confirmation.php Link to comment Share on other sites More sharing options...
Recommended Posts