Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Jul 2006
    Posts
    4
    Plugin Contributions
    0

    Default removing sales message goes here?

    It's at the very top, how do you remove it? I can't find it anywhere.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: removing sales message goes here?

    You might wish to read the FAQs or the Wiki or just do a search on the forum for: sales message

    Also, if you peek in the Admin at the Tools ... Developer's Tool Kit ... you can use the bottom input box to locate any text, constant or variable that is in a php file ... just pick where to search from the dropdown and click search ...

    If you need to search for a configuration_key that you found in a file, use the top box and do not select anything from the dropdown and just click Search ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jul 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: removing sales message goes here?

    The file that you need to edit is in htdocs/includes/languages/english/classic

    Download and edit the file header.php with your favorite text editor and unload the new header.php to that directory. You can make a backup of this original file first in your PC before editing the file just in case something goes wrong.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: removing sales message goes here?

    NOTE: you should be using your own templates and overrides directory and not Classic ...

    Otherwise ... next upgrade ... kaboom!! There goes the neighborhood and you lose all of your customization ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jul 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: removing sales message goes here?

    Quote Originally Posted by Ajeh
    NOTE: you should be using your own templates and overrides directory and not Classic ...

    Otherwise ... next upgrade ... kaboom!! There goes the neighborhood and you lose all of your customization ...

    Thanks for the update. I wasn't aware of that. I do have a backup copy of all of my customizations on CD just in case.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: removing sales message goes here?

    Take the time and make your own customized template ... you will be a happier camper in the future ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Jul 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: removing sales message goes here?

    I would...if I knew how. I've just had zen cart for 3 days. I'm having download problems. My test download links are not showing up. I set it up as a freebie and when the dummy account I made in my shop is at the my account section, the download button is there. The problem is when I hit that button, I get a no download page error message or something like that. I've put the correct option name, value and attributes to it so that a radio button shows up, the file is in the /download directory and I still get this error. I'm stumped at the moment. Any ideas what I did wrong?

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: removing sales message goes here?

    What version of Zen Cart are you running?

    Is this a windows or unix server?

    In the Attributes Contoller do you see the green dot next to the filename?

    Is the download a Zip?

    Does it contain any spaces or special characters?

    What size is the download?

    Is /pub set to 777
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Jul 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: removing sales message goes here?

    Quote Originally Posted by Ajeh
    What version of Zen Cart are you running?--> I'm using the current version of Zen Cart which is 1.3.0.2 and PHP version 4.4.2

    Is this a windows or unix server?--> Not sure. This is the location of my webhost that has all the details on their plan. http://www.powweb.com/powweb/hosting.bml

    In the Attributes Contoller do you see the green dot next to the filename?--> Yes, there is a green dot.

    Is the download a Zip?--> Yes, it is already in zip file format.

    Does it contain any spaces or special characters?-->No, it does not have any spaces or special characters in the filename of the zip file. I just typed it all in small letters without any spaces.

    What size is the download?-->145 KB to 3 MB download size.

    Is /pub set to 777-->Yes, the /pub is already set to 777.
    I'm crossing my fingers that someone could figure out what went wrong.

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: removing sales message goes here?

    Can you download a small zip properly?

    Is it just large ones that fail or both?

    What happens if in the Configuration ... Attribute Settings ... you turn the Redirect to OFF?

    If this suddenly makes it work, then your hosting site is not allowing for the symbolic links to work that make the Downloads more secure ...

    If that is the case, ask them why this .htacces file cannot work on your server that is located in the /pub directory
    #prevent directory browsing -- for security
    IndexIgnore */*

    Options +FollowSymLinks -Indexes
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Removing Sales Message Goes Here
    By sackpeterson in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 23 Apr 2011, 03:53 PM
  2. confused about removing sales message goes here
    By BONITATIME in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Mar 2009, 10:29 AM
  3. Need Help Removing Logo.Gif and "Sales Message Goes Here"
    By AmandaNoelle82 in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 10 Feb 2008, 03:11 AM
  4. Removing Sales message goes here???
    By darkj818 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Sep 2007, 04:33 PM
  5. help removing "sales message goes here"
    By ben harry in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2007, 02:58 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