hitcode
Forum Replies Created
-
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] User manualHello,
the user accounts within ShiftController are not automatically synchronized with WordPress. When you install ShiftController, it offers to import users from WordPress. If you add another user to WordPress after that, you will need to sync them into ShiftController by going to ShiftController -> Users > Sync. In that form you can map WP Roles into ShiftController, so you will need to specify that the WP “Subscribers” will be “Staff” in ShiftController.Forum: Plugins
In reply to: [Locatoraid Store Locator] Using shortcode in templateHello,
sorry it would not be possible, currently Locatoraid can be on a page of its own. Otherwise it will give a link to the page. As a workaround you could make use of the Locatoraid widget that renders a search form.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Generate Schedule AvailabilityHello,
we’re thinking about an auto schedule feature but it’s just a project at the moment.Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] in English?Hello,
sorry for not replying sooner. The demo is not actually always in Spanish, I think it was temporarily when someone switched it.Regarding group sessions, yes, you can configure the availability so that it will be possible to accept more than one appointment at a time, i.e. have several “seats”.
Hello,
sorry for not replying sooner. Is this happening in the WP backend or on the page with the shortcode?Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Service PriceHello,
the free version has no option to define prices for services, a Pro or Salon Pro is required.Forum: Plugins
In reply to: [Locatoraid Store Locator] Moving Directions Below Map and ListingsHello,
sorry I’m afraid currently it would not be possible.Hello,
the Pro version should work just the same way as the free one. Would you mind giving me a temporary WP admin access to your site, we’ll try to promptly resolve the issue. Please contact us through http://www.shiftcontroller.com/contact/Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] public view of Time offs??Hello,
I’m sorry currently it would be too difficult to implement, we’ll consider it in the nearest major version update.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Front end view?Hello,
at the moment you can have only a read-only view in the front end with the [shiftcontroller] shortcode. To let staff members do some actions like requesting time off you will need to allow them to the WP control panel.Forum: Plugins
In reply to: [Locatoraid Store Locator] Zip Code Form On Homepage?Hello,
yes you can make use of the search form widget:
http://www.locatoraid.com/search-form-widget/Forum: Plugins
In reply to: [Locatoraid Store Locator] Updates give 404 errorHello,
sorry it’s a strange issue, we’ll need a temporary WP admin access to your site to try to resolve it, please contact us at http://www.locatoraid.com/contact/Forum: Plugins
In reply to: [Locatoraid Store Locator] French Zip Code FailHi Antoine,
yes please edit it in Configuration > Settings: enter “France” in the Append Customer Search With field, so when a visitor enters “75000” the system will actually search for “75000 France” and will give correct results.Forum: Plugins
In reply to: [Locatoraid Store Locator] show results by zip code not distanceHi,
I’m sorry at the moment it would be too difficult to implement. We can add an option to group output by zip/postal code, would it work for you? There will still be locations from other zip codes, but at least the output list will be organized by the zip code.Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Appointment Status LinkHello,
please edit this file:joebooking/core6/model/appointment/_notifier_customer.php
and add this piece of code somewhere before the “/* replace tags */” comment, for example on line 152:
$group_ref = $object->getProp( 'group_ref' ); $customer_link = ntsLink::makeLink('customer/appointments/view', '', array('ref' => $group_ref)); $customer_link = '<a href="' . $customer_link . '">' . M('View') . '</a>'; $tags[0][] = '{APPOINTMENT.CUSTOMER_LINK_TO}'; $tags[1][] = $customer_link;Then you can make use of the {APPOINTMENT.CUSTOMER_LINK_TO} tag in your customer notification templates.
We’ll include this change in the next version update so this feature will not be overwritten by automatic updates.