Set Schema Default Currency Lost Inside Nested Components
I got this infolist for my products view page.
The money is properly formatted if the text entries are put inside the
$schema->components([])
directly, but when nested inside another layout component like Grid or Section, the money()
method resolves the $defaultCurrency = 'usd'
instead the one I've set on the parent component - the Infolist schema.
How do I get rid of those $currency variables I have now?0 Replies