Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2007
    Posts
    9
    Plugin Contributions
    0

    Default Is there any way to change $0.00 in shipping

    Hi,

    I have set up the Flat shipping module to show as 'shipping to be advised' with a cost of $0.00. Is there anyway to amened the $0.00 so it can show 'TBA' or is it possible to just remove the $0.00 or make it invisible?

    Thanks

  2. #2
    Join Date
    Jun 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Is there any way to change $0.00 in shipping

    I thought I may be able to delete the $0.00 using a Stylesheet. The ID for this value is "otshipping" but I am unable to make this hidden as "totalbox" covers the css for "otsubtotal" , "otshipping" , "ottax" & "ottotal". The code for the order-totals template is:

    ?>
    <?php
    /**
    * Displays order-totals modules' output
    */
    for ($i=0; $i<$size; $i++) { ?>
    <div id="<?php echo str_replace('_', '', $GLOBALS[$class]->code); ?>">

    <div class="totalBox larger forward"><?php echo $GLOBALS[$class]->output[$i]['text']; ?></div>
    <div class="lineTitle larger forward"><?php echo $GLOBALS[$class]->output[$i]['title']; ?></div>

    </div>
    <br class="clearBoth" />
    <?php } ?>



    Does anyone know if I can put something in the above code to make "otshipping" hidden but keep the others visable?

    Thanks
    Rusta

 

 

Similar Threads

  1. v150 Is there any way to change site url?
    By nnagarajan in forum Basic Configuration
    Replies: 4
    Last Post: 27 Jun 2012, 03:26 PM
  2. any easy way to change all products to free shipping?
    By hungrytazman in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 8 Apr 2010, 10:59 PM
  3. Is there any way to assign shipping methods to a product?
    By Jackz in forum General Questions
    Replies: 7
    Last Post: 30 Jan 2010, 08:33 PM
  4. 3 for $12 is there ANY WAY... HELP
    By MichaelUnderduck in forum General Questions
    Replies: 2
    Last Post: 28 Oct 2006, 09:13 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