Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mr_biggles

Archived
  • Posts

    71
  • Joined

  • Last visited

Profile Information

  • Real Name
    ian

mr_biggles's Achievements

  1. Hello, i am getting some weird goings on in my admin section. I installed the guest review contrib, and then the review approval contribution also. I tested it and all seemed to be working fine. Recently i went into the secton again after entering more contribs and it has gone whacky ! I get these error messages on SOME of the reviews i input: When i input a new review it is not saving the user name, also in admin i have TWO reviews from the one i inputted, one works (except the username) and the other gives the error messages I don't remember editing any pages that this contrib effects, any mods i have made i have used a code comparing program so i do not replace files but just add the new code. Anyone have any ideas whats wrong ? I have compared the files the warning messages refer to to original files and they are no different! Quite simply i am really stuck !
  2. Anyone using STS and an auto price updater ? I want to show the actual price including any options chosen under the drop down attribute menus. Any help appreciated. Ta
  3. I too want this feature but cannot get the price to update - it always shows ?0.00 anyone know whats wrong? btw, i am using sts if it makes any difference
  4. i simply cannot get a new info box to appear on my site? i have followed all the instructions but these are old posts so things may have changed - i don't know! Also, the specials box isn't in the column_left/right files how does it get displayed? Anyone help? Cheers, Ian
  5. Hmmmm i deleted all the gobals lines and it works! is this correct!? lol
  6. Hi, i installed teh contribution Discount Plus - Version 1.1 All seemed well but when i go to product attributes in admin i get the following error: <?php /* $Id: products_attributes.php,v 1.52 2003/07/10 20:46:01 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); $languages = tep_get_languages(); // >>> BEGIN REGISTER_GLOBALS // These variables are accessed directly rather than through $HTTP_GET_VARS or $_GET later in this script link_get_variable('option_page'); <--- line 17 ---> link_get_variable('value_page'); link_get_variable('attribute_page'); // <<< END REGISTER_GLOBALS $action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : ''); if (tep_not_null($action)) { $page_info = ''; if (isset($HTTP_GET_VARS['option_page'])) $page_info .= 'option_page=' . $HTTP_GET_VARS['option_page'] . '&'; if (isset($HTTP_GET_VARS['value_page'])) $page_info .= 'value_page=' . $HTTP_GET_VARS['value_page'] . '&'; if (isset($HTTP_GET_VARS['attribute_page'])) $page_info .= 'attribute_page=' . $HTTP_GET_VARS['attribute_page'] . '&'; if (tep_not_null($page_info)) { $page_info = substr($page_info, 0, -1); } any ideas what i have broken? i havent even updated this page! cheers, Ian
  7. I tried this contribution for a hour or so and no joy. The instructions are BAD ! what files am i supposed to alter and what am i supposed to delete? People here talkin about the orders.php but i never saw an instruction to alter that! After a lot of messin around i found this one: http://www.oscommerce.com/community/contributions,2487 Way way way simpler, one mod in one file (it tells you the name of the file to change on the contrib page) and it seems to be working. Anyone have clearer instuctions on this one? and will it actually do anything better/different? Ian
  8. I HAVE FINALLY GOT NO ERRORS !!! what i did was -- change <!--$headcontent--> to $headcontent in both sts_template.html and product_info.php.html then i added the following javascript to the head because for some reason sts wasnt adding it ! <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le ft=150') } //--></script> I also cleared out all other bits between <head> and </head> so my head now looks like <head> $headcontent <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le ft=150') } //--></script> </head> Doing this finally got rid of the errors caused, i think, by the repeated tags created by sts This is probally wrong but to hell with it! no-one seems to be able to get STS actually working properly anyway ! Cheers! ;)
  9. yours seems to be working ok ! I took a lok at your source code and saw why mine wasnt! the application top 2 was printing this: <!-- start get_javascript(applicationtop2header) //--> <!-- end get_javascript(applicationtop2header) //--> with no java code in like yours! My pop up images now work! lol i am still getting page errors tho ! anyone know why??? http://www.shop4beds.co.uk/catalog
×
×
  • Create New...