Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Hiding Shipping Rate

    Hello,
    Does anyone know how to hide the shipping rate? Instead of it saying $0.00 I want to hide it or say TBD (To be determine). I don't mind using any shipping module. I'm thinking the best one to use is the table flat rate module, but I'm not sure how to hide the rate. I've read on several posts where other people were asking about this, but they never got an answer. Does anyone know? Thanks.

  2. #2
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Hiding Shipping Rate

    Anyone have any idea or workaround? I want to implement shipping methods where the $0.00 rate is replaced with (TBD) To Be Determine or Just completely blank. This blank charge should go throughout the entire checkout process. The tried the static list shipping module, but still cannot get the rate of $0.00 to disappear.

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

    Default Re: Hiding Shipping Rate

    Let's say I was using the Item Rate item shipping module ...

    You would see the code:
    PHP Code:
          $this->quotes = array('id' => $this->code,
                                
    'module' => MODULE_SHIPPING_ITEM_TEXT_TITLE,
                                
    'methods' => array(array('id' => $this->code,
                                                         
    'title' => MODULE_SHIPPING_ITEM_TEXT_WAY,
                                                         
    'cost' => (MODULE_SHIPPING_ITEM_COST $item_total_count) + MODULE_SHIPPING_ITEM_HANDLING))); 
    That builds the output for this ...

    You can alter that based on certain conditions to display something else ...
    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!

  4. #4
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Hiding Shipping Rate

    Hi Ajeh,
    Thanks for the reply. I'm very new to PHP right now so I don't want to dig too deep into changing codes. Where can I find this file in case I would like to dig in? I'm going to keep it simple and leave the $0.00 in the rate but have additional text to tell the customer that the shipping is not free. Thanks for your help.

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

    Default Re: Hiding Shipping Rate

    I am not sure what shipping module(s) you are really using as you reference the table flat rate ... and we have a Table Rate table and a Flat Rate flat ...

    All shipping modules are located in:
    /includes/modules/shipping

    all associated language files are located in:
    /includes/languages/english/modules/shipping
    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!

  6. #6
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Hiding Shipping Rate

    Hi Ajeh,
    I'm open to any shipping module that will provide this resolution. Currently I'm using table rate to support people who want Ground shipping. The cost of shipping will be based on the order's subtotal.

    I want to also offer Express shipping for Next Day, 2nd Day, and 3 Day, but I don't want the $0.00 to show up. Because even though I put a message in there stating TBD (To Be Determine), customers just don't pay attention and they still look at the price.

    I was thinking of using the static shipping list module addon, but that still shows the $0.00.

    So what module do you think I should use and how can I modify it so that it hides the rate for the express shipping methods.

    Thanks!

  7. #7
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Hiding Shipping Rate

    Anybody have any ideas or suggestions to implement this?

  8. #8
    Join Date
    Apr 2008
    Posts
    150
    Plugin Contributions
    0

    Default Re: Hiding Shipping Rate

    Similar problems here.
    Currently we are using the zone shipping option only, since none of our items have a weight associated with them yet.

    I used the stylesheet to take the shipping value off of the site pages. That takes care of the $0.00 shipping value being displayed between the subtotal and total.
    But the $0.00 is still quoted in the emailed order confirmation to the customer.

    This mod looks close to what we may need.
    http://www.zen-cart.com/index.php?ma...roducts_id=480
    But it still displays a $0.00 default shipping price.

  9. #9
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Hiding Shipping Rate

    Joseph,
    Where did you make the change in the stylesheet? Thanks.

  10. #10
    Join Date
    Apr 2008
    Posts
    150
    Plugin Contributions
    0

    Default Re: Hiding Shipping Rate

    This may help you until a better solution comes about.

    #otshipping {
    display: none;
    }

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 12 Feb 2013, 01:23 AM
  2. Rate Table Shipping plus Flat Rate Shipping
    By JRayfield in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 28 Dec 2008, 12:23 AM
  3. Flat Rate shipping challenge - need a separate rate for a few heavier items
    By Nigel Lew in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 27 Jun 2008, 10:07 PM
  4. Help with hiding table rate?
    By Nixak in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 22 Dec 2007, 03:02 PM
  5. Flat rate shipping-one rate euro, one rate international
    By schwimwastaken in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 11 Oct 2006, 04:59 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