A3H Pono Rez Reservation Interface for WordPress

0

Pono Rez is a web based Central Reservation System (CRS) targeting Tours & Attractions. The system comes equipped with a slick Ecommerce solution, customization tools and API messag

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Pono Rez is a web based Central Reservation System (CRS) targeting
Tours & Attractions. The system comes equipped with a slick Ecommerce
solution, customization tools and API messaging. In addition to the
scheduling of Tours, Retail Store, Gift Certificates & Transportation
are standard modules. The system complies with Payment Card Industry
data security standards & credit card standards.

This plugin allows Pono Rez users to integrate information about
activities into their WordPress websites using templates and
shortcodes. It requires an active Pono Rez account to use properly.

Documentation for this plugin can be found in the GitHub wiki page.

The Pono Rez system provides a SOAP interface, which is hosted on
https://www.hawaiifun.org/. The interface is documented on the Pono
Rez website at
http://www.ponorez.com/Agency%20Service%20Specifications.pdf.

Usage

Documentation for this plugin can be found in the GitHub wiki page.

Templates only work for single-activity pages, which aren’t used that
often. You are probably looking for how to use activity groups. Check
the example page in the wiki
for good details on how to do that.

Templates should be added to the templates subdirectory in this
plugin. They can contain shortcodes.

These two shortcodes load a single activity from the Pono Rez database.

  • [pr_activity id=XXX] – Load activity id XXX and use it to fill out the default template.
  • [pr_load_activity id=XXX] – Used to load activity XXX without filling out and using a template.

These shortcodes are used to request specific attributes for the
currently loaded activity.

  • [pr_activity_name]
  • [pr_activity_description]
  • [pr_datepicker]
  • [pr_guest_type_list]
  • [pr_guest_type]
  • [pr_hotel_select]
  • [pr_hotel_room]
  • [pr_check_availability] – Print out the “Check Availability” button.