xolite
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Filter Products By Price Widget RangeWoocommerce does indeed auto detect the price range starting at $10.00.
I fixed it for anyone interested with:
function change_price_filter_step() {
return 1;
}
add_filter( ‘woocommerce_price_filter_widget_step’, ‘change_price_filter_step’, 10, 3 );Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Cart Auto Apply & Disable AnimationWorks perfect, just a suggestion for future releases is to inherit css styling or not hardcode *new css styles.
Example
table th { } class, if we inherit the styling then the font-weight:600; in this class is not re-written forcing me to.table th {
font-weight:600 !important;
} again.If that makes sense? If the styling is already present ( which it will for most themes/woocommerce ) I do see the need to hardcode new styles, only the function of the field changes, if the function is outside woocommerce/theme styling, then it would make sense.
Thanks again!
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Cart Auto Apply & Disable AnimationI apologize, I did intended to reply to this thread, I got side tracked reviewing the plugin! Thank you Rhett again for everything. If there was an award for the fastest reply from a developer, we can easily say you win!
Forum: Reviews
In reply to: [Gutenberg] Welcome to Block Editor…..Thats awesome, in 2020 (almost 2021) apparently the dismiss function for wordpress no longer is functional for these developers. That’s too bad.
Forum: Reviews
In reply to: [Gutenberg] Clumsy editing processIt is clunky that’s for sure, my favourite is when the new block menu appears over the block you created so you cannot see it. Are you enjoying seeing “Welcome to Block Editor” everytime you clear your cache or do not allow cookies to be set?
if so, how many times have you seen it? Lost count? Me too.
I think they need a counter “You have have seen Welcome to Block Editor (4367 times).”
The current version, same as with woocommerce, latest version. It is a good habit to keep all plugins up to date to ensure reliability.
If you are testing, when you have both of the current versions running go to Woocommerce -> Products -> Categories and try and re-order them (You can’t), you will also notice that the product images disappear and the sort is alphabetical.
deactivate WP Stats and you will notice the issue is resolved.
Hope you had a good christmas as well. =)
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Need help? READ THIS FIRST!Did you take over the plugin?
Forum: Reviews
In reply to: [Meta for WooCommerce] Clearly a Group of Developers Who Do Not CareAnyone using this plugin, notice they updated “About This Plugin” now redirects to GitHub. Would it not be simpler to fix the issues which have been present since it’s creation?
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Change Currency NamesForum: Plugins
In reply to: [Currency Switcher for WooCommerce] Plugin not working on SafariIn order to switch between more than two currencies, you need the premium version of the plugin.
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Plugin not working on SafariYou’re welcome @milanbatinic did you also clear history for safari and then repeat your tests?
Also, in Woocommerce -> Currency Switcher -> Counties ->
Option: Override Country
If this option is set to “Override with billing country on all site” or “Override with shipping country on all site” and you have Currency Countries ( by IP ) enabled the prices will not change as they will be set based on the country visiting.
Check these settings and change to “Override with billing country on checkout page only”
or
“Override with shipping country on checkout page only”
Let me know how you make out =)
- This reply was modified 7 years, 11 months ago by xolite.
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Plugin not working on SafariSafari also uses persistent caching so if there was a caching plugin running, safari will keep that current state until the expiry of the cached content.
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Reports problemIt is not my plugin, I am not the developer. I am a user similar to you using the plugin and was only offering my perspective to offer some help to you.
Maybe it is best you wait for a reply from the developer to help you clear things up.
All the best of luck to you. =)
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Reports problemIt looks like you still have a lot of orders processing, stock counts, currencies ( rates change every day), nothing is final in the statistics until the order is set to “COMPLETED”.
Do another test when you have no orders processing ( if possible ) and I do not think you will see any issues in your reports.
Just my thoughts,
Let me know how you make out =)
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Reports problemHi Vidkl,
Could you elaborate on how gross sales etc numbers are changed by disabling the plugin?
I run multiple currencies and my woocommerce sales stats are not affected, are your orders still in a state of “processing”?
Cheers