Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

A3H Pono Rez Reservation Interface for WordPress

Descripción

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.

Utilización

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.

Instalación

To install this plugin, follow these directions:

  1. Download the latest zip file.
  2. Next, load up your WordPress blog’s dashboard, and go to Plugins > Add New.
  3. Upload the zip file.
  4. Click Activate.
  5. Go to the A3H Pono Rez for WordPress admin panel.
  6. Enter your Pono Rez username and password.
  7. Click Save Changes.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«A3H Pono Rez Reservation Interface for WordPress» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

2.0

  • Support for activity groups (major change!)
  • Revamping/overhauling JavaScript
  • Minified PonoRez JavaScript
  • Many major enhancements on the admin panel
  • Smarter error handling for many shortcodes
  • Option to disable results cache (good for development)
  • Single activity transportation routes

1.1

  • Provide more information about SOAP service hosting.
  • Include all JavaScript, CSS, and image files in the plugin.
  • Use WordPress transients to cache activity templates.

1.0

  • First public release.

0.1

  • Development pre-release.