shaniz
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity PDF] No attaching PDF to emails – Version 6.7.0.Hi Jake,
I am getting the same issue. PDFs are not attached to the Gravity Forms notifications. Can you please help me with that
Yes. I have setup the customers per session to 3 and units per session in each service to 3 as there are 3 assistants.
Availability mode is Advanced.
But still it is not allowing to book for sessions for the clients at the same time.
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Customers per sessionI have a requirement to allow booking for selecting assistants.
Also I selected the availability mode as Advanced to check the booking with services duration.
It is not allowing to book accept a booking session even the customers session and service unit per session is equal.
Can I know the reason?Forum: Plugins
In reply to: [Ecwid by Lightspeed Ecommerce Shopping Cart] Unstructured DataHi,
Thank you for your support.
Forum: Plugins
In reply to: [Ecwid by Lightspeed Ecommerce Shopping Cart] Unstructured DataHi,
Thanks for the reply. Here is the page where we using the short code.
https://bedkings.com.au/mattress-sale-online-in-store/Below is the tool we are using for auditing
https://search.google.com/structured-data/testing-toolSee below screenshot
https://ibb.co/ThCsKMnLooking forward to your reply!
Forum: Plugins
In reply to: [Ecwid by Lightspeed Ecommerce Shopping Cart] Unstructured DataHi,
Is there any update on this?
@aswingiri Yes I can run the script in the wp_footer action but it is not possible to track the successful registration if I do not run it within the um_registration_complete action.
Below is the code I need to run.
ga(‘send’, {
hitType: ‘event’,
eventCategory: ‘Register Form’,
eventAction: ‘register’,
eventLabel: ‘register’
});@aswingiri This alert is not working once I added this. But when I added some php codes inside the action then it is working
@aswingiri So it means that I need to edit the plugin core?
@aswingiri But I need to track the successful registrations and trigger a event to google analytics. So I cannot user the wp_footer to add my javascript. Isn’t this possible?
@aswingiri So is it possible to add a javascript with scripts tag inside this hook?