Results 1 to 10 of 3052

Threaded View

  1. #11
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: One-Page Checkout [Support Thread]

    Trial version of 1.5.8, with OPC installed.
    Defines for CHECK ORDER STATUS are not being recognised on the Order Status page
    Lines 38 and 44 in the following file...

    one_page_checkout-2.4.3\includes\languages\english\order_status.php
    TEXT_LOOKUP_INSTRUCTIONS
    ENTRY_ORDER_NUMBER

    I copied these defines over to the CORE ZC-1.5.8 file (lang.order_status.php)

    Code:
    <?php
    $define = [
        'NAVBAR_TITLE' => 'Order Status',
        'NAVBAR_TITLE_1' => 'My Account',
        'HEADING_TITLE' => 'Check Order History',
        'TEXT_LOOKUP_INSTRUCTIONS' =>'Select your order number below',
        'ENTRY_ORDER_NUMBER' =>'Order Number',
    ];
    
    return $define;
    ... and this now returns the desired text variable.
    Last edited by schoolboy; 26 Oct 2022 at 10:05 AM.
    20 years a Zencart User

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 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