Kangaroo Posted March 21, 2009 Share Posted March 21, 2009 :cheese: hi all,in root/order.php, i want to pick out the individual values of currency and cart price. i just want the smarty file of shopping-cart.tpl to be able to quote this two values. as in shopping-cart.tpl, there is a string: {convertPrice price=$total_price}, which quote the total cart amount in the form of "currency + price". i can find this definition code in line 370 of order.php. also attached here: $smarty->assign(array('HOOK_PAYMENT' => Module::hookExecPayment(), 'total_price' => floatval($orderTotal))); In order to get sole value of "currency" and "price" then quote them from shopping-cart.tpl, how can i mod order.php? could any PHPer help me please? 8-/ highly appreciated!!! Link to comment Share on other sites More sharing options...
Kangaroo Posted March 24, 2009 Author Share Posted March 24, 2009 :gulp: a difficult request, i guess... am i going to learn php? :vampire: Link to comment Share on other sites More sharing options...
Recommended Posts