Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    58
    Plugin Contributions
    0

    Default Simple change to checkout_shipping

    Hi all,

    In step one of the checkout process, next to the selected shipping preference there is a total for each method. In our case it is always $0.00 because we don't calculate the shipping charges in the cart.

    I simply want to make the $0.00 not visible.

    I think I have tracked down the file to edit located at \includes\templates\my_templte_set\templates\tpl_checkout_shipping_default using the developers tools.

    I'm pretty sure the lines needed to be edited are lines 86-90 as ardvark shows the shows the DIV class as "important forward" .

    Here's the code:
    Code:
    <div class="important forward"><?php echo $currencies->format(zen_add_tax($quotes[$i]['methods'][$j]['cost'], (isset($quotes[$i]['tax']) ? $quotes[$i]['tax'] : 0))); ?></div>
    <?php
                } else {
    ?>
    <div class="important forward"><?php echo $currencies->format(zen_add_tax($quotes[$i]['methods'][$j]['cost'], $quotes[$i]['tax'])) . zen_draw_hidden_field('shipping', $quotes[$i]['id'] . '_' . $quotes[$i]['methods'][$j]['id']); ?></div>
    I don't know PHP so I can't tell what will happen if I comment out the lines or delete them.

    Will someone please tell me the proper way to handle this edit?

    Thanks in advance for any help.

    Steve
    Stuff: ZC v1.37 | Linux | mysql v 4.1x | php v 4.4x | phpmyadmin v 2.6x | Default Template

    Mods: Login Box v 1.41

  2. #2
    Join Date
    Mar 2007
    Posts
    58
    Plugin Contributions
    0

    Default Re:FIXED: Simple change to checkout_shipping

    Well, after 5 backup copies I managed to calm the jet fighters in my stomach, delete the lines, load the file, and run several test orders.

    Whata ya know it worked and I didn't break it this time.

    Thanks anyway,

    Steve
    Stuff: ZC v1.37 | Linux | mysql v 4.1x | php v 4.4x | phpmyadmin v 2.6x | Default Template

    Mods: Login Box v 1.41

 

 

Similar Threads

  1. How do I make this simple change?
    By cdnbride in forum Customization from the Admin
    Replies: 2
    Last Post: 10 Feb 2010, 03:58 AM
  2. Did to make simple layout change
    By OllieBarnett in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Feb 2010, 12:59 AM
  3. need to change text on checkout_shipping but it white pages
    By pwoens in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 27 Jan 2010, 05:07 PM
  4. breadcrumb change-simple but frustrating!
    By knottybynature in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Sep 2009, 04:49 AM

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