brutno Posted August 24, 2022 Share Posted August 24, 2022 Hello, I want to use the {$domain} part in the product details between the php tags, but I couldn't do it. Can you help with this? I tried to solve it with Smarty but failed. 0 Quote Link to comment Share on other sites More sharing options...
brutno Posted August 30, 2022 Author Share Posted August 30, 2022 I solved this situation here is the code {php} global $smarty; $domain = $smarty->get_template_vars('domain'); echo $domain; {/php} @leemahoney3 this helped me a lot thanks 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.