Page 3 of 3

Re: Event calender not working, need to add filter but dont

Posted: Thu Mar 14, 2013 1:30 pm
by requinix
Can you do me a quick favor first? Delete everything in the file. Everything. But copy it somewhere else first, of course, so you don't lose it.
What happens?

Re: Event calender not working, need to add filter but dont

Posted: Thu Mar 14, 2013 3:17 pm
by jonnyfortis
Can you do me a quick favor first? Delete everything in the file. Everything. But copy it somewhere else first, of course, so you don't lose it.
what all the code in the page that contains the detail that are being passed to the cart?

Re: Event calender not working, need to add filter but dont

Posted: Thu Mar 14, 2013 4:09 pm
by requinix
Yep.

Re: Event calender not working, need to add filter but dont

Posted: Mon Apr 22, 2013 11:32 am
by jonnyfortis
seem to have it working now...

i changed

<?php echo $XC_AddLink1 . $XC_AddLink1; ?>

to

<?php echo $XC_AddLink1 . $_GET['id']; ?>

and it now sending the correct information to the cart