I have shipping enabled but i dont see a method function apear #113
-
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
Jan 19, 2026
Replies: 1 comment 6 replies
-
|
What do you get if you dump the variables just above the return statement? dd($base, $freeOver, $itemsTotal, $price);You'll need to look at the "Network" tab (or an app like Ray) to see the dump. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Ohhh, I see the issue now. The subtotal is currently calculated after the shipping options. I'll fix it shortly. 👍