Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2012
    Posts
    40
    Plugin Contributions
    0

    Default How can I remove shipping altogether

    Under shipping on Step 1 of 3 I do not want any reference about any shipping. We invoice our customers as most are on a net 30 days. I see that there must be at least some form of shipping either store pick up , Flat rate, Free Per Item etc... I have narrowed this done to Flat Rate Best Way. I want to totally remove this box from the page. I found that if I remove this line of code with Firebug it will be removed. The problem is I can't find what sheet or file it is located in to remove it. http://www.usaofficesupplies.com/oemsupplies . Any help would be appreciated.

    <fieldset>
    <legend>Flat Rate&nbsp;</legend>

    <div class="important forward">$0.00<input type="hidden" value="flat_flat" name="shipping"></div>

    <input type="radio" id="ship-flat-flat" checked="checked" value="flat_flat" name="shipping"><label

    class="checkboxLabel" for="ship-flat-flat">Best Way</label>
    <!--</div>-->
    <br class="clearBoth">

    </fieldset>

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: How can I remove shipping altogether

    I have constructed a store with similar requirements for a customer (and friend) some time ago. All of her customers are on a 30 day account but we have given the customer(s) the option to get their orders shipped to various destinations (eg physical shops). Therefore the shipping page had to stay as is. The "payment" page had to be modified as well - all orders are on account...

    Can't give you a link to have a look-see as the site is a wholesale site requiring new customers to be approved.

    PM me for further info.

  3. #3
    Join Date
    Jul 2012
    Posts
    40
    Plugin Contributions
    0

    Default Re: How can I remove shipping altogether

    Do you know where or how to remove that line of code.

  4. #4
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: How can I remove shipping altogether

    Quote Originally Posted by dlwwalton View Post
    Do you know where or how to remove that line of code.
    The file that builds the Checkout Shipping page is

    /includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_shipping_default.php
    It requires a bit of php knowledge to modify this file, backup and take extra care when attempting to do this.

  5. #5
    Join Date
    Jul 2012
    Posts
    40
    Plugin Contributions
    0

    Default Re: How can I remove shipping altogether

    Quote Originally Posted by frank18 View Post
    The file that builds the Checkout Shipping page is



    It requires a bit of php knowledge to modify this file, backup and take extra care when attempting to do this.
    Frank I looked in the folder where you pointed me but there is no file with that name. I did find a file with that name here includes/templates/template_default/templates..

    Is this correct and if so can you tell me what I need to edit?

  6. #6
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: How can I remove shipping altogether

    Quote Originally Posted by dlwwalton View Post
    Frank I looked in the folder where you pointed me but there is no file with that name. I did find a file with that name here includes/templates/template_default/templates..

    Is this correct and if so can you tell me what I need to edit?
    I believe you are using the Andover Modern template from Picaflor Azul. So you would need to look at

    /includes/templates/andover_modern/templates/tpl_checkout_shipping_default.php
    If that file does not exist then you may need to contact Anne from Picaflor Azul for guidance. The support thread is here:

    http://www.zen-cart.com/showthread.p...Support-Thread

    Cheers / Frank

  7. #7
    Join Date
    Jul 2012
    Posts
    40
    Plugin Contributions
    0

    Default Re: How can I remove shipping altogether

    Thanks for your help Frank..

 

 

Similar Threads

  1. hide zone rates shipping altogether if not available for country
    By vandiermen in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 23 Oct 2012, 07:00 PM
  2. How do I get rid of shipping altogether?
    By Birdie in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 1 Sep 2009, 03:15 PM
  3. Removing Shipping Altogether?
    By shaza in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 29 May 2009, 05:50 PM
  4. How to remove the 'New Products Listing' altogether
    By Pauls in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 5 Feb 2007, 03:39 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