RabbitZzZ Posted November 11, 2020 Share Posted November 11, 2020 Hi, I found this solution for showing the cart weight: Is there any way to use this to also show the amount until the next range, like Left until shipping increases: x,xx kg Thanks! Link to comment Share on other sites More sharing options...
rrataj Posted November 12, 2020 Share Posted November 12, 2020 I guess you could try to use "RangeWeight::getRanges($carrier_id);" method to get all weight ranges for your carrier, and then search for the current range; after that, based on this you could get the next range (It should be sorted by weights ASC) and pass it to frontend template to calculate the difference. But this appears to be not as simple as just showing current cart weight. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now