Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: How to add bullet points to the product description?

    Product descriptions are placed in the database and pose no problem when updating.

    Since the PHP is converted to html as well, there's no html problem either.

    You WILL get strange results if you try to add PHP to a product description.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #2
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: How to add bullet points to the product description?

    Quote Originally Posted by dbltoe View Post
    Product descriptions are placed in the database and pose no problem when updating.

    Since the PHP is converted to html as well, there's no html problem either.

    You WILL get strange results if you try to add PHP to a product description.
    so I can't edit say, the stylesheet to control the product description to be bulleted?

    I prefer to input plain text as I never know if I will change to other shopping cart in the future. So I would prefer to use clean text whenever possible

    thanks

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: How to add bullet points to the product description?

    don't mix apples and horseshoes

    The classes that s t e v e talked about will be controlled by the stylesheet which should be in a "custom" or "override" directory.

    The html code would go in the database.

    Upgrades don't mess with product descriptions in the database nor do they mess with items in a custom/override directory.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #4
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: How to add bullet points to the product description?

    Quote Originally Posted by dbltoe View Post
    don't mix apples and horseshoes

    The classes that s t e v e talked about will be controlled by the stylesheet which should be in a "custom" or "override" directory.

    The html code would go in the database.

    Upgrades don't mess with product descriptions in the database nor do they mess with items in a custom/override directory.
    sorry I am a little dumbed at this.

    Do you mean I can control it by altering the stylesheet?
    can you be a little more detailed?

    Is that first I add the class in the stylesheet, then I call the class to the product description by HTML?

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: How to add bullet points to the product description?

    The first priority is to get your product descriptions in place.
    using s t e v e's
    <ul class="productinfoList">
    <li>item one</li>
    <li>item two</li>
    </ul>
    will work fine even without anything in the stylesheet.
    Once you've got a few categories and products set up, you can start "adjusting" the site by creating the override system and then "tweaking" the look with the stylesheet.
    Later, take the time to click on the Tutorials/FAQ link at the top of the page. There's a group called Article Categories that has lots of good info. https://www.zen-cart.com/tutorials/i...hp?category=16 is a good place to go as well.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: How to add bullet points to the product description?

    Quote Originally Posted by dbltoe View Post
    The first priority is to get your product descriptions in place.
    using s t e v e's will work fine even without anything in the stylesheet.
    Once you've got a few categories and products set up, you can start "adjusting" the site by creating the override system and then "tweaking" the look with the stylesheet.
    Later, take the time to click on the Tutorials/FAQ link at the top of the page. There's a group called Article Categories that has lots of good info. https://www.zen-cart.com/tutorials/i...hp?category=16 is a good place to go as well.
    Thanks
    actually I knew how to code the descriptions to be bulleted and that was what I am doing.

    But then I think that it maybe better to keep the description as clean as possible, without any HTML code, so that I can use the clean description to other platforms in case I need to do so in the future.

    Do people usually use clean text? or they will code their description also?

    thanks!

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

    Default Re: How to add bullet points to the product description?

    HTML <ul> code is universal - any platform that allows you to use formatting in the description will understand it correctly. (And why would you even consider switching to a platform that didn't?)

    Anyone who wants any formatting at all in their description has to use HTML in the description, either directly or by having an editor program do it for them.

  8. #8
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: How to add bullet points to the product description?

    Perhaps using Google to search for unordered lists will give you more ideas -

    But to answer your original question - to have a bulleted list, you have to use the html for an unordered list.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. v151 Extra Product Info as bullet points?
    By English in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 4 Sep 2013, 07:16 PM
  2. How Do I Format A Product Description to include line breaks and bullet points?
    By mike373 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Apr 2011, 07:44 PM
  3. How to remove bullet points in footer?
    By Kristian in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Feb 2011, 09:04 PM
  4. Description Title and Features Title with Bullet Points
    By AirsoftOutfitter in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Dec 2010, 09:36 PM
  5. Change the Categories Bullet Points to Graphics?
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Feb 2009, 10:03 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