jusromaine Posted September 24, 2014 Report Share Posted September 24, 2014 I have tried <?php echo $price;?> and it didn't giveme error codes but it didn't show it ether is here something im missing? like the guy had code it it put it like this <td><?php echo util::FormatDration($route->flighttime) ; >--></td> Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted September 24, 2014 Members Report Share Posted September 24, 2014 try echo $schedule->price echo Config::get('MONEY_UNIT') Quote Link to comment Share on other sites More sharing options...
jusromaine Posted September 24, 2014 Author Report Share Posted September 24, 2014 I did this <?php echo $schedule->price ; echo Config::get ('MONEY_UNIT') ; ?> an all it will show is the $ that's all Quote Link to comment Share on other sites More sharing options...
mseiwald Posted September 24, 2014 Report Share Posted September 24, 2014 I believe in schedule_results.tpl it should be $route->price not 100% sure though as i currently dont have any of the files here. Quote Link to comment Share on other sites More sharing options...
jusromaine Posted September 25, 2014 Author Report Share Posted September 25, 2014 Yea &grouted worked thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.