railmedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Default tipHi there @nikweb ,
Thanks for reaching out.
At the moment it is not possible to add a default tip. However, I did add this feature on the wishlist and I will add it in future releases.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Check out Style issueHi there @jusemora30 ,
Order Tip for WooCommerce has been built with no default styles in mind simply to allow the users to customize styling using their own themes, therefore, you will need to customize the styling using other third party extensions or the theme of your website.
Best regards,
AdrianHi there @toulip ,
Thank you for reaching out.
Unfortunately, the first issue you are facing has nothing to do with the tip plugin. It is rather a WooCommerce change that you could fix with something as per this code: https://gist.github.com/railmedia/bc1a2b55c0f21d24da4a98d95012084c
For the second issue you mentioned, you can use this method and class to remove the tip programatically:
WOO_Order_Tip_Service
::remove_tip()However, this class has been introduced starting with v1.5.0 so please make sure you update to this version first (latest one).
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Alert function doesn’t workHi there @qilin2000
Please update to 1.4.2. The issue is fixed.
Best regards,
Adrian- This reply was modified 8 months, 1 week ago by railmedia.
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Undefined index errorHello everyone,
The issue is fixed in version 1.4.1. Please update as soon as possible.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Report Details including productHello @vfcox,
Thank you for reaching out.
The whole purpose of the plugin is to place tips on orders and not on products.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] STYLE CONFLICT BETWEEN THE PLUGIN AND WPMUDEVHi there @shreefbeh
Please update to v1.4.0. I’ve removed the hook that was impacting the admin.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] High-performance order storageHi there everyone,
Please upgrade to v1.4.0. The plugin is now HPOS compatible.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] STYLE CONFLICT BETWEEN THE PLUGIN AND WPMUDEVHi there @shreefbeh
Thanks for reaching out. We will apply this fix and release a new minor update as soon as possible.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] High-performance order storageHi there,
Thanks for reaching out. We will look into the issue you mentioned.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Display of sum and maximum amountHi there @designp,
Thank you for reaching out.
I have just released version 1.3.1. Please update as soon as possible.
To address your first request, I did add the amount of the tip below the percentage (as per your screenshot). Please check the DOM and use the corresponding classes and IDs if you wish to change the way the amount looks like.
There’s a new option in the back end labelled Display tip total for percentage amount. You will need to set this setting to Yes.
On the second requirement, it is not clear to me exactly what you are trying to achieve. Please send me some more details about the maximum amount. What would this amount represent and how should it be calculated?
Best regards,
Adrian- This reply was modified 11 months, 3 weeks ago by railmedia.
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Tip total not added to subscription itemsHi there @miladesignco,
Thank you for reaching out.
I have just released version 1.3.1 of the plugin. Please update as soon as possible.
The new version adds support for WooCommerce Subscriptions. You will find a new option in the back end (last one) to choose the desired workflow. You can choose to: disable the recurring tips, allow tips only on the initial order of a subscription product, force recurring tips, allow the customer to choose whether they wish to add a recurring tip or a tip only on the first order.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Warning in logHi there, @mmcglynn
Thank you for reaching out.
This issue has been addressed in version 1.1 of the plugin, on the 25th of January 2021. The current version is 1.3.1. Please update as soon as possible to 1.3.1.
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Tipping buttons have no cssHi there @barrex,
Thank you very much for reaching out.
You can always use the following CSS IDs and classes to style the tip form exactly as you would need them to be:
#wooot_order_tip_form
#wooot_order_tip_form button.woo_order_tip
#wooot_order_tip_form button#woo_order_tip_custom
#wooot_order_tip_form p.woo_order_tip_custom_text_field
#wooot_order_tip_form input.woo_order_tip_custom_text
#wooot_order_tip_form button.woo_order_tip_apply
#wooot_order_tip_form button.woo_order_tip_remove
In the next release, I am going to also add the following for the Cash button:
#wooot_order_tip_form button#woo_order_tip_cash
Best regards,
AdrianForum: Plugins
In reply to: [Order Tip for WooCommerce] Tip information in sales reportHi there @edwardinstinct,
It seems that the plugin you mentioned has been closed and it’s no longer available in the public repository.
Best regards,
Adrian