Event calender not working, need to add filter but dont know

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

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

Post 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?
jonnyfortis
Forum Contributor
Posts: 462
Joined: Tue Jan 10, 2012 6:05 am

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

Post 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?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

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

Post by requinix »

Yep.
jonnyfortis
Forum Contributor
Posts: 462
Joined: Tue Jan 10, 2012 6:05 am

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

Post 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
Post Reply