flycart
Forum Replies Created
-
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] error message in Log / sever error 500Hi
These were just PHP notices…
May i know your PHP version ? The issue might be due to the update checker library requiring a higher PHP versionForum: Reviews
In reply to: [Discount Rules for WooCommerce] Product Description LiesHi
The plugin provides quite a number of discount rule options in the free version itself.
May be the one feature you are specifically looking for might be available in the PRO version.
We have listed the PRO features separately in the description. Plus, we have mentioned clearly within brackets (for example the conditions) if a feature is a part of the PRO version. Not sure where the misunderstanding comes up.
If you could kindly provide us some pointers, it would help us notify in the description about the PRO only features that improves the user’s understanding.
Thank you for the review. Really appreciate it.
Ramesh- This reply was modified 8 years, 10 months ago by flycart. Reason: typos
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Doesn’t seem to work with WooCommerce 3.0Hi
We have updated the plugin today to support WooCommerce 3.
Please update and then try it please.Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Doesn’t seem to work with WooCommerce 3.0Can you provide a screenshot of your discount configuration ?
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] after cart update errorHi
Since the plugin depends on the coupon api methods of woocommerce (there is no otherway around), you will have to have the coupon enabled.
What you could do is : You cna hide the coupon box by adding a simple CSS in your theme’s css file.Hi
Thank you for the questions. Please find the answers below
1. You do not need PayPal Enhanced Recurring plugin once you start using the Axis Subscriptions. It already comes with the PayPal integration with recurring payments support
2. I think this relates to how you configure the login / logout in your wordpress site. Axis may not be needed for this. Or if i misunderstood, please let me know bit more information on this requirement
3. You can use other IPN urls. Axis dynamically sets the IPN url and processes the responses. So your existing IPN set up might not interfere.
If you run into issues / conflicts, you can seek our help for customised set up.4. Yes.
5. Yes. You can still use Axis. We have shortcodes that could be used to display the plans and other information anywhere in your pages / posts.
Thank you. Really appreciate it.
Thank you for reporting the issue.
We have checked the conflict.The WP Email Users plugin is loading its javascript files in all the pages of the site (even in the backend of other plugins) leading to conflicts.
If the plugin could load the javascript only on the pages it uses, it would resolve the issue.
Hope you have already reported the issue to the developer of the plugin.
Hi
Thank you for reaching us.
1. Yes. This is possible. Plugin takes care of the auto-recurring
2. Yes. He can. However, it depends on the payment gateways you use
3. Sorry. The customer has to buy plans once at a time.Let us know if you have more questions.
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Coupon removing on cart updateHi
We have updated the plugin. Can you try the updated version and let us know ?
Axis Subscriptions uses the Herbert framework and Eloquent ORM from Laravel which makes the connection
This was a known issue and it could be fixed by two ways1. As you mentioned, you can change the DB_CHARSET
or
2. Edit /vendor/getherbert/framework/Herbert/Framework/Providers/HerbertServiceProvider.phpAround line 140, you will find
‘collation’ => $wpdb->collate,
Change this to
‘collation’ => ‘utf8’,
I guess the first will be the easy one to do.
We have given a pull request making a conditional check and set the charset to utf8 event if the wordpress config has it as utf8mb4
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Coupon removing on cart updateLet us replicate and get back to you.
Forum: Reviews
In reply to: [Discount Rules for WooCommerce] Great plugin1. Sure. Will add an annotation.
2. Will check. However, there might be cases when multiple discount rules could be applied for a single cart using the Cart discount rules method. In that case, showing the individual name would not be possible.
That is the reason why we have given a common discount title.
Hope you understand.Forum: Reviews
In reply to: [Discount Rules for WooCommerce] Great pluginHi
Thank you for the feedback. Really appreciate it.
– Valid To field has been fixed.
– Removing the “Discount Title” from general settings issue is also fixed.
Please update to the 1.4.2 version and test it.
Let us know the feedback once tested.Thanks again
Forum: Reviews
In reply to: [Discount Rules for WooCommerce] Great pluginThank you for the feedback.
Are you using the Price discount rules or Cart discount rules ?