I would like to ask you for help. I made a system for a small school with booking system connected to Woocommerce. The customer buys a package of 18 lessons. At the begin he pays only a deposid for 4 lesson. The system should allow to confirm only the 4 lessons (default setting is that your booking is pending and confirmation should be confirmed after payment is done) and other payments should open the possibility to confirm other lessons (according the amount of money). But the connection between Amelia and Woocommerce does not work well, because the change in payment status does not lead to the change in appointment status.
Please can you help me to solve it? I read all the parts in documentation, all the settings were made as recommended but the issue remains.
At the moment you can connect statuses in Amelia with order statuses in WooCommerce"
You can choose which appointment, event, and package status in Amelia will match which order status in WooCommerce. When you change the order status in WooCommerce it will automatically be changed in Amelia. By default, you have three rules for status correlation, “On-hold”, “Processing” and “Completed”, but by clicking on the “Add rule” you can create more correlation between Amelia and https://wpamelia.com/woocommerce-booking/ statuses. When you click on that button a new section will appear with the following options, that you need to set:
“Order” dropdown, from which you can choose one of the WooCommerce order statuses that you want to correlate with status in Amelia
“Apply On” is where you can define the rule which will trigger the change of the appointment status, and that an action can be either order creation or order update.
“Booking”, here you choose the status in Amelia you want to correlate with the WooCommerce status, depending on if you are creating a rule for appointments, events, or packages.
Lastly, on the “Payment” dropdown, you can choose the payment status that will be set, once the order is WooCommerce is created or updated.
If you need something else I'll kindly ask you to add it as a feature suggestion on this link https://features.wpamelia.com/
Features are pushed up on our "to-do" list when there are a lot of customers requesting those features, so having your vote as a customer can be beneficial to this feature being developed sooner.
If you have any more questions please open a new separate ticket for each question and we will gladly help you there.
thank you for your answer. I tried to set up the triggers as you described. But unfortunately it does not work. There is an error (probably on my site) which interferes with normal function.
For better understanding of my system - the customer buys a package of 18 lessons (services), 4 of 18 are prepaid by the first payment as a deposid. Until the payments is completed, the customer should not be able to make any reservation.
1) Now until I complete the check out the customer is not able to book any reservation (it works well).
2) Then the customer should be able to make reservation for entire lessons, default set as unconfirmed (pending) - it works.
3) When the payment is completed (both the first payment - deposit and the next payments) the status of reservation should be changed as confirmed (it does not work now)
I attached screenshot of setting of payments. Services are called "služby", packages are called "balíčky", rezervace means appointment. Payment = platba.
PS: The possibility to make payment from customer panel does not work, too. Error 400
Pictures:
Pict1 - Settings of payments of services
Pict2 - Settings of payments of packages
Pict3 - Customer panel after payments are completed
Pict4 - Woocommerce orders admin panel
Please can you help me to set up the relations between Amelia and Woo? I cannot find the error...
I will cehck this now and we apologize for taking a little longer to respond to your ticket. Our colleagues work on very complicated tickets and they work on them in the order in which they arrived.
As soon as we get some feedback from them we will contact you. Your patience is highly appreciated.
My apologies for the delay in the response and thank you very much for your patience.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
thank for your help. Unfortunately it does not work as expected. After the payment is finished (now in the beta-version confirmed by manually checked payment receive) appointments remain unconfirmed. Moreover the button for paying of the rest does not work (see attached screenshot).
The email does not work since the "PHP Mail" has been set up as the mail service.
We strongly recommend changing mail service setting to SMTP because email that is sent with PHP Mail generally gets flagged as spam by mail servers and also can take some time to send. See below how to configure SMTP mail service.
SMTP (Simple Mail Transfer Protocol) – In this article, we show how to configure the SMTP mail service for Gmail, but you can set it up for any other outgoing service that supports SMTP for a mail client. When you select this option, four inputs will appear – you need to populate them to configure SMTP properly. A Google SMTP example:
SMTP Host – smtp.gmail.com
SMTP Port – 587
SMTP Secure – TLS
SMTP Username – Your Gmail address
SMTP Password – Your App password (details about setting up an app password can be found in the yellow notice section below)
The most commonly used SMTP Ports are 465 and 587. Port 465 uses “SSL” as SMTP Secure, while port 587 uses “TLS” as SMTP Secure. Make sure to check what the correct SMTP settings are for your mailing provider.
Google SMTP (Gmail accounts):
From 30 May 2022, Google will no longer support the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password, so “Allow less secure apps” will be removed.
In order to continue using SMTP with Gmail, you will need to set up an App Password for Amelia. App Passwords can only be used with accounts that have 2-Step Verification turned on. Instructions about this can be found on Google’s Documentation, here.
For detailed set-up instructions, please take a look at this article on our official support platform.
Microsoft SMTP (outlook, hotmail, live, and office365 email accounts):
If you’re having issues using SMTP with your Microsoft account, please make sure to set up an App Password for Amelia. App Passwords can only be used with accounts that have 2-Step Verification turned on in the Security Basics section of your Microsoft account. Instructions about this can be found on Microsoft’s Documentation, here.
For detailed set-up instructions, please take a look at this article on our official support platform.
I changed the mailing method to SMTP and connected to my Gmail account as described. But the notifications do not work. The only one comes "Package purchased", others do not come. Moreover I cannot change the "Customer panel" notification - see attached printscreen.
the notifications do not work (there is no change). The mailing you can see in attached screenshot (2 emails are from Woocommerce). Now I can change the "Customer Panel Access" template, that's great!
If I request to generate a new password for customer panel, it also works well. So I can give instruction to my customers to generate a new password that way but I think it is a bit annoying (this email should be sent automatically without any special request)...
I tested it out with the test appointment booking and I received an email.
As I can see you have disabled the "Appointment pending" notification, it could be the reason why you do not receive the notification. Can you please check that out and let me know if that is the case?
Hello Uroš, yesterday I switched off the "Apointment Pending" notification because I solved it by link placement into the Package Purchased notification. The Customer panel Access still does not work.
In order for the custom field to be displayed on the package booking form, the appointment will have to be booked as part of the package as the custom fields are connected to the appointments rather than the packages.
The customer panel access email is sent when the customer clicks on the "Forgot a password' button.
If you want, you can include in in other notifications by adding the %customer_panel_url% placeholder to those templates.
Hope this helps you.
Please let me now if you have any other questions.
Hello Uroš, I checked the connection to Google (as recommended by you previosly) and it has been lost (I do not know why) and I fixed it. Then all the notifications work well. But now I have a report about trouble with transferring from Customer panel to the checkout especially on Apple devices. I found that it could be caused by blocked popup windows or blockage of transfer. If so, the customer can see only the preloader on the button (see the attached screenshot). Is there any way how to prevent it or solve?
My apologies for the misunderstanding. Can you please provide me with the screen recording of the issue that you are dealing with and I will assist you with this?
Is there any way that you can provide us with the video, from any colleague or to display the video from the other device and explain what the issue is?
I finally get the screenshot video from iOS/Safari device. The issue is that ad-block or something like that blocks pop-up windows. Then the redirection to the check-out breaks down.
As I have an iPhone myself, can you please provide with the URL of the customer panel page along with credentials for the customer and I will assist you with this?
Hello,
I would like to ask you for help. I made a system for a small school with booking system connected to Woocommerce. The customer buys a package of 18 lessons. At the begin he pays only a deposid for 4 lesson. The system should allow to confirm only the 4 lessons (default setting is that your booking is pending and confirmation should be confirmed after payment is done) and other payments should open the possibility to confirm other lessons (according the amount of money). But the connection between Amelia and Woocommerce does not work well, because the change in payment status does not lead to the change in appointment status.
Please can you help me to solve it? I read all the parts in documentation, all the settings were made as recommended but the issue remains.
Link: https://dilnamozaika.cz/packages/
Thank you for your help in advance
Best regards
Mira
Hello Miroslav,
Thank you for reaching out to us.
At the moment you can connect statuses in Amelia with order statuses in WooCommerce"
You can choose which appointment, event, and package status in Amelia will match which order status in WooCommerce. When you change the order status in WooCommerce it will automatically be changed in Amelia. By default, you have three rules for status correlation, “On-hold”, “Processing” and “Completed”, but by clicking on the “Add rule” you can create more correlation between Amelia and https://wpamelia.com/woocommerce-booking/ statuses. When you click on that button a new section will appear with the following options, that you need to set:
If you need something else I'll kindly ask you to add it as a feature suggestion on this link https://features.wpamelia.com/
Features are pushed up on our "to-do" list when there are a lot of customers requesting those features, so having your vote as a customer can be beneficial to this feature being developed sooner.
If you have any more questions please open a new separate ticket for each question and we will gladly help you there.
We wish you all the best.
Have a nice day.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Marko,
thank you for your answer. I tried to set up the triggers as you described. But unfortunately it does not work. There is an error (probably on my site) which interferes with normal function.
For better understanding of my system - the customer buys a package of 18 lessons (services), 4 of 18 are prepaid by the first payment as a deposid. Until the payments is completed, the customer should not be able to make any reservation.
1) Now until I complete the check out the customer is not able to book any reservation (it works well).
2) Then the customer should be able to make reservation for entire lessons, default set as unconfirmed (pending) - it works.
3) When the payment is completed (both the first payment - deposit and the next payments) the status of reservation should be changed as confirmed (it does not work now)
I attached screenshot of setting of payments. Services are called "služby", packages are called "balíčky", rezervace means appointment. Payment = platba.
PS: The possibility to make payment from customer panel does not work, too. Error 400
Pictures:
Pict1 - Settings of payments of services
Pict2 - Settings of payments of packages
Pict3 - Customer panel after payments are completed
Pict4 - Woocommerce orders admin panel
Please can you help me to set up the relations between Amelia and Woo? I cannot find the error...
Thank you very much in advance
Best regards
Mira
Attached files: pict2.jpg
pict1.jpg
pict3.jpg
pict4.jpg
Hello Miroslav,
We have forwarded your ticket to our level 2 agents and as soon as we get some feedback from them we will contact you immediately.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Marko,
I am really sorry, but nobody contacted me... My customer is becoming a bit angry about that. Please can you urge my issue to your level 2 agent?
Thank you for your help
Best regards
Mira
Hello Miroslav,
I will cehck this now and we apologize for taking a little longer to respond to your ticket. Our colleagues work on very complicated tickets and they work on them in the order in which they arrived.
As soon as we get some feedback from them we will contact you. Your patience is highly appreciated.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Miroslav,
My apologies for the delay in the response and thank you very much for your patience.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Miroslav,
Thank you for the credentials and for your patience.
Can you please test it out now and let me know if it works or not?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uroš,
thank for your help. Unfortunately it does not work as expected. After the payment is finished (now in the beta-version confirmed by manually checked payment receive) appointments remain unconfirmed. Moreover the button for paying of the rest does not work (see attached screenshot).
Attached files: pict5.jpg
Just a small correction: The button Zaplatit teď (= pay now the rest) works. But the email notification for login to the customer panel does not come.
PS: I would prefer if the payment of the rest is the same as the first deposit and if it is paid 4x (or each month)
Thank you for your help once again in advance
M.
Hello Miroslav,
Thank you for the update on this.
The email does not work since the "PHP Mail" has been set up as the mail service.
We strongly recommend changing mail service setting to SMTP because email that is sent with PHP Mail generally gets flagged as spam by mail servers and also can take some time to send. See below how to configure SMTP mail service.
SMTP (Simple Mail Transfer Protocol) – In this article, we show how to configure the SMTP mail service for Gmail, but you can set it up for any other outgoing service that supports SMTP for a mail client. When you select this option, four inputs will appear – you need to populate them to configure SMTP properly. A Google SMTP example:
The most commonly used SMTP Ports are 465 and 587. Port 465 uses “SSL” as SMTP Secure, while port 587 uses “TLS” as SMTP Secure. Make sure to check what the correct SMTP settings are for your mailing provider.
Google SMTP (Gmail accounts):
From 30 May 2022, Google will no longer support the use of third-party apps or devices which ask you to sign in to your Google Account using only your username and password, so “Allow less secure apps” will be removed.
In order to continue using SMTP with Gmail, you will need to set up an App Password for Amelia. App Passwords can only be used with accounts that have 2-Step Verification turned on. Instructions about this can be found on Google’s Documentation, here.
For detailed set-up instructions, please take a look at this article on our official support platform.
Microsoft SMTP (outlook, hotmail, live, and office365 email accounts):
If you’re having issues using SMTP with your Microsoft account, please make sure to set up an App Password for Amelia. App Passwords can only be used with accounts that have 2-Step Verification turned on in the Security Basics section of your Microsoft account. Instructions about this can be found on Microsoft’s Documentation, here.
For detailed set-up instructions, please take a look at this article on our official support platform.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uroš,
I changed the mailing method to SMTP and connected to my Gmail account as described. But the notifications do not work. The only one comes "Package purchased", others do not come. Moreover I cannot change the "Customer panel" notification - see attached printscreen.
I am really unhappy.
Attached files: pict6.jpg
Hello Miroslav,
Can you please check the notification sending now and let me know if it works or not?
Also, can you please provide me with the text that you wanted to change the customer panel access template with?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uroš,
the notifications do not work (there is no change). The mailing you can see in attached screenshot (2 emails are from Woocommerce). Now I can change the "Customer Panel Access" template, that's great!
If I request to generate a new password for customer panel, it also works well. So I can give instruction to my customers to generate a new password that way but I think it is a bit annoying (this email should be sent automatically without any special request)...
Attached files: pict7.jpg
Hello Miroslav,
I tested it out with the test appointment booking and I received an email.
As I can see you have disabled the "Appointment pending" notification, it could be the reason why you do not receive the notification. Can you please check that out and let me know if that is the case?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uroš, yesterday I switched off the "Apointment Pending" notification because I solved it by link placement into the Package Purchased notification. The Customer panel Access still does not work.
Next issue is that custom fields are not shown.
Please could you check it, too?
Thank you very much
M.
Hello Miroslav,
In order for the custom field to be displayed on the package booking form, the appointment will have to be booked as part of the package as the custom fields are connected to the appointments rather than the packages.
The customer panel access email is sent when the customer clicks on the "Forgot a password' button.
If you want, you can include in in other notifications by adding the %customer_panel_url% placeholder to those templates.
Hope this helps you.
Please let me now if you have any other questions.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Miroslav,
Thank you for reaching back out to us.
Can you please provide me with the screen recording of this issue as I could not replicate it from my end and I will assist you with this?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uroš, I checked the connection to Google (as recommended by you previosly) and it has been lost (I do not know why) and I fixed it. Then all the notifications work well. But now I have a report about trouble with transferring from Customer panel to the checkout especially on Apple devices. I found that it could be caused by blocked popup windows or blockage of transfer. If so, the customer can see only the preloader on the button (see the attached screenshot). Is there any way how to prevent it or solve?
Thank you for your help in advance
M.
Attached files: 0FF21B03-355A-49AC-A42F-513FAB658DDE.png
Hello Miroslav,
Thank you for the update on this.
My apologies for the misunderstanding. Can you please provide me with the screen recording of the issue that you are dealing with and I will assist you with this?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uroš, my apologize, I am not able to make a video, I do not have got any Apple device.
Hello Miroslav,
Is there any way that you can provide us with the video, from any colleague or to display the video from the other device and explain what the issue is?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uroš,
I will try to get that. But it won't be today. I will send you if I get it. I only have the screenshot from iPhone which I attached to previous reply.
So If I get the video I will send it.
Thank you for your effort and help
M.
Hello Miroslav,
That is fine, I am looking forward to your update on this.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uroš,
I finally get the screenshot video from iOS/Safari device. The issue is that ad-block or something like that blocks pop-up windows. Then the redirection to the check-out breaks down.
Link to video: https://dilnamozaika.cz/wp-content/uploads/2023/10/Zaznam-obrazovky-2023-10-10-v-17.58.12.mov
Please try to help me to solve this issue.
Thank you very much in advance
Best regards
M.
Hello Miroslav,
As I have an iPhone myself, can you please provide with the URL of the customer panel page along with credentials for the customer and I will assist you with this?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Miroslav,
Thank you for the update on this.
I will have this passed to our developer to check this out and we will provide you with an update on it as soon as possible.
I appreciate your patience.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Miroslav,
We have noted this issue and passed it to our developer to have this resolved for one of the updates in the near future.
In the meantime, please let me know if you have any other questions.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables