Plugin Directory

Changeset 2387790


Ignore:
Timestamp:
09/24/2020 02:53:43 PM (6 years ago)
Author:
bookingLive
Message:

fixed JS bug and readme

Location:
bookinglive-connect-integration/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bookinglive-connect-integration/trunk/connect.php

    r2189644 r2387790  
    136136        <script>
    137137            jQuery(document).ready(function(){
    138                 $.get( "https://bookinglive.io/api/company/'.get_option('connect_company_name').'/item", function( data ) {
     138                 jQuery.get( "https://bookinglive.io/api/company/'.get_option('connect_company_name').'/item", function( data ){
    139139                  var html = "<label>Display booking process for:</label>"
    140140                      + "<select id=\"connect-item-select\" name=\"connect-item-select\" style=\"width: 100%;\">"
    141141                      +"<option value=\"\">Choose product</option>";
    142                     $.each(data.data.page_results, function(key, item) {
     142                    jQuery.each(data.data.page_results, function(key, item) {
    143143                        var selected = "'.$value.'"==item.id ? "selected=\"selected\"" : "";
    144144                        html += "<option "+selected+" value=\""+item.id+"\">"+item.name+"</option>"; 
  • bookinglive-connect-integration/trunk/readme.txt

    r2189644 r2387790  
    11=== BookingLive Connect Integration ===
     2
     3Contributors: BookingLive
     4Tags: BookingLive Connect Integration, Booking
     5Requires at least: 5.0
     6Tested up to: 5.5.1
     7Requires PHP: 7.0
     8Stable tag: 1.0
     9License: GPLv2 or later
     10License URI: http://www.gnu.org/licenses/gpl-2.0.html
    211
    312This plugin delivers best in market, mobile-first, online appointment scheduling on your website. If your clients need to book online, BookingLive provides the perfect solution for easy to manage, time saving, intuitive booking services. The BookingLive WordPress plugin enables the adding of your BookingLive booking page to your WordPress website. Once you have created your own account on BookingLive, you are able to easily connect it to WordPress site. BookingLive has no setup fees, and no monthly fees. It is a simple pay as you go system, perfect for small business, seasonal business and growing businesses.
     
    4150* Click Save Changes
    4251* You can now select Booking Pages from the left-hand menu and display your first booking page!
     52
     53== Frequently Asked Questions ==
     54What's the difference between the Bookinglive plugin and the Bookinglive Connect Integration?
     55This BookingLive Connect Integration is the plugin for bookinglive's free booking solution. The BookingLive plugin is for our enterprise product, and under development.
     56
     57== Changelog ==
     58= 1.0 =
     59* Fixed JQuery bug
     60* Added version tagging
Note: See TracChangeset for help on using the changeset viewer.