Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

damian1

Pioneers
  • Posts

    17
  • Joined

  • Last visited

Everything posted by damian1

  1. ok thanks where do i change the properties for the side panels?
  2. Hi there just wondering if there is a theme switcher addon for osc 2.2? thanks
  3. Hi Jim Bit off the post but is there a compatible version for 2.2? or is the current addon suitable? thanks :-"
  4. rather stupidly i forgot to delete line 29 :( amazingly enough as soon as I followed your instructions it all fell into place! thanks for all your assistance- you have the patience of a saint! Kind regards damian
  5. okay ive checked and rechecked where the files are supposed to be and im sure there in the right places.. should i replace the header top with the one in your distribution?
  6. again your correct of course - i downloaded a test eggplant theme - as you can probably guess im a complete novice ( but am learning fast !)ill give it a bash and let you know :)
  7. appologies have done that and no joy((
  8. And now my footer has decided to live in the header section...sigh...
  9. sorry jim ive done that but some products still appear in white boxes with white text|(i presume)... sorry to bug you on this one..apologies
  10. yas im back with another question, now my custom theme appears on only some of my products - any ideas whats going on in there? ive launched it so u can look www.personalised-giftsuk.co.uk help !
  11. Hi there havent isstalled this yet was just wondering if this would be able to give me a box that the customer can personalise his product in? any reply would be gratefully recieved:) even if its just to point me to another addon :) regards
  12. Hi there does any one know of an addon or what I would need to do to be able to put a customisable text box in my products so customers can add the text they need for each gift? it would only need to be a maximium of 60 chars for birtdates, small message etc. Im building a gift shop that sells customisable cups and cards any help would be apreciated :) obviously the text would need to be included in the checkout page and on the customers and my own confirmation. regards damian 1
  13. thanks for your support :) managed to manually put the custom theme in thanks to an earlier post of yours! im will also admit that it took me about 5 mins ! As usual im going to ask something completely of the subject and query if you know of a way I can add a box into individual products so the customer can personalise them? again thanks for all your help! Damian1
  14. Thanks for all your help on this one and yeah after I replaced it it worked fine...im having real issues installing the theme changing addon ive followed your instructions for changing the default layout but when i look for the theme roller does not appear in modules ..banging my head about this one ) kind regards damian1
  15. appologies it was a cut error :( here is the entire code for the template_top.php <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2010 osCommerce Released under the GNU General Public License */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <meta name="robots" content="noindex,nofollow"> <title><?php echo TITLE; ?></title> <base href="<?php echo HTTP_SERVER . DIR_WS_ADMIN; ?>" /> <!--[if IE]><script type="text/javascript" src="<?php echo tep_catalog_href_link('ext/flot/excanvas.min.js'); ?>"></script><![endif]--> <link rel="stylesheet" type="text/css" href="<?php echo tep_catalog_href_link('ext/jquery/ui/redmond/jquery-ui-1.8.6.css'); ?>"> <script type="text/javascript" src="<?php echo tep_catalog_href_link('ext/jquery/jquery-1.4.2.min.js'); ?>"></script> <script type="text/javascript" src="<?php echo tep_catalog_href_link('ext/jquery/ui/jquery-ui-1.8.6.min.js'); ?>"></script> <?php if (tep_not_null(JQUERY_DATEPICKER_I18N_CODE)) { ?> <script type="text/javascript" src="<?php echo tep_catalog_href_link('ext/jquery/ui/i18n/jquery.ui.datepicker-' . JQUERY_DATEPICKER_I18N_CODE . '.js'); ?>"></script> <script type="text/javascript"> $.datepicker.setDefaults($.datepicker.regional['<?php echo JQUERY_DATEPICKER_I18N_CODE; ?>']); </script> <?php } ?> <script type="text/javascript" src="<?php echo tep_catalog_href_link('ext/flot/jquery.flot.js'); ?>"></script> <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> <script type="text/javascript" src="includes/general.js"></script> </head> <body> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <?php if (tep_session_is_registered('admin')) { include(DIR_WS_INCLUDES . 'column_left.php'); } else { ?> <style> #contentText { margin-left: 0; } </style> <?php } ?> <div id="contentText"> have I not installed it in the correct format? thanks for your assistance:)
  16. Hi having followed the instructions on the download for the theme switcher link and reading the thread earlier about having to add the folders 'modules' and 'header_tags' I was presented with this error ' Parse error: syntax error, unexpected '<' in /home/wwwperso/public_html/includes/template_top.php on line 29' any ideas?.. im a complete novice with OSC so any assistance would be gratefull. Oh i should mention that it was the catalog/admin/includes/functions/modules/header_tags/ and ive added the last two folders! here is a copy of the offending code if it helps- > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" /> <title><?php echo tep_output_string_protected($oscTemplate->getTitle()); ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>" /> <link rel="stylesheet" type="text/css" href="ext/jquery/ui/redmond/jquery-ui-1.8.6.css" /><?php <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.6.min.js"></script> <?php if (tep_not_null(JQUERY_DATEPICKER_I18N_CODE)) { ?> <script type="text/javascript" src="ext/jquery/ui/i18n/jquery.ui.datepicker-<?php echo JQUERY_DATEPICKER_I18N_CODE; ?>.js"></script> <script type="text/javascript"> $.datepicker.setDefaults($.datepicker.regional['<?php echo JQUERY_DATEPICKER_I18N_CODE; ?>']); any assistance would be greatly appreciated.
×
×
  • Create New...