Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2011
    Posts
    4
    Plugin Contributions
    0

    Default Removing Sales Message Goes Here

    I'll berate myself in advance for asking what I am sure has been asked dozens of times. This is the latest version Zencart dld a few days ago, using classic green.

    How do I remove 'sales message goes here'.

    I did successfully remove logo.gif

    The only changes I've retained trying to drop the sales message is to remove the text in header.phpMy only changes that I've kept in trying to remove the text is to blank out where the sales message appears in header.php. That line now reads like this.

    define('HEADER_SALES_TEXT', '');

    As you might imagine, having taken out the text string I'm stumped why it still displays on my site.

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Sales Message Goes Here

    Please scroll to the bottom of this page and you will see numerous threads on this issue...

  3. #3
    Join Date
    Apr 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Removing Sales Message Goes Here

    Right - I have performed the step in Artcle 127. Nothing happens.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Sales Message Goes Here

    A link to your site please or just PM it to me...

    we will control this issue in the stylesheet.css
    display: none;

  5. #5
    Join Date
    Apr 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Removing Sales Message Goes Here

    I love the software, its a real revalation to me as far as opensource products.

    In terms of what I would ask that other folks haven't over the years, its this:

    when that sales message is not being controlled by default in :

    includes/languages/english/classic/header.php

    where is it actually being controlled?

    http://www.sackpeterson.com/GripStore

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Sales Message Goes Here

    Find this:
    GripStore/includes/templates/classic/css/stylesheet.css
    Locate this:
    #tagline {
    color: #000000;
    font-size: 2em;
    text-align: center;
    vertical-align: middle;}

    1. just add this:
    2. display: none;

  7. #7
    Join Date
    Apr 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Removing Sales Message Goes Here

    Thats it!

    Revealed an image height problem on my logo, but that should be easy.

    Many thanks!

  8. #8
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Removing Sales Message Goes Here

    yes, i see...

    #logoWrapper {
    background-color: #FFFFFF;
    background-image: url("../images/storebanner.jpg");
    background-repeat: repeat-x;
    height: 75px;}

    change the red font above to 250px

 

 

Similar Threads

  1. 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
  2. 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
  3. removing sales message goes here?
    By davidpaj in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 22 Sep 2007, 09:18 PM
  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