Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Help with PHP syntax please?

    I'm modifying the money order payment php file and would like to insert further instructions but can't seem to figure out how to put the syntax in to add another line of instruction. Help please?

    code:

    define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Please text your payment to:<br />' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br />
    <br />Mail your payment to:<br />' . nl2br(STORE_NAME_ADDRESS) . '<br />
    --->I want to insert one line of instruction here and remove the line above.
    <br />' . 'Your file will be released when the reference code of the payment has been confirmed.');

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,515
    Plugin Contributions
    126

    Default Re: Help with PHP syntax please?

    Put carriage returns after the periods; it will be easier to read.

    define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION ',
    'Please text your payment to:<br />' . MODULE_PAYMENT_MONEYORDER_PAYTO .
    '<br /><br />Your instructions here<br /><br />' .
    'Your file will be released when the payment has been confirmed.');
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Re: Help with PHP syntax please?

    Thank you so much! That worked! I didn't know where to begin and end the inserted text and you pointed me to the right way!

 

 

Similar Threads

  1. Help with PHP syntax on sidebox
    By sunflowertami in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Aug 2008, 12:34 PM
  2. Please help! php syntax needed to call images!
    By Vood in forum General Questions
    Replies: 3
    Last Post: 31 Oct 2007, 09:59 PM
  3. PHP syntax help
    By KTNaturals in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 28 Feb 2007, 01:48 AM
  4. Easy PHP syntax question -- help please?
    By magicpants in forum General Questions
    Replies: 2
    Last Post: 17 Jan 2007, 02:31 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