This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//This is a replacement for the /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_shipping_estimator.php. | |
//There are two areas that were changed, just look for the //-bof and //-eof comments | |
// Use when you don't want the Available Shipping Methods table to display on the | |
//http://yoursite(dot)com/index(dot)php? main_page=shopping_cart page until you enter the location and postal code | |
//information. This way all the available shipping methods are displayed together. (flat rates as well as UPS) | |
} | |
} | |
if($_SESSION['cart']->get_content_type() == 'virtual'){ | |
?> |
NewerOlder