Good day all,
I've familiarized myself a bit with the Smarty template language, and I see that many variables are only available depending on what page is being viewed. I've used {debug} within homepage.tpl but of course, this template does not include variables used within any product pricing.
I'm trying to display the latest prices, particularly current domain prices, on the main page (homepage.tpl). Instead of hard-coding these prices, I'd like to make the dynamic so that if I change the price within the admin panel, the price is updated within the template.
So, my question is, how can I pull current domain prices from the database to display outside of the product page (in this case, homepage.tpl)?
Any help is appreciated! Thanks folks!