Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default adding text to a single product page

    i'm using 1.3.8.

    i just want to add "coming soon" or something to a SINGLE product page. it's been awhile since i've worked with ZC much... (i've searched)

    thanks!

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: adding text to a single product page

    For a single product page, the easiest way would be to add the text to the end of the description, wrapped in HTML tags so it can be styled appropriately.

    Texttexttext... <span class="comingSoonBlurb">Coming Soon!</span>

    Add to your stylesheet
    Code:
    .comingSoonBlurb {
        font-size: 2.5em;
        color: #ff3366;
        position: absolute;
        top: 123px;
        left: 456px;
        }
    Adjust properties and position as desired.

  3. #3
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: adding text to a single product page

    good enough - i just didn't know if there was an alternate way to edit a single product page, say using php if()...

    thanks

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: adding text to a single product page

    Quote Originally Posted by glennnphp View Post
    good enough - i just didn't know if there was an alternate way to edit a single product page, say using php if()...

    thanks
    No need to crack nuts with jackhammers... As Glenn says, just add it to that product's description.
    20 years a Zencart User

 

 

Similar Threads

  1. Single page and single product shopping cart.
    By adamgh in forum General Questions
    Replies: 2
    Last Post: 21 Mar 2009, 10:31 PM
  2. Adding Text to Product Listing Page
    By bsteinagel in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Sep 2008, 12:30 AM
  3. Adding more products onto a single product page
    By Kinred in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 29 Aug 2007, 07:10 AM
  4. Adding text on Product Page
    By Robbyn7 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Aug 2007, 08:07 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