Results 1 to 6 of 6
  1. #1
    Join Date
    May 2008
    Posts
    36
    Plugin Contributions
    0

    Default shipping estimator button

    Can I remove the shipping estimator button off of the checkout page? We offer free shipping, and there are no alternatives to shipping, so we don't need the button.

    Thanks!

  2. #2
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: shipping estimator button

    You could comment out the shipping estimator in

    includes/templates/template_default/templates/tpl_shopping_cart_default.php

    PHP Code:
    <div class="buttonRow back"><?php echo '<a href="javascript:popupWindow(\'' zen_href_link(FILENAME_POPUP_SHIPPING_ESTIMATOR) . '\')">' .
     
    zen_image_button(BUTTON_IMAGE_SHIPPING_ESTIMATORBUTTON_SHIPPING_ESTIMATOR_ALT) . '</a>'?></div>
    Change to:

    PHP Code:
    <div class="buttonRow back"><?php /* echo '<a href="javascript:popupWindow(\'' . zen_href_link(FILENAME_POPUP_SHIPPING_ESTIMATOR) . '\')">' .
     zen_image_button(BUTTON_IMAGE_SHIPPING_ESTIMATOR, BUTTON_SHIPPING_ESTIMATOR_ALT) . '</a>'; */ 
    ?></div>
    and save to includes/templates/my_template/templates/tpl_shopping_cart_default.php

    OR

    add this to your stylesheet:

    .shippingEstimator { display: none; }

    AND change the <div class="buttonRow back">

    TO

    <div class="shippingEstimator">

  3. #3
    Join Date
    May 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: shipping estimator button

    Thank you! I'll give that a shot.

  4. #4
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: shipping estimator button

    Hang on! -- there is an admin setting for this!

    Configuration > shipping/packaging > shipping estimator display >> set to 0

  5. #5

    Default Re: shipping estimator button

    Great! thanks a lot 2

  6. #6
    Join Date
    May 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: shipping estimator button

    That worked perfectly!! What about removing the total items and weight off of the top of the page?

 

 

Similar Threads

  1. How can I "flip" layout of Back to Shopping button with the Shipping Estimator button
    By MarleneF in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 May 2010, 09:38 PM
  2. Estimator button
    By McGill in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Apr 2010, 04:16 PM
  3. Shipping Estimator: USPS shipping and mixed download/physical products
    By lat9 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Nov 2009, 03:04 PM
  4. Update button in Shipping Estimator pop up window
    By dealbyethan.com in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 7 Apr 2007, 04:51 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