flycart
Forum Replies Created
-
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Display Lowest PriceHi
Thank you for reaching out.
I guess you are trying to display the least price with a “From” prefix. Right ?
You can achieve this using the following two code snippets:To get the least price for variable product:
https://gist.github.com/AshlinRejo/535bcaa4220122084304df9e9886d689
To prefix “From”:
https://gist.github.com/AshlinRejo/b0d25f3a90bfd8ef7c276ff1a531cc46NOTE: You can consider using the Free Code Snippet plugin to add these.
Here is a guide on using the Code Snippet plugin:
https://docs.flycart.org/en/articles/2404915-using-code-snippets-pluginIf you face any difficulty, please create a ticket at https://www.flycart.org/support
Happy to assist.
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Discount couponsHi
Thank you for reaching out.
Yes. It is possible to create discount coupons based on various conditions. Besides, you can also let a discount rule apply automatically when its conditions are met.However, it is not yet possible to sell Gift cards.
Thanks
Forum: Reviews
In reply to: [Discount Rules for WooCommerce] Seems to be buggyHi
Thank you for the detailed information.
The discount is set as a Price based discount rule – that is the discount is adjusted right at the product price level.We had tested the Product Price by Formula plugin with our plugin and checked its code.
Since it interacts with the product prices, it uses the same WooCommerce hooks to override the price as we do. As a result, it leads to conflict, which is the reason for the results you have got.Unfortunately, we do not have a compatibility with the Product Price by Formula plugin at the moment. Also, it does not seem to offer a hook or a method that will help third party plugins to handle the prices after the “Product Price by Formula” plugin processed it.
We will write to the developers of the plugin to consider including a method or a hook that other plugins can use in their upcoming releases.
I am so sorry that at the moment we do not have a compatibility with the Product Price by Formula plugin.
Thanks
- This reply was modified 6 years, 3 months ago by flycart.
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Incompatible with Yith Role Based PremiumHi
Thank you for reaching out. We have also received your support request via the helpdesk.
Our developers are checking the compatibility with the Role Based plugin and will update you via the helpdesk.Feel free to reach out if you have any further questions.
Happy to assist.Thanks
Forum: Reviews
In reply to: [Discount Rules for WooCommerce] Seems to be buggyHello Adam
Thank you for the review. Really appreciate it.
Would it be possible to share your discount configuration with us ?
May be there is a mis-configuration.
Also, were you using any currency switcher plugin or one more discount plugin?
It would be great if you could send us the additional information for troubleshooting via our support form at https://www.flycart.org/supportLooking forward to assist you.
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Display discount percentageSale badge customisation is available in the PRO version.
However, if you are not yet ready to upgrade, you can use this guide to customize the sale text
https://www.cloudways.com/blog/change-sale-badge-text-in-woocommerce/Hope this helps 🙂
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Wrong Output on Product PageHi
Thank you for reaching out.
Please open a support ticket at https://www.flycart.org/support and provide url to a product for us to troubleshoot.
Looking forward to assist you.Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Display discount percentageHi
Thank you for reaching out.
Yes. You can customize the Sale text. Instead of the text “Sale”, you can simply use “-30% off” or any other text you prefer.
Here is a guide:
https://docs.flycart.org/en/articles/2166953-sale-tag-sale-badgeHope this helps.
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Compatibility with Facebook for WooCommerceI am so sorry. There is no open for it.
Hi
At the moment, the max quantity field is a required one.
However, you can customize the discount table display. Here is a guide:https://docs.flycart.org/en/articles/2417123-all-about-discount-table
If you face any difficulty, please open a support ticket at https://www.flycart.org/supportHappy to assist you.
Thanks
Hi
Thank you for reporting the issue.
We have escalated this to our development team for troubleshooting and sorting it out.
Thank you once again.Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Discount not applied on feedsHi
Are you using a Price based rule or a cart based rule ?
If a price based rule, does the discount apply right from quantity 1 or different?
Our plugin is a dynamic discount plugin that runs on various conditions and rules.
For example: you may have “Buy Product A and B, get 10% discount on cheapest of them”
Please open a ticket at https://www.flycart.org/support with the type discount your have configured. We can check and let you know if they can be applied via the XML feed.
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Compatibility with Facebook for WooCommerceHi
Thank you for reaching out.
I am so sorry that we do not have a compatibility with the Facebook for WooCommerce yet.
However, I have passed on to our developers to evaluate this feature.Thanks
- This reply was modified 6 years, 4 months ago by flycart.
Hi
Thank you for reporting it.
Are there any custom code snippet in the functions.php relating to discount rules or its display ?
Is it possible to open a ticket at https://www.flycart.org/support mentioning your PHP, WordPress and WooCommerce versions ?Really appreciate it.
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Shortcode or php to display pricing tableThat is a direct PHP implementation. Depending on your requirement, you may have to adjust it.
You may want to consider hiring a freelancer if you are thinking of a custom PHP implementation.
If it is on the product pages, we already provide the option. The snippet is only for custom implementations.Thanks