How To Get The Selected Theme Path In Zen Cart

To get the currently set theme’s path in Zen Cart use the following code –

echo DIR_WS_TEMPLATE;

This will return value – includes/templates/{your_theme_path}/

Leave a comment

Your email address will not be published. Required fields are marked *