Timeslot option not working
in Developers
Hi Checkfront team,
I have one issue about time slot option in items price.
$response=$this->Checkfront->get('item?category_id=30'); ( It return 4 items (75,77,78,76 ))
When i try to fetch with above query, it return 4 items.
$response=$this->Checkfront->get('item?category_id=30&start_date=today');(it only return 2 items ( 77, 78 ) )
When i try to fetch with above query, it only return 2 items.
I am almost crazy finding the solution.It is because of start date?
Without having start date we didn't get rate.
We want to show all 4 items to the user in http://thahara.com/experience-detail/Yangon-Myanmar-Burma-Holiday-sightseeing-Hotel-trip.
Could you please help me how to handle this situation?
By the way, when i tried in developer console, everything is working well.
Regards,
Sa
I have one issue about time slot option in items price.
$response=$this->Checkfront->get('item?category_id=30'); ( It return 4 items (75,77,78,76 ))
When i try to fetch with above query, it return 4 items.
$response=$this->Checkfront->get('item?category_id=30&start_date=today');(it only return 2 items ( 77, 78 ) )
When i try to fetch with above query, it only return 2 items.
I am almost crazy finding the solution.It is because of start date?
Without having start date we didn't get rate.
We want to show all 4 items to the user in http://thahara.com/experience-detail/Yangon-Myanmar-Burma-Holiday-sightseeing-Hotel-trip.
Could you please help me how to handle this situation?
By the way, when i tried in developer console, everything is working well.
Regards,
Sa