Plugin Author
Dan
(@dangoodman)
Hi!
Could you describe what the meaning of the notation “Rs.50/-“?
Also what is “Max:1000” stands for? Is it about Max Weight?
Hi,
INR is Indian currency and is shown as Rs.50
How I need is
50 per 250 gms
100 per 500 gms
150 per 1000 gms
Above 1000 gms 100 for every 500 gms
So for shipment of 1200 gms it will be 250
Max is maximum weight
Tks
Plugin Author
Dan
(@dangoodman)
Thanks.
If I get you right you need an option which would allow to rate every next slab which is over Min Weight. Currently plugin works so every weight slab is rated no matter if it’s under or above Min Weight. Is it correct? If so I’ll consider to implement this feature in the next release.
For now, to achieve the behavior described above, you can try to replace file WC_Weight_Based_Shipping.php with the patched version.
Then setup the last configuration (for 1000+ gms shipping) as follows:
Min Weight: 1.001, Handling Fee: 150, Shipping Rate: 200, Weight Step: 0.5.
Plugin Author
Dan
(@dangoodman)
That will rate 1.001-1.5 kg packages with Rs. 250, 1.501-2.0 with 350, 2.001-2.5 with 450, and so on.
Hi,
Yes that’s rite, basically till 1kg it’s workable with current version but above 1kg where I want to add flat 500gm slab it doesn’t work and needs patch.
Somehow am not able to open link, can you pls zip and email me the file at [ redacted, support is not offered via email, skype or IM ]
Thanks for quick support.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Plugin Author
Dan
(@dangoodman)
Thanks, Jan!
Ghostrider07, please let me know if you were able to download the patched file version.
Hi..
Thanks Jan and dan
I was able to download the file have replaced the same,
now as told i have done the setup and it is working, but when am adding products 1000+ i am getting 2 shipping options, i with amount as 250 for 1200 gms which is correct but also shows amount 150 option which is for 1000gms price.. why this !!
Plugin Author
Dan
(@dangoodman)
Please make a screenshot of your WBS config
Hi Dan,
Sorry for late response, issue was resolved actually instead of 1.001 i was putting as 1000 understanding it as config is in gms.
Also now my single method is working fine but when i added another method of Local Pickup then below is the bug i feel
1) It takes default as Local Pickup method even when i have selected Weight based method as default.
2) When added it cart, it take Local Pickup but weight based method shows correct charges, but when i select the weight based method and then add more quantity then UPDATE CARD button doesnt work at all..but when i again click on CONTINUE SHOPPING > VIEW CART > UPDATE QUANTITY > CLICK ON UPDATE CART button then it updates the shipping amount but here again it shows LOCAL PICKUP as selected by default..
Kindly advice….
Hi Dan,
Sorry for late response, issue was resolved actually instead of 1.001 i was putting as 1000 understanding it as config is in gms.
Also now my single method is working fine but when i added another method of Local Pickup then below is the bug i feel
1) It takes default as Local Pickup method even when i have selected Weight based method as default.
2) When added it cart, it take Local Pickup but weight based method shows correct charges, but when i select the weight based method and then add more quantity then UPDATE CARD button doesnt work at all..but when i again click on CONTINUE SHOPPING > VIEW CART > UPDATE QUANTITY > CLICK ON UPDATE CART button then it updates the shipping amount but here again it shows LOCAL PICKUP as selected by default..
Kindly advice….
Hello Dan,
Support Needed pls..
Sorry for late response, issue was resolved actually instead of 1.001 i was putting as 1000 understanding it as config is in gms.
Also now my single method is working fine but when i added another method of Local Pickup then below is the bug i feel
1) It takes default as Local Pickup method even when i have selected Weight based method as default.
2) When added it cart, it take Local Pickup but weight based method shows correct charges, but when i select the weight based method and then add more quantity then UPDATE CARD button doesnt work at all..but when i again click on CONTINUE SHOPPING > VIEW CART > UPDATE QUANTITY > CLICK ON UPDATE CART button then it updates the shipping amount but here again it shows LOCAL PICKUP as selected by default
Also i wanted to understand the working of the logic you gave me
Min Weight: 1.001, Handling Fee: 150, Shipping Rate: 200, Weight Step: 0.5, which is giving me 1.001-1.5 kg packages with Rs. 250, 1.501-2.0 with 350, 2.001-2.5 with 450
Thanks