For some reason, field_view_field() on line 47 of commerce_order_handler_area_order_total.inc is yeilding #access=FALSE for anyone other than a site admin.

This only seems to occur when the commerce_cart_summary view is used, although I have yet to see any code that explicitly disables access to this data.

Comments

wjaspers’s picture

For the sake of documentation for this particular project, I've been asked to submit a patch (USE AT YOUR OWN RISK) as a workaround, which explicitly overrides the field's #access parameter.

I also noticed this handler won't work properly for order types other than commerce_order, so that has been updated as well.

jsacksick’s picture

Issue summary: View changes
Status: Active » Closed (outdated)