flycart
Forum Replies Created
-
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Major bug – 100% discountHi
Thank you for reaching out.
Do you have any discount rules which are coupon activated ones ?
Also it could be due to a mis-configuration in the rule.Is it possible to send us the screenshots of the rule via our Live Chat or support form
Let us help you with it.
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Plugin not workingHi
We have responded to the question (you have left via our support form) the very next day via our helpdesk.
Here is the screenshot of the response: https://www.evernote.com/l/AjypP2hW_exNRYKSCA0XSEKWGLHFB2Qaz74It seems you have replied to this thread via email. Unfortunately, in this “wordpress forum” (i mean this thread), email replies would not get added automatically. You got to manually visit this thread and add the reply.
Now to the issue at hand:
The screenshots look ok.
Are those products have variants?
If they do, can you please go to WooCommerce -> Woo Discount Rules -> Settings -> Price Rules –>Rule Setup tab.
Set the “Include variants when parent product is chosen to Yes
Save.
Here is a screenshot:
https://downloads.intercomcdn.com/i/o/114603878/c7fcca2ac08ecdbf8141824a/screenshot-demo.flycart.org-2019.04.11-16-38-53.pngCan you give this a try ?
If this does not help, please send us the System report for further troubleshooting via our support form
You can get the System report by going to WordPress Admin Dashboard -> WooCommerce -> Status page.
Click the “Get System Report”Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Max number of rulesHi
Thank you for reaching out.
The PRO version has unlimited rules. There are no limitations in the PRO version. You can get unlimited rules.Hope this clarifies your doubts.
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Looking for discount to remainHi
Thank you for reaching out.
This is possible if you are using the Buy X Get X Type discount rule in the PRO version of Discount Rules.You can do something like if it is a simple product type:
https://www.evernote.com/l/Ajyu36HvsalBRJD8tJmRUWiTWkXQfGwpcfoIf it is a variable product, then it has to be done slightly different using “Specific Categories” based discount:
In the condition tab, you need to choose the “Specific Categories”
In the discount tab, you can use something like: https://www.evernote.com/l/AjyOg6YSNI9H-KzN9mA8dPrmoeMTJdgGAnsHope this helps
If you have any questions, please open a ticket using the support form
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Status warning messageHi
Thank you for reaching out.
Discount Rules is compatible with the WooCommerce 4.1.1
It is just that we had to bump up the Tested Upto parameter to 4.1.1. It currently has Tested Up to 4.1.But I understand what you are referring to. Will release an update shortly.
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Translate pluginHi
Hope the documentation has helped you resolve the issue.
Since we haven’t heard back from you on this topic, we’re going to go ahead and close the thread.
If you have any other questions please feel free to open a support ticket hereThank You!
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Buy 3 pay 2 issue.Hi
Since we haven’t heard back from you on this topic, we’re going to go ahead and close the thread.
If you have any other questions please feel free to open a support ticket hereThank You!
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Price don’t change on productpageHi
Since we haven’t heard back from you on this topic, we’re going to go ahead and close the thread.
If you have any other questions please feel free to open a support ticket hereThank You!
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Playing Along with CouponsHi
Hope you were able to achieve your requirement using the guide.
Since we haven’t heard back from you on this topic, we’re going to go ahead and close the thread.
If you have any other questions please feel free to open a support ticket hereThank You!
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Quantity QuestionHi
Hope you were able to use the guides to solve.
Since we haven’t heard back from you on this topic, we’re going to go ahead and close the thread.
If you have any other questions please feel free to open a support ticket hereThank You!
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] regular Price and Sale PriceJust wanted to update you on this thread.
If you would like to adjust (or add something to the price (after the discount)), you can use this hook:
apply_filters('advanced_woo_discount_rules_discounted_price_of_cart_item', $price, $cart_item, $cart_object);Example:
add_filter('advanced_woo_discount_rules_discounted_price_of_cart_item', function($price, $cart_item, $cart_object){ $price = $price+10;//Change the price as required. return $price; }, 10, 3);Hope this helps.
if you have any further questions, please open a ticket at our website.Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] regular Price and Sale PriceHi
Thank you for reaching out. Let us have this checked with our developers to see if this is possible. If possible, we will also get back to you with instructions on the hooks / filters where you can override or customize.
Since we are located in different timezones and this being a weekend, it might take us sometime to get back to you.
Really appreciate it.
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Strike through the prices in price listHi
Is it possible to open a support ticket with the name of the WP Plugin you are using ?
The crossed out prices are displayed using the default WooCommerce hooks. May be the plugin might be having different hooks and we might not have support for it.We can always check and let you know. Do let us know the plugin you are using at our support section.
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Menu formulaThis is possible in our upcoming major release Discount Rules 2.0 – PRO Version
Currently, its public beta is available for all PRO users.In the 2.0, we have conditions for this specific scenario
Buy Each 1 quantity of A+B+C and get them for $10. other products in the cart will be charged at their actual price.
The rule setting in 2.0 should be something like this:
https://www.evernote.com/l/AjxTurz_bNxMc5WkTwHznomJe9jQVv2oic0If you would like to know more about the public beta, please open a ticket using the support form
We can help you out 🙂
Forum: Reviews
In reply to: [Discount Rules for WooCommerce] Intuitive and easy to useThank you so much for the feedback friend. Really appreciate it. Pleasure to hear from a fellow developer in the ecosystem 🙂
We will certainly take care of it. We have already listed the free / PRO features under separate headings for a better understanding.Thanks
Team Flycart