Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Template customization


tabarnew

Recommended Posts

Hi all,

 

I have just brought a template and i am now trying to customize it.. It seems harder than i thought.

 

I am trying to change the text of the menu bar across the top and the infobox headings... can not seem to find anything to let me do this.. any ideas.

 

www.adulttoybarn.co.uk/catalog/index.php

 

Cheeers :]

Link to comment
Share on other sites

All the advice they can offer is that it can be edited in the includes/header.php

 

This is what i find in that file.

 

 

<?php

/*

$Id$

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2010 osCommerce

 

Released under the GNU General Public License

*/

 

if ($messageStack->size('header') > 0) {

echo '<div class="grid_24">' . $messageStack->output('header') . '</div>';

}

?>

<?php if (strpos($_SERVER['REQUEST_URI'],'.php')) {?>

 

 

<div >

<div id="storeLogo"><br clear="all"></div>

 

<?php

 

 

//$curt= new bm_shopping_cart();

//$curt->execute_1();

 

?>

 

 

Could anyone shed some light on how i would edit that? or if the edit file is located somewhere else?

 

Cheers, Adam

Link to comment
Share on other sites

Adam,

 

You may want to seek out professional help to make the changes you want. I am sure the code can be edited but because the template does not follow standard structure, locating it and making the changes is much harder.

 

 

 

Chris

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...