Do all products have to be associated with availability calendar?
Can I have products not associated with the availability calendar. Ie: Gift Cards?
Thanks!
Val
Thanks!
Val
2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?For the time being, all products need to be associated with an availability calendar. There may be options in the future for an alternative, but it is not scheduled for the first quarter 09.
I’m happy
The company says
this answers the question
-
Inappropriate?Valerie, did you find a workaround for your gift certificates?? I have the same issue - did you ask your online bookers to simply select a date on the calendar?
-
Inappropriate?There is another option and that is to make sure the product has no booking cutoff (so it can be booked today) and then use a short bit of javascript that generates today's date for you, like so...
<script type="text/javascript">
var d=new Date();
var m =((d.getMonth())+1);
var y =(d.getFullYear());
var dd = (d.getDate());
document.write("<a href=\"http://testcompany.rezgo.com/tour/6573/Awesome-Tour/6573/" + y + "-" + m + "-" + dd + "\">Gift Certificate</a>");
</script>
Make sure you replace the domain, tour id, and name with your gift certificate product. Place this bit of javascript where ever you want to link to your gift certificate. It will take the customer directly to the booking page and skip the calendar step all together.
I’m so happy I thought of that.
-
Inappropriate?Thanks Stephen, will try and implement! For now im uploading all the options.... there are a lot of tours that Riverlife offers!
I’m happy to have discovered Rezgo!
Loading Profile...





EMPLOYEE