Forum Replies Created
-
AuthorPosts
-
Stephen SherrardKeymaster
Most likely, my plugins would not work with other plugins that are also changing prices. WooCommerce has filter hooks in place to allow prices to be modified as they are being retrieved, and it depends on whatever other plugin hooks into that last and is the last to modify the price, and that would be the price you see.
It could work with a plugin that uses an exchange rate and applies it to the price returned if it’s doing that after my plugin has already modified the price based on the user. My plugin works with WPML Multi-currency as well as the Aelia Currency Switcher plugins… I have compatibility code for both of those, although I haven’t tested with newer versions of Aelia (but none of my customers using it have reported any issues). Aelia is much simpler, as it doesn’t have anything to do with translation, just allows you to use multi-currencies. So, you could setup USD and CAD currencies. Then you could either have it do automatic conversion based on exchange rates OR you can enter the price for each currency manually… with my compatibility code, my plugins will create extra price fields for each currency (wholesale price USD, wholesale price CAD, as well as similar currency options for any other prices you create manually with User Role Pricing).
The other option is to use my User Role Pricing plugin to manually create prices for each currency, but that would only work if the user is logged in and you would have to assign the correct price to them based on their role (or you could also do it on an individual user basis), meaning their account would have to be created first and you would have to assign the proper role so that they get the correct prices. My plugin will NOT alter any retail prices if the user is not logged in (guest user), so you would need some other method to change the default pricing based on geolocation.
If you already have a specific plugin you are using to alter prices based on location, you can message me privately and send me a download link, and I could take a look at their code to see what it might take to build compatibility with it into my plugin (it would probably be similar to what I do for Aelia, which was actually quite a bit of work).
Stephen SherrardKeymasterIt’s working just fine with WordPress 5.1.1. I just haven’t made any updates to the plugin since WP 5 was released, so have not had a chance to update the “tested up to” value. Just retested on my dev site before writing this, running latest versions of everything, and no problems at all.
Try to deactivate and reactivate to make sure the database tables were setup correctly. Otherwise, could be a conflict with some other plugin?? Try disabling all other plugins to see if it works correctly, and then re-enable one by one until you find the one that makes it not work. Only thing I can think of is if some other plugin is intercepting html form posts and trying to process the sheet form, but I’ve never run into anything like that before.
May need to also turn on debug and see if you are getting any PHP errors or warnings/notices.
March 25, 2019 at 8:20 AM in reply to: Free shipping – different options for wholesale customers #24630Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterNo, sorry, but it has not been added.
Yes, I could be hired to create something custom for you.
Stephen SherrardKeymasterThis content is restricted to buyers of:
March 20, 2019 at 9:59 AM in reply to: Free shipping – different options for wholesale customers #24559Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterNo. Nothing already available for that, sorry.
Always happy to discuss developing a custom extension for your needs. Contact me privately for that.
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis content is restricted to buyers of:
Stephen SherrardKeymasterThis can already be done in one of two ways:
- If you’re a developer and understand how the action and filter hooks work in WordPress, then you can look at my code where there is an output filter on just about every line of text that appears on the public side. You can tap into that filter hook and change any of that text with a fairly simple function you can add to your theme’s functions.php file.
- Or, you can spend less than $10 to help support ongoing development and purchase the Customizer extension, which allows you to easily modify or suppress any of those public side text strings that my plugin creates.
Stephen SherrardKeymasterThis content is restricted to buyers of:
-
AuthorPosts