Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2010
    Posts
    68
    Plugin Contributions
    0

    Default spliting a paragraph

    I'm not an expert on PHP editing.
    But, if take a look at this code:

    define('TEXT_NEW_CUSTOMER_INTRODUCTION', 'Create a login profile with <strong>' . STORE_NAME . '</strong> which allows you to shop faster, track the status of your current orders and review your previous orders.) (In order to validate your business account information, you will need to submit a copy of your business certificate to [email protected]');


    I was trying to create two paragraphs one for basic message, and a second one for business accounts.

    How can I split the paragraph? or perhaps, create two bullet paragraph?

    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: spliting a paragraph

    Insert where you want the break one or two of these
    Code:
    <br />

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

    Default Re: spliting a paragraph

    The defined text is HTML, so you can add a <br /> for a new line, or <p> and </p> tags, or make the whole thing into a <ul> list for bullets.

  4. #4
    Join Date
    Jan 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: spliting a paragraph

    Do you have any recommendations for import/export products to zen-cart?

    And, a good MOD for importing/exporting to quickbooks?

    Thanks

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: spliting a paragraph

    Do you have any recommendations for import/export products to zen-cart?
    Check the free software addons for easypopulate module and the wiki for a tutorial
    And, a good MOD for importing/exporting to quickbooks?
    Also search for 'quickbooks' as there are a couple of modules for it

  6. #6
    Join Date
    Jan 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: spliting a paragraph

    For the quickbooks mod, I found so many of them. Is there a very good one you might suggest?

    Thanks

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: spliting a paragraph

    For the quickbooks mod, I found so many of them. Is there a very good one you might suggest?
    I do not use QB - - but maybe another that does will happen by

 

 

Similar Threads

  1. Desription Paragraph
    By Survone in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 3 Oct 2009, 02:11 PM
  2. Introductory Paragraph on Categories
    By frajeff91 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 May 2009, 01:50 AM
  3. Spliting orders and more
    By powah in forum Managing Customers and Orders
    Replies: 7
    Last Post: 15 Apr 2007, 01:09 PM
  4. First Paragraph change
    By virago in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Sep 2006, 05:56 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