How do I edit the Checkout Shipping? I want to add about the shipping like "Please Note: your order should be shipped within 5 to 7 days."
How do I edit the Checkout Shipping? I want to add about the shipping like "Please Note: your order should be shipped within 5 to 7 days."
Try editing a copy of this file /includes/languages/english/checkout_shipping.php
and look for this to edit/add to
Might try thisCode:define('TEXT_CHOOSE_SHIPPING_METHOD', 'Please select the preferred shipping method to use on this order.');
Code:define('TEXT_CHOOSE_SHIPPING_METHOD', 'Please select the preferred shipping method to use on this order.</br>Note: Shipping takes 5-7 days.');
Zen-Venom Get Bitten