flycart
Forum Replies Created
-
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Quantity QuestionHi
Thank you for reaching out.
This can be achieved in two ways:
1. Using the BOGO type rule
The discount scenario you are trying is:
Buy 1, get the second of the same quantity at 75% discount
Here is an example:
https://docs.flycart.org/en/articles/1426558-buy-1-product-and-get-20-discount-on-the-second-of-the-same-productThis way, the discount applies only for the subsequent quantities.
2. Using the Bundle / Set discount type:
Here you can create a bundle offer.
Example: Buy 3 of Product A for $175
But this is suitable if you have less number of products or got products with same price. So that you can easily created a discounted tier
like
Buy 3 for $175
Buy 4 for $200
And so on.
Here is a guide
https://docs.flycart.org/en/articles/3197678-buy-3-for-10-set-discountHope one of these two options help achieve your scenario.
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Playing Along with CouponsHello Ryan
Thank you for reaching out.
You can configure how the discount rules to work when they are used with WooCommerce Coupons.
Here is a guide.
https://docs.flycart.org/en/articles/2446436-choose-how-discount-rules-should-work-when-woocommerce-coupons-are-usedThe best option is to let the discount rule be disabled and let the coupon apply in your case.
If you have any further questions, please open a ticket at our website
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Price don’t change on productpageHi
We ran a check on the product page.
Are you using the WooCommerce Product Add-ons plugin ?
If yes, a compatibility snippet might be required.
Is it possible to open a ticket at https://www.flycart.org/supportLet’s assist you
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Non functioning ?Hi
Thank you for reaching out.
Do you have any other discount or pricing plugins active ?
Is it possible to send us screenshots of the rule you have configured ?Let us check.
If possible, please open a ticket at https://www.flycart.org/support
Let’s assist you.Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] layoutHi
The code snippet is for a different purpose (to show the discounted price instead of a percentage)
That is why you are seeing it.You can just copy the default layout itself to your theme’s override folder.
Example:
you can copy /wp-content/plugins/woo-discount-rules/view/template/discount-table.php
Then you can add all types of HTML and CSS changes and style it like you have asked for.
“Need to remove the cross line” – You mean the crossed-out original price. If you remove it, the customer may not understand that he is getting a discounted price. But if you would like to remove the crossed-out original price, you can just add a CSS to hide it. If you have a difficulty,please open a ticket at https://www.flycart.org/support with url to a product in the store. We can help.
“Pricing will not update dynamically, even though option is checked under display” – Can you please try this guide: https://docs.flycart.org/en/articles/3290414-how-to-show-discounted-price-dynamically-when-quantity-changes
It should help.Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Disable discount rule on primary categoryHi
Thank you for the response.
I am so sorry that we do not have an option to exclude a product based on the Primary category.Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Product get_sale_price is always 0Hi
There is a setting in the Woo Discount Rules plugin to “disable the sale badge”
Please go to your WordPress dashboard -> WooCommerce -> Woo Discount Rules -> Settings -> Price rules -> Sale badgesSet “Show a Sale badge on product pages ” to Do not show
SaveCan you give it a try and let us know ?
If the issue persists, please open a support ticket and we can help you out.Regarding the $product->get_sale_price() :
This method will return a value only of enter a sale price for the product. It is a static value.
However, discount rules plugin is a dynamic pricing discounts plugin. It applies the discounts on the fly depending on the rules and conditions.Hope this helps
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] No discount on second cheapest productThank you really appreciate it.
Let me mark the thread as closed 🙂
Wish you a great day.Hey
Hope you were able to use the guide to achieve your discount scenario.
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!
Hey
Hope you were able to use the guide 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] add specific products to rule conditionHey
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] hide regular price in product pageHi
Thank you. Yes. You can hide using a small CSS.
Is it possible to open a support ticket with url to a product on the site ?
Let us help you with the CSS.Meanwhile, most store owners would want to show both the regular and a crossed out discounted price on the product page. Because that would help customer understand that the product is on discount.
But i guess, the issue you have is that the regular price is not crossed out ?
If you can send us a support ticket with the product url, it would help us troubleshoot.Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] No discount on second cheapest productHi
Thank you for reaching out. Apologies for the delay in the response due to the weekend.
is it possible to open a ticket at our support form providing link to the storefront where we can test it ?
Also please provide some screenshots of the rule configuration. It would help us troubleshoot.
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] update requiredHi
Thank you for reaching out.
We have published the update today
P.S: The plugin was compatible with 5.4 even before the update.Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] 2 code promoThank you for the details.
I am so sorry that this scenario might not be possible with our plugin.