Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2007
    Posts
    169
    Plugin Contributions
    0

    Default PHP code to display Store Name

    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?

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: PHP code to display Store Name

    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...

 

 

Similar Threads

  1. Replies: 2
    Last Post: 30 May 2016, 01:28 PM
  2. v154 PHP Code to display customers email on checkout_success
    By botanybros in forum General Questions
    Replies: 2
    Last Post: 12 Nov 2015, 03:24 PM
  3. v150 EZ Page display from php code
    By MarkoSiroki in forum General Questions
    Replies: 7
    Last Post: 7 Feb 2013, 05:40 PM
  4. v150 Code to display Manufacturers Name in Shopping Cart and Checkout Conf pages
    By Twobears in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Sep 2012, 09:29 PM
  5. Code to display Featured Category Name Image Details
    By rahul56008 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Jan 2010, 10:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg