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?
Event calender not working, need to add filter but dont know
Moderator: General Moderators
-
jonnyfortis
- Forum Contributor
- Posts: 462
- Joined: Tue Jan 10, 2012 6:05 am
Re: Event calender not working, need to add filter but dont
what all the code in the page that contains the detail that are being passed to the cart?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.
-
jonnyfortis
- Forum Contributor
- Posts: 462
- Joined: Tue Jan 10, 2012 6:05 am
Re: Event calender not working, need to add filter but dont
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
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