Jump to content

Matrice Theme Issue


Recommended Posts

Hey all, I am using the matrice theme, I'm converting the theme to a fashion theme.

 

However, I have a problem. When viewing the shopping cart (URL - localhost/order-opc.php), there are several heading which are - Secure payment, Quick delivery, Respect Privacy and Contact. I need to edit these as I need to input my own number on the contact section.

I have tried to edit these but there is no sign of it anywhere. I have tried to edit order-opc.php but theres only 2 lines which are:

 

require(dirname(__FILE__).'/config/config.inc.php');

ControllerFactory::getController('OrderOpcController')->run();

 

I have flicked through every file and the heading are nowhere to be seen. I have also tried looking in cart coding and nope!

 

I have attached the heading which I want to change.

 

I hope someone can put some light on this.

post-322332-0-36426000-1328301568_thumb.jpg

Link to comment
Share on other sites

Just an update. A file called order-steps.tpl has the wording:

 

 

{* Assign a value to 'current_step' to display current style *}

<div class="global_steps">

<div id="commitment">

<ul>

<li>

<h6>{l s='Secure payments'}</h6>

<p>{l s='we do not store any of your credit card details and have no access to your credit card information at any time'}</p>

</li>

<li>

<h6>{l s='Quick delivery'}</h6>

<p>{l s='we deliver within 48h with Colissimo'}</p>

</li>

<li>

<h6>{l s='Respect privacy'}</h6>

<p>{l s=' we do not sell or rent your personnal information to anyone'}</p>

</li>

<li>

<h6>{l s='Contact'}</h6>

<p>{l s='[email protected]'}<p>

<p>{l s='Phone'} : <span><b>{l s='01354 123456'}</a></b></p>

<p><a href="{$base_dir}cms.php?id_cms=5"><img src="{$img_dir}payment_logo.png" /></a></p>

</li>

</ul>

</div>

 

However, I do not think this is what I need as I have changed some stuff and even deleted the ALL coding and it still displays?????

Link to comment
Share on other sites

  • 3 weeks later...

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...