tabarnew Posted September 5, 2011 Posted September 5, 2011 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 :] Quote
Guest Posted September 5, 2011 Posted September 5, 2011 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 Quote
tabarnew Posted September 7, 2011 Author Posted September 7, 2011 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 Quote
Guest Posted September 7, 2011 Posted September 7, 2011 Adam, That is one poorly coded template. If I were you, I would get my money back. Chris Chris Quote
tabarnew Posted September 7, 2011 Author Posted September 7, 2011 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 Quote
Guest Posted September 7, 2011 Posted September 7, 2011 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 Quote
tabarnew Posted September 7, 2011 Author Posted September 7, 2011 thank you for your advice Chris, It is appreciated. Adam Quote
Recommended Posts
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.