railmedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Custom tip field labelHi @smorri09 and @chevaline
I will add this functionality in the next release.
Please stay tuned.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Tip valuesDear @webzuliatec
I’ve released version 1.1.2 of the plugin that supports decimal tips.
Please let me know how it goes on your side.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Fatal errorHi there, @simonperdu
Many thanks for raising this issue. I’ve now released version 1.1.2 that fixes it.
Please update as soon as possible.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] How to change Tip valuesHi there @abarba,
Many thanks for your kind words. Always a good feeling to help and give something back to the community ??
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Reports missingHi there, @demeul
Version 1.1.1 is now released and it features a CSV export. The dates not being adjusted on the Reports page has also been fixed.
Hope it helps.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Neve theme frontend issue on checkout pageForum: Plugins
In reply to: [Order Tip for WooCommerce] Neve theme frontend issue on checkout pageHi there @rong123,
Yes, I see the issue on your checkout page.
Please update the plugin to version 1.1. There are several new positions you can use to display the tip form, including a shortcode you could use on any page/post/widget – [order_tip_form]
Please do let me know how it went for you.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] How to change Tip valuesHi there @muleque
You can use the wc_order_tip_rates filter.
Example:
add_filter( 'wc_order_tip_rates', 'your_custom_wc_order_tip_rates' ); function your_custom_wc_order_tip_rates( $rates ) { $rates = array(1,2,5,10); return $rates; }
You can paste this code in your functions.php file or in another plugin.
Please also make sure, in your case, that you select the Fixed amount in the Tip Type select box on the Settings page.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Plugin Conflict with popular pluginsI will be closing this ticket for the time being, but I will look into enhancing compatibility with the plugins you mentioned.
Hi there @vlokshah0806
Please update to the latest version (1.1) – I introduced a shortcode you can use in any page/post/widget – [order_tip_form]
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Filled fields that are deletedHi there,
Please update to the latest version (1.1) – the page will no longer refresh and no data loss will occur. The tip is added using the trigger mentioned by @miguelocarvajal
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] How can I edit the styling of the buttons?You can use the following css selector for styling the buttons:
button.woo_order_tip
I will close this ticket for the time being.
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Fatal Error causing issuesI will close this topic for the time being. I will be looking into integrating the order tips with subscriptions.
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Position of ShortcodeHi there @gislainelilo
Please update to the latest version. There are various positions available and also a shortcode you can use in any page/post/widget – [order_tip_form]
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] How to Reposition location of the Tip FieldsHi there @nikoy
Please update to the latest version. There are various positions available and also a shortcode you can use in any page/post/widget – [order_tip_form]
Best regards,
Adrian