Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2011
    Posts
    42
    Plugin Contributions
    0

    Default Trying to remover a "(" showing up in the confirmation emails

    This should have been easy, but I've spent hours on it, so I'm really hoping someone will know off the top of their head where to point me.

    Our confirmation email includes the total price, shipping amount, discount amount, final net price.

    All of the shipments are currently freeshipper.

    The shipping cost line shows the language string description, followed by "(): " followed by the $0.00 shipping amount.

    Here it is, in Japanese:

    ------------------------------------------------------
    小計: $359.80
    配送料無料 (): $0.00
    割引き分: -$89.95
    合計: $269.85

    I've been asked to get rid of that "()" before the shipping cost, and I've not been able to find it.

    If anyone has a suggestion, I'd really appreciate it.

    Thanks!

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

    Default Re: Trying to remover a "(" showing up in the confirmation emails

    What does thhis say in english?
    Code:
    配送料無料 (): $0.00
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Trying to remover a "(" showing up in the confirmation emails

    Quote Originally Posted by kobra View Post
    What does thhis say in english?
    Code:
    配送料無料 (): $0.00

    Google translate says..
    Code:
    Free Shipping (): $ 0.00

  4. #4
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: Trying to remover a "(" showing up in the confirmation emails

    In ZC 1.5.4, it is found in includes/classes/shipping.php at line 162:
    'title' => $quotes['module'] . ' (' . $quotes['methods'][$i]['title'] . ')',

    Normally in free-shipping the English text would be: No delivery charge or whatever is set to the constant MODULE_SHIPPING_FREESHIPPER_TEXT_WAY in includes/languages/english/modules/shipping/freeshipper.php

    Which is then added to the quotes variables 'methods' array's 'title' in includes/modules/shipping/freeshipper.php.

    May have to test above regarding the assignment in the early part of this post to see if the method is freeshipper and if it is, then the title is only supposed to be $quotes['module'] and not the remaining part of the line up to the comma...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. How i can modify "Send Copy of Order Confirmation Emails "?
    By dmagic in forum Basic Configuration
    Replies: 4
    Last Post: 18 Sep 2014, 12:11 PM
  2. Shopping cart - trying to turn off "Total Items" "Weight" and "Price"
    By deshojo in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2011, 07:15 PM
  3. "INSTALL" button not showing when trying to new payment modules
    By jolewin in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 16 Jan 2011, 08:52 PM
  4. Replies: 0
    Last Post: 27 Oct 2006, 03:26 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR