Nitin Prakash
Forum Replies Created
-
Forum: Plugins
In reply to: [Thank You Page for WooCommerce] security issuesThis issue is fixed, replaced order_id with order_key.
Forum: Plugins
In reply to: [Thank You Page for WooCommerce] security issuesThanks @robert7k
I will check the issueForum: Plugins
In reply to: [Thank You Page for WooCommerce] disable redirect for a specific productHi @robert7k
This is not the general use case currently disable redirect for Specific Product is not available in the plugin. Can you create a support request via the Support Desk for this particular issue.
Thanks in advanceHi @toad78, I have replied to your support request via support page.
I am closing this thread.Forum: Reviews
In reply to: [Access Guard] Excellent Plugin & ServiceThanks @shivtiwari for your review
Forum: Reviews
In reply to: [Product Author for WooCommerce] Simple and Easy to Use!Hi @drewdrewchristophercom
Thanks for the suggestion, I am considering this as new feature and I will work on it.
Thanks once again- This reply was modified 1 year, 5 months ago by Nitin Prakash.
Forum: Plugins
In reply to: [Place Order Without Payment for WooCommerce] TranslateHi @evilmc Loco Translate does not translate dynamic content, but if you still want to Translate Buttons please use default plugin inputs i.e dont edit any button texts and then the text can be translated via Loco Translate.
If you still have any questions please create a support ticket on Support Desk
Thanks in advanceForum: Reviews
In reply to: [Thank You Page for WooCommerce] Perfect, great support!Thank you for choosing the plugin, looking forward to continuing to serve you
Forum: Plugins
In reply to: [Place Order Without Payment for WooCommerce] TranslateHi @evilmc, I will check and fix this
Forum: Plugins
In reply to: [Thank You Page for WooCommerce] Order total not showClosing this thread, as Ticket has been created on support desk
Forum: Plugins
In reply to: [Thank You Page for WooCommerce] Order total not showHi @napathello
This issue could require more details, please create a support request here Support DeskForum: Reviews
In reply to: [Thank You Page for WooCommerce] Outstanding SupportThanks @attconcept
Forum: Plugins
In reply to: [Place Order Without Payment for WooCommerce] Translate@ndy23 @tobifjellner updated plugin to load text domain in release 2.5.3
Forum: Plugins
In reply to: [Place Order Without Payment for WooCommerce] Security Vulnerability FlaggedClosing this thread because of lack of details. Feel free to create a new support request for the same.
Forum: Plugins
In reply to: [Place Order Without Payment for WooCommerce] TranslateHi @syntve
Use below snippet and then toy should be able to translate
// Code Snippet for Addto Cart or Buy Now button Text
add_filter( 'wpowp_translate_add_cart_txt', 'wpowp_translate_add_cart_txt' ); function wpowp_translate_add_cart_txt( $add_cart_text ){ return __('Buy Now','wpowp'); }
NOTE: you can add this snippet in theme functions.php or use a plugin to add php snippets.
Thanks in advance- This reply was modified 1 year, 7 months ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner). Reason: Moved the snippet into a code block, this way the straight quotes will (hopefully) not be converted to smart quotes and mess stuff up