Page 33 of 100 FirstFirst ... 2331323334354383 ... LastLast
Results 321 to 330 of 998
  1. #321
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: Formatting Text Shows on Page

    Quote Originally Posted by wendyshirai View Post
    I am using the cherry zen template and when i order an item and look at the order details, this is what my order details page shows:

    Home :: NAVBAR_TITLE_1 :: NAVBAR_TITLE_2 :: NAVBAR_TITLE_3
    HEADING_ORDER_DATE Wednesday 17 December, 2008
    HEADING_TITLEORDER_HEADING_DIVIDERHEADING_ORDER_NUMBER HEADING_QUANTITY HEADING_PRODUCTS HEADING_TOTAL
    1QUANTITY_SUFFIX Gift Card - In-Store Use
    ValueTEXT_OPTION_DIVIDER$5.00
    $5.00

    --------------------------------------------------------------------------------

    $5.00Sub-Total:
    $0.00FREE SHIPPING! (Free Shipping Only):
    $5.00Total:

    HEADING_ORDER_HISTORY TABLE_HEADING_STATUS_DATE TABLE_HEADING_STATUS_ORDER_STATUS TABLE_HEADING_STATUS_COMMENTS
    12/17/2008 Processing
    12/17/2008 Processing
    PayPal status: Completed @ 10:55:21 Dec 17, 2008 PST
    Trans ID: (deleted for privacy)
    Amount: 5.00 USD

    --------------------------------------------------------------------------------
    HEADING_DELIVERY_ADDRESS
    (deleted for privacy)
    HEADING_SHIPPING_METHOD
    FREE SHIPPING! (Free Shipping Only)HEADING_BILLING_ADDRESS
    (deleted for privacy)
    HEADING_PAYMENT_METHOD
    PayPal


    Can someone please tell me how to make the FORMATTING_TEXT go away?
    It looks like the definitions for these items is missing. If the definition is missing then the variable name is displayed.
    Some, perhaps all, of these variables are defined in /includes/languages/english/account_history_info.php or since you have a custom template yours would be located at /includes/languages/english/[custom template name here]/account_history_info.php.

    Most likely a file with this name exists in this path but is not the correct file (wrong contents). I suggest you compare this file with the original from your downloaded installation files. If you didn't save your installation files, download them to your workstation (not your server) from the Zencart website.
    If the contents of the file of the same name and path in your installation set does not look the same as that on your web server then you may have found your problem.

    STOP! BACK UP YOUR ZENCART SHOP FILES (THE ONES ON THE WEB SERVER) BEFORE YOU PROCEED.

    Action: Check your Cherry template files also in case the author provided a modified account_history_info.php file. If so, and it doesn't match whats on your server, then upload that file to the server and you should be back in business.

    If the template did not include this file, then upload the one from the Zencart installation set.
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  2. #322
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Formatting Text Shows on Page

    Quote Originally Posted by wendyshirai View Post
    I am using the cherry zen template and when i order an item and look at the order details, this is what my order details page shows:
    By Order details page, which file are you referring to: tracker.php, orders.php, etc,... ???
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  3. #323
    Join Date
    Sep 2007
    Location
    Sweden / Gothenburg
    Posts
    9
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Language Customization
    Hi and thank you for every thing!

    Future request:
    I would like two files to be changed:
    • 1st includes/templates/sideboxes/tpl_track_orders.php line 21 > Track Your Orders >> put this text in to language file.

    • 2nd includes/extra _datfiles/tracker.php > put the box heading into the language file.


    This would be helpful when You run a shop with more than one language.
    Thank you in advance!

    Best regards,

    Pär Westerlind

  4. #324
    Join Date
    Jan 2009
    Posts
    4
    Plugin Contributions
    0

    red flag Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by colosports View Post
    I am please to announce that I have finally completed Ty Package Tracker v2.0.
    New in this version:
    -There is a separate sidebox that show the customers past orders. Customer can track their orders from the sidebox or from the "My Account" page.
    -Configurations are done in the Admin Page. You may have up to 5 different carriers. You can change, add, or turn off carrier from this page.
    -Mod has been completely redone. It does not overwrite any files.
    -Mod can be easily intergrate to work with the Super Orders mod.

    This version is a beta version. I have tested it on my site and it seems to work fine. I would like other people to test the beta version before I make it public.
    If you are interested in testing, please PM me.

    To see a demo version of Ty_Package_Tracker v2.0 please go to
    http://www.kaptivaimports.com/demo/index.php
    Hi
    I have installet ( tryed to ) the Ty Tracker version 2-3a - clean installation. The encloset sql file ( Fresh_install.sql ) Gives a database error on line 8 - not a leagle value for INTEGER and in the line 14 and in line 33 ALTER TABLE.

    I run the ZenChart modul 1.3.8a and my sql is: MySql 5.0.45-community-nt via TCP/IP and a Client version: MySQL client version 5.1.11

    All programs are running on my privat server - Apach, PhP and so on. All things is in normal operation, expet for the Ty Tracker.

    Is it possible to get any help?

    Please e-mail me on: [email protected]

    Best regards from Norway
    T. Sandberg

    MY ZenChart shop is on this location: http://www.yfl.no
    tomsa is online now Report Post Reply With Quote

  5. #325
    Join Date
    Apr 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    After installing 1.3.8 latest version - i no longer can see the USPS Auto-fill button anywhere in the admin. i can see the USPS Auto-fill edit in configurations, just not the button.

    any ideas?

  6. #326
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by hansolo2008 View Post
    After installing 1.3.8 latest version - i no longer can see the USPS Auto-fill button anywhere in the admin. i can see the USPS Auto-fill edit in configurations, just not the button.

    any ideas?
    Don't believe the ZenCart core files have a USPS autofill feature.

    Is that part of an add-on contribution that you downloaded earlier? If you can identify the add-on then perhaps you can find a support thread for that add-on.
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  7. #327
    Join Date
    Apr 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Don't believe the ZenCart core files have a USPS autofill feature.

    Is that part of an add-on contribution that you downloaded earlier? If you can identify the add-on then perhaps you can find a support thread for that add-on.
    I downloaded "USPS.com Click-n-Ship AutoFill Button" from the Free software Add ons from this site.


    it was only after installing Ty tracker the button went missing. Thanks

  8. #328

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by hansolo2008 View Post
    I downloaded "USPS.com Click-n-Ship AutoFill Button" from the Free software Add ons from this site.


    it was only after installing Ty tracker the button went missing. Thanks
    You only need to find that little bit of code in the USPS orders.php that makes the button show up and place it in your new orders.php file. I had the same problem when installing the super orders mod. It's just a small piece and should have comments around it to identify it from the core.

  9. #329
    Join Date
    Mar 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Anyone have experience with linking into EMS (China)?

    I can't figure out what to link to, this is the search page:

    http://www.ems.com.cn/qcgzOutQueryAc...de=gotoSearchE

    but I can't figure out an address which is waiting for a tracking number

  10. #330
    Join Date
    Feb 2009
    Location
    Ontario, Canada
    Posts
    38
    Plugin Contributions
    0

    Default Re: Credit Cards Details

    Quote Originally Posted by Fireflyz View Post
    UPDATE:
    I figured out the solution myself and here it is for those who might need it. By making this change you will get credit card type as well as expiration date in "Payment Method" field:

    around line 348 on tracker.php find this code;

    Code:
    <td class="main"><?php echo $order->info['payment_method']; ?></td>

    and replace with this:

    Code:
    <td class="main"><?php echo $order->info['cc_type']; echo ' ' . $order->info['cc_expires']; echo ' ' . $order->info['payment_method'];?></td>
    cheers!

    Thanks a bunch for that code...you just saved my ########.
    [FONT="Times New Roman"]Stephan Mantha CEO
    The Mogensen Moccasin Company Ltd
    [/FONT]

 

 
Page 33 of 100 FirstFirst ... 2331323334354383 ... LastLast

Similar Threads

  1. v150 Is there a FedEx plugin to quote on package size and postal code/zone?
    By Music Man in forum Addon Shipping Modules
    Replies: 7
    Last Post: 3 Aug 2014, 10:30 PM
  2. UPS/DHL shipping in Europe
    By DML73 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 29 Jan 2009, 09:43 PM
  3. what is the track your package url?
    By keylesslocks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Aug 2008, 06:49 PM
  4. going from small package to large package
    By luna_99 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 19 Nov 2007, 02:44 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