Jump to content

Changing the "Free Shipping" text in the footer


Recommended Posts

Hello all,

 

The newbie is back..

Ok, I figured out that I have to go in and manually edit the php file to change it from "Free Shipping" to say "$9.99 Unlimited Shipping" and I found it at: /modules/blockreinsurance/blockreinsurance.php but when I change this part:

 

$tab_texts = array(
   array('text' => $this->l('Money back guarantee.'), 'file_name' => 'reinsurance-1-1.jpg'),
   array('text' => $this->l('Online exchange.'), 'file_name' => 'reinsurance-2-1.jpg'),
   array('text' => $this->l('Payment upon shipment.'), 'file_name' => 'reinsurance-3-1.jpg'),
   array('text' => $this->l('$9.99 Unlimited Shipping.'), 'file_name' => 'reinsurance-4-1.jpg'),
   array('text' => $this->l('100% secure payment processing.'), 'file_name' => 'reinsurance-5-1.jpg')
  );

 

it doesn't change it on the site..

 

am I missing something??

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...