Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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 :]

Posted

Adam,

 

You purchased a template that could be coded 1 of 100 ways, your best solution is to contact the template supplier for support.

 

 

 

 

Chris

Posted

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

Posted

Adam,

 

 

That is one poorly coded template. If I were you, I would get my money back.

 

 

 

 

Chris

 

 

 

Chris

Posted

Oh Brilliant, This is where being a Novice certainly does not pay.

 

Thank you for your advice, any tips you could give me to be able edit the header just for the time being?

 

Adam

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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