Hi and thank you for the plugin.
I see an error with eshop plugin when proceding to the checkout, as some params are url/?eshopaction=redirect
I have added that to the init, it works for default language but not translated one.
It brings a page not found.
if(!isset($_GET['eshopaction'])){
add_filter( 'request', array($this, 'filter_request') );
}
if(!isset($_GET['eshopaction'])){
add_filter( 'query_vars', array($this, 'query_vars'));
}
I guess something has to be coded in those function.
I will have a look but if you have already solved it, it can help.
Thank you