Page 15 of 27 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 263
  1. #141
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    Quote Originally Posted by kobra View Post
    Can't see what you have but this will be in the stylesheet
    Thanks Kobra, will look for it and change it.
    I have come across many posts requiring us to 'comment out' code. But how do I go about this? For example I want to exclude this detailed invoice link in my email replies, how would I comment out this code?
    Thanks !


    define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
    define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');
    define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');

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

    Default Re: Lavender Template Support Thread

    Comment markup is different for html versus php files

    For php

    /*
    what you want commented out
    */

    For html

    <!-- something -->
    what you want commented out
    <!-- something else -->
    Zen-Venom Get Bitten

  3. #143
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    Quote Originally Posted by kobra View Post
    Comment markup is different for html versus php files

    For php

    /*
    what you want commented out
    */

    For html

    <!-- something -->
    what you want commented out
    <!-- something else -->
    Thanks Kobra !!


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

    Default Re: Lavender Template Support Thread

    Opps!!

    .css also uses the same as php files
    Zen-Venom Get Bitten

  5. #145
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    Hi Kobra

    I tried commenting it out from orders.php but I still receive the email with a link to the detailed invoice link when I update the order. I want to remove this link from all my orders emails, how should I go about this? Tks

    define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');
    /*define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');*/
    define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');

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

    Default Re: Lavender Template Support Thread

    What email are you trying to change??

    All of these are in /email and in these there are many variables and you can adjust the variables you do not want(carefully)
    Zen-Venom Get Bitten

  7. #147
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    Hi Kobra

    I am trying to remove 'detailed invoice' text and link in the order confirmation email and order update email that is sent to customers.
    sample

    Thanks for shopping with us today!
    The following are the details of your order.
    ------------------------------------------------------
    Order Number: 2168
    Date Ordered: Wednesday 02 July, 2008
    Detailed Invoice:
    http://www.blingbadge.com.......(link to invoice)



    Thanx

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

    Default Re: Lavender Template Support Thread

    /email/email_template_order_status.html

    Code:
    logo
    Dear $EMAIL_CUSTOMERS_NAME,
    $EMAIL_STORE_NAME
    $EMAIL_TEXT_ORDER_NUMBER
    $EMAIL_TEXT_INVOICE_URL
    $EMAIL_TEXT_DATE_ORDERED
    $EMAIL_TEXT_STATUS_COMMENTS
    $EMAIL_TEXT_STATUS_UPDATED
    $EMAIL_TEXT_STATUS_LABEL
    $EMAIL_TEXT_STATUS_PLEASE_REPLY
    I think that the link is the highlighted entry
    Zen-Venom Get Bitten

  9. #149
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    Quote Originally Posted by kobra View Post
    /email/email_template_order_status.html

    Code:
    logo
    Dear $EMAIL_CUSTOMERS_NAME,
    $EMAIL_STORE_NAME
    $EMAIL_TEXT_ORDER_NUMBER
    $EMAIL_TEXT_INVOICE_URL
    $EMAIL_TEXT_DATE_ORDERED
    $EMAIL_TEXT_STATUS_COMMENTS
    $EMAIL_TEXT_STATUS_UPDATED
    $EMAIL_TEXT_STATUS_LABEL
    $EMAIL_TEXT_STATUS_PLEASE_REPLY
    I think that the link is the highlighted entry

    Hi Kobra

    this being a html file, can I just edit with frontpage and delete "$EMAIL_TEXT_INVOICE_URL" ? Thanks again for all your help, I am really slow at this so your help is very much appreciated.

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

    Default Re: Lavender Template Support Thread

    this being a html file, can I just edit with frontpage
    Never use frontpage for editing any Zen Cart files as it adds ill formed un-necessary code

    Use notepad or a good CODE editor
    Zen-Venom Get Bitten

 

 
Page 15 of 27 FirstFirst ... 5131415161725 ... LastLast

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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