jraminhos
Forum Replies Created
-
Hello,
I have the same problem on my site : https://www.lookthiswork.comWebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: Error during WebSocket handshake: Unexpected response code: 403
Is there anyway to fix it?
Hi Dan,
You can see my shipping rules on this link.
Thanks.Hi Dan,
I opened a ticket on WooCommerce Currency Switcher plugin support an through WOOCS_LABS I reached the following solutionfor my problem:In file – wp-content\plugins\weight-based-shipping-for-woocommerce\server\src\RulesMapper.php try to add code:
if(class_exists(‘WOOCS’)) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
if($_conditions[“subtotal”][‘range’][‘min’]){
$_conditions[“subtotal”][‘range’][‘min’]=$_subtotal[‘min’] = $WOOCS->woocs_exchange_value($_subtotal[‘min’]);
}
if($_conditions[“subtotal”][‘range’][‘max’]){
$_conditions[“subtotal”][‘range’][‘max’]=$_subtotal[‘max’] = $WOOCS->woocs_exchange_value($_subtotal[‘max’]);
}
}
}It fixed the problem.
Maybe you can incorporate this fix in a next plugin release.Thanks.
Hello,
I already read.
Should I create a woocs-labs demand?
ThanksHi Dan,
Here you have my answers.1. WordPress: WordPress 4.9.5, WooCommerce: Vers?o 3.3.4, Weight Based Shipping: Vers?o 5.2.0, PHP: 5.6.35.
2.
https://www.lookthiswork.com/wp-content/uploads/2018/03/screeenshot1.png (OK, in EUR)
https://www.lookthiswork.com/wp-content/uploads/2018/03/screeenshot2.jpg (Not OK, USD because we have a limit for free shipping = 4 )3. I’m testing it with the order:
Item REF: 734 (https://www.lookthiswork.com/produto/graozinho-de-areia/): <weight>= 0,4 Kg, <shipping class> = N/A, <quantity>=4Total order weight: <weight>=1,6Kg
Order subtotal: <price>=38 EUR = 47.04 USD
Shipping destination: <country= Portugal,4. I expect to see
Shipping = 6.00 EUR or 7.42 USD5. I do see instead:
– Free shipping when currency=USDThanks.
Hi Dan,
My base currency is Euro and I’m using WooCommerce Currency Switcher to create a multi-currency store.
Thanks.Forum: Plugins
In reply to: [YITH WooCommerce Best Sellers] Stop workinHi,
It was like that. I’m still in tests and I have deleted all orders.
Now, it’s ok
Thank you.Best regards.
Forum: Plugins
In reply to: [YITH WooCommerce Best Sellers] Stop workinHello,
Can you help me, please?
Thank you.