smokey68 Posted May 7, 2016 Report Posted May 7, 2016 Is it possible to put the add to bid on the listings of the tours (on the tours page) ? Quote
Administrators simpilot Posted May 9, 2016 Administrators Report Posted May 9, 2016 Some people have just copied the code from the default schedules page although if the bid function does not work on the schedule page then it will not work anywhere else. Quote
smokey68 Posted December 17, 2018 Author Report Posted December 17, 2018 On 5/9/2016 at 6:33 PM, simpilot said: Some people have just copied the code from the default schedules page although if the bid function does not work on the schedule page then it will not work anywhere else. <?php # Don't allow overlapping bids and a bid exists if(Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0) { ?> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo actionurl('/schedules/addbid');?>">Add to Bid</a> <?php } else { if(Auth::LoggedIn()) { ?> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo url('/schedules/addbid');?>">Add to Bid</a> <?php } } ?> When i use this it doesnt bid the flight like it has no function but it does work on schedules page Quote
Thomasha Posted April 10, 2020 Report Posted April 10, 2020 (edited) thanks worked perfect Edited April 12, 2020 by Thomasha 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.