In ZenCart admin, there is a config setting where admin can set the "Store Name". I'm altering the template and want to display that store name at a particular location. What PHP code can output that text for me?
In ZenCart admin, there is a config setting where admin can set the "Store Name". I'm altering the template and want to display that store name at a particular location. What PHP code can output that text for me?
The very first item in Admin > Configuration > My Store
display it with:
Code:<?php echo STORE_NAME; ?>
Neville
An assumption is what you arrive at when you get tired of thinking...