kwilcox1985
Forum Replies Created
-
Forum: Plugins
In reply to: [Integrate WooCommerce with Vend] Inventory Update IssueDo you mind sending me the premium version update?
Forum: Plugins
In reply to: [Integrate WooCommerce with Vend] Inventory Update IssueHi @sujith222
I actually figured out what the issue is. In the import.php file, I had to replace:
vwi_api_request( “https://{$subdomain}.vendhq.com/api/1.0/product/{$id}”, ‘GET’, $api_key, $args );
to
vwi_api_request( “https://{$subdomain}.vendhq.com/api/products/{$id}”, ‘GET’, $api_key, $args );
Looks like the previous endpoint has been deprecated. Not sure if the other endpoints need to be updated but this fixed my issue.
Forum: Plugins
In reply to: [Integrate WooCommerce with Vend] Import/Cron Stopped WorkingResolved. Thank you for your quick response!
Forum: Plugins
In reply to: [Court Reservation - Manage Your Court Bookings Online] Fatal ErrorI decided to go with another plugin.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Unable to Make a ReservationWhile in the admin, I navigated to Booking -> Calendars. Select the calendar for edit. Click on a date in the calendar then you should get a hover state to select the ending date on the calendar. One problem I am seeing is that I cannot select dates for more than one month.
Hope this helps.
Also checkout their tutorial video here:
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Multiple HoursAlso, when a reservation has been made, the reservation does not show up on the frontend calendar. The hours are still available on the front end also. The available hours should be removed from the front end and back end.
Is it possible to setup conditionals for hours. For example, I have multiple tennis courts that can be booked . If a user wants to book two different tennis courts for the 8:30am slot, how would the plugin know which court and how to account for the hours?
- This reply was modified 4 years, 10 months ago by kwilcox1985.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Unable to Make a ReservationTHis is resolved. Thank you!!
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Unable to Make a ReservationHi,
How do you create available dates in the back end? I see where you can check for unavailable dates…Thanks