jusromaine Posted September 24, 2014 Report 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
Members Vangelis Posted September 24, 2014 Members Report Posted September 24, 2014 try echo $schedule->price echo Config::get('MONEY_UNIT') Quote
jusromaine Posted September 24, 2014 Author Report 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
mseiwald Posted September 24, 2014 Report 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
jusromaine Posted September 25, 2014 Author Report Posted September 25, 2014 Yea &grouted worked thanks Quote
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.