flycart
Forum Replies Created
-
Hi
Yes. It is possible with the PRO version of the plugin.
Here is a guide:
https://docs.flycart.org/en/articles/3197678-buy-3-for-10-set-discountHowever, you need to create a page for listing those 10 products. There are a number of ways to do it. Example, you can tag those products and then use a short code like this in the page to show them
[products tag=”offer”]
More on the short codes that can be used to show products can be found here:
https://docs.woocommerce.com/document/woocommerce-shortcodes/Hope this helps
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] PHP Warning: count()Hi
Thank you. Our developers are looking into it.
Is it possible to open a ticket at https://www.flycart.org/support with your PHP and WordPress version ?Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] PRICES OF DISCOUNT DO NOT APPEAR IN GOOGLEHi
Thank you for the video screenshot again. Really appreciate it.
Let me explain:
Our plugin is a dynamic discount plugin. It runs based on the rules and applies the discount to the price elements on the fly.
However, when google indexes it, it just crawls the meta/schema tags where the price is set. A static variable.For example: if you set a rule like:
Buy 3 quantity of product A, get 10% discountThis rule becomes true only when a customer adds 3 quantities.
If the Product A’s price is $10, it becomes $9 only when 3 quantities are added.
This discount is applied on the flyHowever, the meta / schema tags (which google crawls) will only reflect the product price set at the backend… Example: regular price or sale price.
So the meta / schema will have the price as $10 and google bot will index it as $10.We do not save the discounted price of the product in the price fields like a Regular or Sale price field. We apply the discount on the fly.
So I am afraid this might be possible with our plugin as it is a dynamic pricing discount plugin. I am so sorry.
I really appreciate the video screencast and all the support.Thanks
Hi
Have you turned on the parameter “Show price discount in product page” under the plugin settings -> Price rules -> display ?
Here is a guide: https://docs.flycart.org/en/articles/2933205-display-settingsIf that does not help, please open a ticket at https://www.flycart.org/support
Our support engineers can assist you with it
Really appreciate itThanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] PHP Warning: count()Hi
Thank you for reaching out.
May i know the version of the plugin you are using ?Forum: Plugins
In reply to: [Discount Rules for WooCommerce] PRICES OF DISCOUNT DO NOT APPEAR IN GOOGLEHi
Thank you for the quick response and apologies for the delay due to long weekend.
I tried the video link but it does not seem to exist.
Is it possible to re-send ?Also is it possible to open a ticket at https://www.flycart.org/support with the screenshots of your rule and the status report (YOu can get it by going to your WordPress dashboard -> WooCommerce -> Status -> Get status)
Thanks
Forum: Reviews
In reply to: [Discount Rules for WooCommerce] Only 2 rules for freeJust wanted to follow-up on this thread. Have you had a chance to review my previous response ?
Looking forward to assist you.Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] add specific products to rule conditionHi
Thank you for reaching out.
Were the products not showing when you typed at least 2 or more characters ? Or the products showing but not selectable ?
Is it possible to open a support ticket at https://www.flycart.org/support mentioning your WordPress and WooCommerce versions ?
Really appreciate it.Forum: Plugins
In reply to: [Discount Rules for WooCommerce] PRICES OF DISCOUNT DO NOT APPEAR IN GOOGLEHi
Thank you for reaching out. May I know which XML feed / Google Feed plugin you are using ?
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”
or
“Buy 6 quantities from Category A, get 10% discount on items from Category A”In these cases, the discount prices can only be shown when the condition is met (example: When a customer adds at least 6 items from Category A). In Google Feed, the price shown is often for 1 quantity of a product.
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/Google feed.
Thanks
Hey
Since we have not 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] Compatibility with Facebook for WooCommerceHey
Since we do not an option for the FB Feed, 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] Display Lowest PriceHey
Since we have not 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] Incompatible with Yith Role Based PremiumJust wanted to update on this thread.
We have now added support for the YITH Role Based Pricing Plugin
https://docs.flycart.org/en/articles/3731831-compatibility-yith-woocommerce-role-based-pricesLet me mark the thread as solved. If you have any further questions, please open a ticket at our support page
Thank you
Forum: Reviews
In reply to: [Discount Rules for WooCommerce] Only 2 rules for freeHi
May we know the discount scenario you are trying to create ?
In the free version, you can achieve a number of scenarios. May be there is a misunderstanding on the capabilities. If you can let us know, we can assist you with your discount scenario.Also we have outlined the free version features and PRO features under separate headings for a better understanding. We are happy to assist you if you can let us know the discount scenario you are trying to achieve.
Looking forward to your response.
Thanks
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Show only lowest priceHi
Please try this snippet and see if it helps
https://gist.github.com/AshlinRejo/556acf3d8b7bcfa668ce0d617cce4ee1Thanks