Changeset 2387790
- Timestamp:
- 09/24/2020 02:53:43 PM (6 years ago)
- Location:
- bookinglive-connect-integration/trunk
- Files:
-
- 2 edited
-
connect.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bookinglive-connect-integration/trunk/connect.php
r2189644 r2387790 136 136 <script> 137 137 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 ){ 139 139 var html = "<label>Display booking process for:</label>" 140 140 + "<select id=\"connect-item-select\" name=\"connect-item-select\" style=\"width: 100%;\">" 141 141 +"<option value=\"\">Choose product</option>"; 142 $.each(data.data.page_results, function(key, item) {142 jQuery.each(data.data.page_results, function(key, item) { 143 143 var selected = "'.$value.'"==item.id ? "selected=\"selected\"" : ""; 144 144 html += "<option "+selected+" value=\""+item.id+"\">"+item.name+"</option>"; -
bookinglive-connect-integration/trunk/readme.txt
r2189644 r2387790 1 1 === BookingLive Connect Integration === 2 3 Contributors: BookingLive 4 Tags: BookingLive Connect Integration, Booking 5 Requires at least: 5.0 6 Tested up to: 5.5.1 7 Requires PHP: 7.0 8 Stable tag: 1.0 9 License: GPLv2 or later 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 2 11 3 12 This 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. … … 41 50 * Click Save Changes 42 51 * You can now select Booking Pages from the left-hand menu and display your first booking page! 52 53 == Frequently Asked Questions == 54 What's the difference between the Bookinglive plugin and the Bookinglive Connect Integration? 55 This 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.