Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kasja2008

Archived
  • Posts

    46
  • Joined

  • Last visited

Profile Information

  • Real Name
    Kate Vereshaka

kasja2008's Achievements

  1. I think this has something to do with my STS. I have removed the call for the customer_testimonials module from my sts_user_code.php and the problem is gone. I will reinstall it and see how I go.
  2. Thanks for your reply. I am using STS so the header information is still there, but I am not calling for it in my templte. Here is my header.php anyway. But am not sure if this is where the problem would be because I duplicated all of my files across to this new site. Before they were all working correctly. <?php /* $Id: header.php,v 1.42 2003/06/10 18:20:38 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // START STS PLUS 4.0 $sts->restart_capture ('applicationtop2header'); // END STS PLUS 4.0 // check if the 'install' directory exists, and warn of its existence if (WARN_INSTALL_EXISTENCE == 'true') { if (file_exists(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/install')) { $messageStack->add('header', WARNING_INSTALL_DIRECTORY_EXISTS, 'warning'); } } // check if the configure.php file is writeable if (WARN_CONFIG_WRITEABLE == 'true') { if ( (file_exists(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php')) && (is_writeable(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php')) ) { $messageStack->add('header', WARNING_CONFIG_FILE_WRITEABLE, 'warning'); } } // check if the session folder is writeable if (WARN_SESSION_DIRECTORY_NOT_WRITEABLE == 'true') { if (STORE_SESSIONS == '') { if (!is_dir(tep_session_save_path())) { $messageStack->add('header', WARNING_SESSION_DIRECTORY_NON_EXISTENT, 'warning'); } elseif (!is_writeable(tep_session_save_path())) { $messageStack->add('header', WARNING_SESSION_DIRECTORY_NOT_WRITEABLE, 'warning'); } } } // check session.auto_start is disabled if ( (function_exists('ini_get')) && (WARN_SESSION_AUTO_START == 'true') ) { if (ini_get('session.auto_start') == '1') { $messageStack->add('header', WARNING_SESSION_AUTO_START, 'warning'); } } if ( (WARN_DOWNLOAD_DIRECTORY_NOT_READABLE == 'true') && (DOWNLOAD_ENABLED == 'true') ) { if (!is_dir(DIR_FS_DOWNLOAD)) { $messageStack->add('header', WARNING_DOWNLOAD_DIRECTORY_NON_EXISTENT, 'warning'); } } if ($messageStack->size('header') > 0) { echo $messageStack->output('header'); } ?> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> <td width="150" align="center"><?php require(DIR_WS_BOXES . 'image_in_cart.php'); ?></td> <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> | <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> </td> </tr> </table> <?php if (isset($HTTP_GET_VARS['error_message']) && tep_not_null($HTTP_GET_VARS['error_message'])) { ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="headerError"> <td class="headerError"><?php echo htmlspecialchars(urldecode($HTTP_GET_VARS['error_message'])); ?></td> </tr> </table> <?php } if (isset($HTTP_GET_VARS['info_message']) && tep_not_null($HTTP_GET_VARS['info_message'])) { ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="headerInfo"> <td class="headerInfo"><?php echo htmlspecialchars($HTTP_GET_VARS['info_message']); ?></td> </tr> </table> <?php } // START STS PLUS 4.0 $sts->restart_capture ('header'); // END STS PLUS 4.0 ?>
  3. Hi there, This message is appearing at the top of every page on my site. http://www.kaizenhealth.com.au I just copied all the files on this site from a directory on my other site (http://www.twinsashi.com/health), where this problem did not exist. I have made sure that TEXT_NO_TESTIMONIALS is defined in the correct place, I have also tried defining it in english.php, but then the error still occurs bus has the definition instead of the above mentioned text. If anyone can please help me, I would very much appreciate it. I don't know what else to do. Thanks in advance! Kate
  4. Is there anyone who can help me? My Xsell box is not showing up at all...I have read through many posts but can't find a solution and don't really know what else to do. Myr URL is http://twinsashi.com Thanks!
  5. Hi there, I have installed credit class gift vouchers v5.16 and all is working well except for the restricted categories. It is either all or none. When the field is blank, all categories get through...when the field has ANYTHING in it (eg. 24, 32), EVERYTHING is restricted. Please can someone help me with this or tell me where I should go to ask someone who can help? Much appreciated! Kate
  6. Hi there, On my site www.twinsashi.com/catalog/index.php I am having a problem on my product info.php. In the normal master listing, the slaves in the table can be selected and added to cart, but if the slave itself is selected (ie if the link has been clicked and the information etc for the individual slave is displayed) then there is an add to cart button, but no quantity field, so it can not be added to the cart. To overcome this, I disabled all the links in the master listing page so that the slaves can't actually do anything except be viewed and purchased. The problem is that when I want to have something on special, or to show my best selling products, customers have to link to the slave, but when they get there they can't actually purchase it. My site is just about to go live...apart from a couple of minor tweaks it is completely ready. All except for this problem. Please can somebody help me? I would be very grateful! Kate
  7. Hi everyone, My site: http://twinsashi.com/catalog/index.php is almost ready to go live, but I have one problem. When slaves are selected, there is no drop down box for quantity, nor for attributes, and the product is not added to the cart when selected. To overcome this, I disabled all links to slaves throughout the site, but now I have run into a problem with my specials. I can't have the master listed as it doesn't have a price. I only want to list the slaves, but they can't actually be selected. This is the last major problem that I have...and then I am ready to go live. Please can somebody help me?? Thanks! Kate
  8. Hi there, I have Master Products working well on my site, except for one problem - the chosen slave attributes don't seem to register, and they aren't present in the shopping cart page, or box, or the final invoice. Is anyone able to help me with this? I would appreciate it very much! Thanks for the continued support, and for a fantastic contribution!!
  9. Hi there, Can someone please give me some advice about combining the STS and Master products mods? I am sorry if I am repeating a previous post...I have made so many mistakes and had to ask so many questions that I have lost track. :blush: My stie: http://twinsashi.com/catalog/product_info....&products_id=19 is currently under construction, and I am having a problem with two things: 1. As you can see on the link, my template is messed up when I have slave products. I have searched for several hours, and tried many things, but without success. 2. I want to achieve exactly the same effect that used at the Bean Central Coffee website ( http://beancentral.com/catalog/product_inf.../products_id/29 ), with the drop down options for each slave. Again, I have spent many hours, followed the instructions from many people throughout the support thread, and racked my brains, but still can't work this out. Can someone please help me?
  10. Hi, I have just installed ACA on my site, but was already running STS Plus. Everything seems to have worked fine, except the one thing I really want...category descriptions. I am getting the following error message: Warning: main(/hsphere/local/home/twinsash/twinsashi.com/catalog/includes/languages/english/modules/categories/category_description.php): failed to open stream: No such file or directory in /hsphere/local/home/twinsash/twinsashi.com/admin/modules.php on line 152 I have followed all the instructions, but can find no solution. Can someone please help me?? Thanks in advance!!
  11. He there, I have installed STS, along with the Master Products mod. http://twinsashi.com/catalog/product_info....&products_id=19 The problem is that when I select a product that has a 'slave' linked to it, for some reason the formatting on my page goes haywire, and I lose the bottom of the page, with the footer winding up somewhere in the middle. Could anyone please have a look at this and let me know if you can reccommend a solution? Thank you for your help! Kate
  12. Sorry. I don't really understand your question. I am trying to have two stores on my site, with two totally different appearances. Thanks!
  13. Hi there, I need some advice...last night I installed multi stores, and now my site has no main content on any of the pages. My URL is http://twinsashi.com/catalog/index.php Also, I can't install any modules in my admin (ie. shipping, payment etc). They just aren't there...but they are all there in my catalog. Where did I go wrong?? Thanks again in advance!!
  14. Hi there, I am trying to use a background image for my shopping cart box, and only use the heading "SHOPPING CART", with a line beneath that just says "You have "?" items in your cart" (number of items). Is this possible? I would really appreciate some advice. Thanks in advance!
×
×
  • Create New...