XLPlugins
Forum Replies Created
-
Hi @nardog03,
I apologize for the delayed response.
We regularly monitor support using support desk here xlplugins.com/support.
So for quick turnaround, do raise a query there.
Hello @imborx,
Thank you for your query.
All thank you pages are listed on NextMove post type page.
There is no search field to find the thank you page by name or post ID.
Are you looking for the search field here? https://i.imgur.com/tzPydTz.png
If yes, we will try to add this to our roadmap.
- This reply was modified 6 years, 2 months ago by XLPlugins.
Hello @emrevona,
Thanks for the information and I apologize for the delay in response.
We regularly monitor support using support desk here xlplugins.com/support.
I had passed the message to our product development team.
Hello @nam336699,
I apologize for the delayed response.
We regularly monitor support using support desk here xlplugins.com/support.
Yes, you can manage the CSS by inspecting the element. It contains a unique class there like this https://i.imgur.com/QSKQw7j.png
The above sample shows: cts is a countdown timer and 71613 is a campaign ID and 10097 is a product ID.
Feel free to ask on our support desk if anything else.
Hi @oraculocreativo,
I apologize for the delayed response.
We regularly monitor support using support desk here xlplugins.com/support.
So for quick turnaround, do raise a query there.
Hi @arwah12,
I apologize for the delayed response.
There is no direct option to set the price of $1. You can only put the discount in % or fixed amount only.
Feel free to ask if any other quesry.
Hello @garimagarg,
I hope the given solution work for you and the issue is resolved.
We are marking this thread solved for now.
Let us know if anything else.
Hello @yousystem,
Sorry for the delay in response.
We provide support on our support desk. Kindly create a support ticket at xlplugins.com/support Support team will provide the best answer or fix for it.
Forum: Plugins
In reply to: [User Email Verification for WooCommerce] Email not sentHello @redwiregareth,
Sorry for the delay on response.
We provide support on our support desk. Kindly create a support ticket at xlplugins.com/support Support team will provide the best answer or fix for it.
Forum: Plugins
In reply to: [User Email Verification for WooCommerce] plugin updateHello @steliosn1,
Thanks for your query.
Happy to inform you, we are going to release it’s updated version this week.
Feel free to ask if any other query.
Hello @ghabhishek
Thanks for your kind words. We set very high standard of support.
The version we sent you contains a change and this will push in next release. But the code snippet is for you specifically to allow the custom order statuses from that specific plugin. You would need to activate that snippet always.
Feel free to ask if any other questions.
Hello @ghabhishek,
Happy to help you with this.
As you are registering a new order status from an external plugin. Usually, Custom Thank you page works with native WooCommerce order status only.
We modified the NextMove plugin for you to show the NextMove page also for new custom order statuses.
For this, download this updated version and replace it with the existing NextMove Plugin.
https://www.dropbox.com/s/73ifn4hrh3w2gwa/woo-thank-you-page-nextmove-lite.zip?dl=0Now, add this custom code snippet to your theme functions or use any custom code snippet plugin.
https://gist.github.com/xlplugins/70a698eff15c65da45e0be882fe3dc41Once you done with this, you will notice on NextMove Thank you Settings Page, there are those external order statuses that are also visible to select like this –
Feel free to ask if any doubt or query. Happy to guide you further.
Have a great day π
Hello @garimagarg,
Sure, happy to assist you with this.
Please use this code to display the countdown timer. The only quotes you used in your snippet is wrong. The rest all is good as expected.
add_action(‘woocommerce_after_shop_loop_item’, ‘wcct_shop_loop_timer_display’, 5);
if (!function_exists(‘wcct_shop_loop_timer_display’)) {
function wcct_shop_loop_timer_display() {
echo do_shortcode(‘[finale_countdown_timer skip_rules=”no”]’);
}
}Let us know if anything else.
Hello
Thanks for your query.
We need the login details to test it.
Kindly create a support ticket here xlplugins.com/support and do share the admin login details there.
We wonβt change anything without permission.
So, do raise a ticket there.
- This reply was modified 6 years, 3 months ago by XLPlugins.