Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

SOLVED: calculating total weight of cart in laravel

Tags: cart

mafortis:

I need to get my Cart total weight in order to use it in my shipping calculator.

here is my code:


@foreach($item->attributes as $sss)
KG
@endforeach

here is how it looks like:

I need to get 92 as sample.

PS: I really prefer if I can do it in backend and have something like in front-end only.

how can I do that?

UPDATE



Posted in S.E.F
via StackOverflow & StackExchange Atomic Web Robots
This Question have been answered
HERE


This post first appeared on Stack Solved, please read the originial post: here

Share the post

SOLVED: calculating total weight of cart in laravel

×

Subscribe to Stack Solved

Get updates delivered right to your inbox!

Thank you for your subscription

×