foxytech
Forum Replies Created
-
We experience the same issue, we did a workaround in the interim by changing the default billing section in the Woocommerce section.
Great, thank you @tushar284
For context, we have a directory page with some of our affiliates that we are working on. So the trouble is there are about 30+ embeds that automatically starts playing which can be a bit inconvenient bandwidth wise and page loading wise.
Thank you kindly @talenttcg , the new update is working like a charm.
Forum: Plugins
In reply to: [The Courier Guy Shipping for WooCommerce] Shipping wasn’t added to an orderHi everyone.
We started using this plugin a few days ago and immediately noticed orders coming through without shipping as they could bypass the Suburb field not marked as required.
We immediately jumped on here looking for solutions and a bit worried that so many people struggling with the problem and @talenttcg slow to respond if at all (you guys know most of us willing to pay for support, it impacts business directly).
So here is a quick and dirty fix we used to make the suburb field compulsory and seems to work to thus far.
Edit the TCG_Plugin.php file found in the-courier-guy\Core
Find line 472, there you will find
'required' => $required,replace with
'required' => true,Hope it works for some of you as well, it resolved our immediate panic with people managing to bypass shipping calculations and getting free shipping.
Tagging people involved, sorry for the ping: @maginem @jpnel7300 @oonie @hi5digital @suefenton
- This reply was modified 5 years, 11 months ago by foxytech.
Hi @francdore
We started using this plugin a few days ago and seem to have stumbled into the same problem only after orders were placed, but no shipping options were offered to the client (and they were able to complete the order without paying shipping).
This might be a quick and dirty fix, but we quickly opted to make the “Suburb / Area” field compulsory which the plugin uses to get fees/area/options.
Check line 472 in TCG_Plugin found in the-courier-guy\Core which will have the following:
'required' => $required,'and replace with
'required' => true,That temporarily worked for us till the developers of this plugin can offer alternative solutions. By the looks of it, the developers do not attend to support questions (which is a pity, would even pay for this plugin to have support)
Hope it helps 🙂