Jump to content

Add To Bid?


Kyle

Recommended Posts

  • Administrators

Check your schedule_results.tpl file for the add to bid function. if it looks like ->

<a class="schedules" id="<?php echo $route->id; ?>" class="addbid"
href="<?php echo url('/schedules/addbid');?>">Add to Bid</a>

change it to ->

<a id="<?php echo $route->id; ?>" class="addbid"
href="<?php echo actionurl('/schedules/addbid');?>">Add to Bid</a>

This has the function working for me in IE8 And FF

Link to comment
Share on other sites

  • Moderators

Check your schedule_results.tpl file for the add to bid function. if it looks like ->

<a class="schedules" id="<?php echo $route->id; ?>" class="addbid"
href="<?php echo url('/schedules/addbid');?>">Add to Bid</a>

change it to ->

<a id="<?php echo $route->id; ?>" class="addbid"
href="<?php echo actionurl('/schedules/addbid');?>">Add to Bid</a>

This has the function working for me in IE8 And FF

does not work

Link to comment
Share on other sites

Okay i cannot help soo much but i just found out that it has something to do with ajax.. as you can see, it doesnt work somehow... i have this problem as well when i am working in xampp and not connected to the internet but when i am connected, it works. maybe a rights problem? Here a screenshot from my console

http://250kb.de/u/100120/p/NXflQfEzjnyM.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...