kowsaliya
Forum Replies Created
-
Hi
Thanks for your feedback and suggestion.
This is Kowsaliya from Flycart.
We shall forward it to our dev team to add it in out To-Do list and consider implementing it in the upcoming releases.
Really appreciate it.
Warm Regards
Team FlycartThat’s really nice of you. Thanks for the review @sindrejl ??
Hi
Thank you for the detailed reply and feedback. Really appreciate it.We understand your concern and apologies that the discounts didn’t work according to your requirement.
Were you trying to create a Buy a product and get discount on another product within the same category?
Would it be possible to share the discount scenario you are trying to achieve?
If you can open a?support ticket?with screenshots of the rule configuration, we would be happy to check and sort the issue for you quickly.Really appreciate it.
Thanks
Team FlycartHey @nejccesar
Our dev team is analyzing the omnibus plugin and checking for compatibility.
It would be very helpful if you can submit a support request here https://www.flycart.org/support
mentioning the below details :
* Email used for purchasing our plugin.
* Any specific feature/request that you need from omnibus to make it work with discount rules.Really appreciate it.
Thanks
Team FlycartHi
This is Kowsaliya from Flycart.
We have responded to your query in intercom support ?
Have you received the mail ?Here is the reply again :
Can you minimum quantity as 2 and have a check?Here is an example screenshot: https://nimb.ws/gyVHTU
At the moment, we have compatibility with the following currency switcher plugins :
1) Woocommerce Currency Switcher plugin
2) Multi Currency for WooCommerce – By Villatheme
3) Currency Switcher for WooCommerce- By Wp Wham
4) Aelia Currency Switcher pluginYou can enable the checkbox for your respective plugin from the compatibility tab.
Kindly check and feel free to reach out in case of any further queries.Hi @letsgobold
Thanks for the feedback. We forwarded it to the dev team to consider implementing a solution very sooner.
Sure. Happy to help ??
Hi Wayne
Thanks for reaching out.
Are both rules created as cart adjustment types?
If so, have you chosen the option to apply as a coupon or fee?Can you please open a support ticket here ->??https://www.flycart.org/support?with detailed screenshots of rule setup, cart page screenshot, and site URL, so that we can quickly check and assist accordingly?
Thanks
Team FlycartHappy to help? ??
If you like our support, please leave a 5-star review for us here:?https://www.ads-software.com/support/plugin/woo-discount-rules/reviews/?filter=5#new-post
Happy to help ??
If you like our support, please do leave a 5 star review for us here: https://www.ads-software.com/support/plugin/woo-discount-rules/reviews/?filter=5#new-postHey
Thanks for the reply and your valuable feedback.
We shall pass this info to the dev team to add it to the roadmap of future releases.
However, at the moment, you might have to customize with the given snippet.
This might be the only possibility.
Thanks
Team FlycartHi
Thanks for reaching out.Can you choose the discount rule to be applied as a fee on the settings page?
?Attaching a screenshot of the settings page for your reference :
https://nimb.ws/6EuP9dIf it is set to fee, can you choose a coupon and check from your end and let us know if that helps in resolving the issue?
Thanks
Team FlycartHi
The above snippet helps you to get a discount on a specific product.
While creating a feed you might have to add this event to get the discount value.
?If there is no discount it will return false.Example:
?$sale_price = $product->get_sale_price();//sale price or final price
?$discount = apply_filters(‘advanced_woo_discount_rules_get_product_discount_price_from_custom_price’, 10, $product, 1, $sale_price, ‘discounted_price’, true, true);
?if($discount !== false){
?//$discount -> Here we get discount amount
?$sale_price = $discount;
?}Hope this helps!
You might have to check with your developer on how you can use this snippet in your site and any further customizations regarding the same.
Thanks
Team FlycartHi
Can you reply in the intercom support thread with the feed plugin you are using so that we can assist accordingly?Thanks
Team FlycartHi
Thanks for reaching out.Our plugin calculates and applies the discount on run time so we won’t store discount value in sale_price, so it returns 0.
Also, it seems in the cart you are trying as below
$sale_price = $product->get_sale_price();
We recommend you try by replacing $sale_price = $product->get_price();Hope this helps!
Thanks
Team Flycart