Is it possible to use a variable inside smarty?
EX: {assign var="delivery_country" value=$customer.addresses.{$delivery_id}.country}}
As you can see i've added {$delivery_id} inside {$customer.addresses.country}
Is this possible?
Is it possible to use a variable inside smarty?
EX: {assign var="delivery_country" value=$customer.addresses.{$delivery_id}.country}}
As you can see i've added {$delivery_id} inside {$customer.addresses.country}
Is this possible?
Copyright © 2021 Jogjafile Inc.
Yes, it is possible.