Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Location
    Australia
    Posts
    74
    Plugin Contributions
    0

    help question Step 2 of 3 - Payment Information

    On step 2 of 3 - Payment Information page in the "Your Total" field is listed the Subtotal, flat rate and then the total for the order but next to the text "flat rate" there is a set of brackets and I can't find where to go to get rid of them...

    Your Total
    Sub-Total: $179.45

    Flat Rate ():$15.00

    Total $194.45

    Does anyone have any ideas?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Step 2 of 3 - Payment Information

    This is added in the:
    /includes/modules/pages/checkout_shipping/header_php.php

    PHP Code:
                if ( (isset($quote[0]['methods'][0]['title'])) && (isset($quote[0]['methods'][0]['cost'])) ) {
                  
    $_SESSION['shipping'] = array('id' => $_SESSION['shipping'],
                                    
    'title' => (($free_shipping == true) ?  $quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' (' $quote[0]['methods'][0]['title'] . ')'),
                                    
    'cost' => $quote[0]['methods'][0]['cost']);

                  
    zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT'''SSL'));
                } 
    NOTE: when testing this, you need to "build" the output by going to the Shopping Cart, then to the checkout to have it rebuild this on the checkout_shipping then go on to the checkout_payment and checkout_confirmation to see the changes ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. v151 Step 2 of 3 - Payment Information is jacked up..
    By awk_grep in forum General Questions
    Replies: 8
    Last Post: 13 Jun 2014, 05:04 AM
  2. Step 2 of 3: Payment Information Displayed
    By virago in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Oct 2009, 12:20 AM
  3. Step 2 of 3 - Payment Information doesn´t show payment method, bug?
    By dadex in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 10 Jun 2009, 03:42 PM
  4. Step 2 of 3 - Payment Information of cart
    By simon-m in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 26 Sep 2008, 11:10 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