Is it possible to put the add to bid on the listings of the tours (on the tours page) ?
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.
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
thanks worked perfect