Search the Community
Showing results for tags 'global variable'.
-
I have a feeling this will be quite a simple one but I need to pull the the delivery address to a theme file (more specifically the country or country id) and I'm not sure how to go about doing that. I found this topic that explains it in some detail but I'm not sure where exactly in the cart fi...
- 3 replies
-
- geolocation
- country
-
(and 5 more)
Tagged with:
-
Hi, I would like to know how I can add a variable in every smarty template. For example, we can use {$urls.base_url} because $urls is an array that has been assigned for all templates. How can I have {$my_global_variable} available everywhere? I tried a hook in ho...