Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Mar 2016
    Location
    Scotland
    Posts
    44
    Plugin Contributions
    0

    help question Sales Message Goes Here

    I've hunted thru dozens of threads looking for where to edit this, most point to it being in includes/languages/english/classic/header.php

    yet I have no such directory as classic
    I used the admin tool thing developers tool kit to find it and it says its in the same place but, that directory does not exist

    Name:  sales-message.png
Views: 381
Size:  10.6 KB

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Sales Message Goes Here

    Quote Originally Posted by Haggis View Post
    I've hunted thru dozens of threads looking for where to edit this, most point to it being in includes/languages/english/classic/header.php

    yet I have no such directory as classic
    I used the admin tool thing developers tool kit to find it and it says its in the same place but, that directory does not exist

    Name:  sales-message.png
Views: 381
Size:  10.6 KB
    Would usually be in your template override file.

    Code:
    includes/languages/english/YOUR_TEMPLATE_FOLDER/header.php
    if it's not there, copy
    Code:
    includes/languages/english/header.php
    to your template override folder
    Code:
    includes/languages/english/YOUR_TEMPLATE_FOLDER/header.php
    and make adjustments accordingly!

  3. #3
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Sales Message Goes Here

    Quote Originally Posted by Haggis View Post
    I've hunted thru dozens of threads looking for where to edit this, most point to it being in includes/languages/english/classic/header.php

    yet I have no such directory as classic
    I used the admin tool thing developers tool kit to find it and it says its in the same place but, that directory does not exist
    You may have to create your template folder.

    Which makes me wonder, because a vanilla (clean) install has the "classic" folder and header.php.

  4. #4
    Join Date
    Mar 2016
    Location
    Scotland
    Posts
    44
    Plugin Contributions
    0

    Default Re: Sales Message Goes Here

    Quote Originally Posted by rbarbour View Post
    You may have to create your template folder.

    Which makes me wonder, because a vanilla (clean) install has the "classic" folder and header.php.
    thanks for the reply....

    I only installed the thing as it came, so far been adding products but today started changing things like privacy/conditions of use etc.. Then I got stumped by this issue...

  5. #5
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Sales Message Goes Here

    The image above shows a likeness to the admin directory... the path information provided thus far has been to the store front. (in a typical install, if starting from the location shown in the image, go up two directories and then open the includes folder, followed by languages, etc....
    Last edited by mc12345678; 16 May 2016 at 06:26 AM. Reason: realized inside adm/includes, not in admin directory
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Sales Message Goes Here

    Quote Originally Posted by mc12345678 View Post
    The image above shows a likeness to the admin directory... the path information provided thus far has been to the store front. (in a typical install, if starting from the location shown in the image, go up two directories and then open the includes folder, followed by languages, etc....
    You're right ... and it's even worse than that ... because the admin includes directory doesn't contain the files listed (those are in the admin directory, not the admin/includes directory). And there's no images directory inside the admin includes directory. Likewise in the admin directory there's no extra_configures or modules folders ... unlike the image shown.

    So definitely not looking in the right directory. And it seems lots of files have been moved around.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Mar 2016
    Location
    Scotland
    Posts
    44
    Plugin Contributions
    0

    Default Re: Sales Message Goes Here

    Quote Originally Posted by DrByte View Post
    You're right ... and it's even worse than that ... because the admin includes directory doesn't contain the files listed (those are in the admin directory, not the admin/includes directory). And there's no images directory inside the admin includes directory. Likewise in the admin directory there's no extra_configures or modules folders ... unlike the image shown.

    So definitely not looking in the right directory. And it seems lots of files have been moved around.
    This may explain part of why I had such a nightmate. The install was done thru the host I told you about in pm, I have changed nothing related to directories. BUT, if the directory isnt there how the hell does the the Sales Message Goes Here statement show ????? I went thru every single folder and opened every single header.php file and that text is not anywhere I can see.

    So how do I go about attempting to fix this and have everything where it should be, my thought is to upgrade to latest version but then I panic about everything I've done having to be done again

  8. #8
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Sales Message Goes Here

    You were looking in /your_admin/includes/languages ... but should have been in /includes/languages/
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    618
    Plugin Contributions
    0

    Default Re: Sales Message Goes Here

    Aargh, never mind, I found it.

    I'm having the same problem. I found the file in includes/languages/english/header.php, not under the classic directory. But the 'Sales message' text isn't there. I also commented out the alt text for logo.gif, and it's still appearing. So there is evidently another header.php file somewhere that I haven't found yet.

    Quote Originally Posted by Haggis View Post
    I've hunted thru dozens of threads looking for where to edit this, most point to it being in includes/languages/english/classic/header.php

    yet I have no such directory as classic

  10. #10
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Sales Message Goes Here

    Quote Originally Posted by HeleneWallis View Post
    Aargh, never mind, I found it.

    I'm having the same problem. I found the file in includes/languages/english/header.php, not under the classic directory. But the 'Sales message' text isn't there. I also commented out the alt text for logo.gif, and it's still appearing. So there is evidently another header.php file somewhere that I haven't found yet.
    Mind updating the classroom as to where? :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Sales Message goes here & Zen Cart Message
    By ljwalk in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Oct 2009, 04:55 PM
  2. getting rid of the Sales Message Goes Here message
    By brianrudie in forum General Questions
    Replies: 13
    Last Post: 7 Aug 2009, 09:24 AM
  3. Sales Message Goes Here
    By myRainbow in forum General Questions
    Replies: 3
    Last Post: 5 Jan 2008, 01:53 AM
  4. Sales Message Goes Here
    By Canadian Bandit in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jun 2006, 12:09 AM

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