Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

eveorgan

Pioneers
  • Posts

    25
  • Joined

  • Last visited

Everything posted by eveorgan

  1. Hi Barbara, What a great help! I've made lots of changes. However, I still can't seem to find where to change the text for the product categories which appears on the left of the site. I've tried just about everything in the stylesheet & I can't seem to change the colour and size of that text, or the width of the actual box they're in. :(
  2. Hi Barbara, That sounds like just what I need! I've had a search for the contribution and I can't seem to find it - do you know what it's called? Thanks so much! x
  3. Hi everyone, Just wondering if anyone here is cluey with the design side of oscommerce? Basically I just want to alter my side navigation bar (where all the categories of products are shown.) At the moment they're just shown in plain text, not very big or bold, and really not noticeable enough - I want to make the text a lot bigger & bolder and maybe even give the links a background colour so that it looks more like a navigation bar and draws a bit more attention. Any ideas? :) x
  4. Hi Everybody, I have 2 problems which I wanted to knock on the head, I thought this would be the best place to come as everyone's been so helpful so far. They're fairly simple problems i think, but i've no idea how to go about fixing them - any ideas please let me know. Firstly: When a customer tries to log in but forgets their password, they click on 'forgot your password?' - and it takes them to a page asking them to enter their email address, and telling them that a new password will be sent to them. Once they type their email address, however, and press 'continue' - this error comes up: Warning: sprintf() [function.sprintf]: Too few arguments in /home/eveorgan/public_html/password_forgotten.php on line 36 Warning: Cannot modify header information - headers already sent by (output started at /home/eveorgan/public_html/password_forgotten.php:36) in /home/eveorgan/public_html/includes/functions/general.php on line 33 and on top of that - when they do receive the email, it has 'new password' as its subject line, but the email is completely blank. My second query has to do with the 'Advanced Search' function. This successfully brings up relevant products, and if you see a product you want to look at and click 'details', it takes you to the product page. However, if you click on the product image to see its details (which you can usually do on all products instead of clicking 'details'), it just comes up with 'Product not found'. Any ideas on either issue? Or better, both? Thanks so much everyone, I appreciate it. xx
  5. Hi Barbara, Thank you for your reply. :) I added Security Pro the other day, but these problems have been there for some time - well before I added the contribution. I'm only just finding time to sort them out. So no, no contributions that I know of. x
  6. Hi Everybody, I have 2 problems which I wanted to knock on the head, I thought this would be the best place to come as everyone's been so helpful so far. They're fairly simple problems i think, but i've no idea how to go about fixing them - any ideas please let me know. Firstly: When a customer tries to log in but forgets their password, they click on 'forgot your password?' - and it takes them to a page asking them to enter their email address, and telling them that a new password will be sent to them. Once they type their email address, however, and press 'continue' - this error comes up: Warning: sprintf() [function.sprintf]: Too few arguments in /home/eveorgan/public_html/password_forgotten.php on line 36 Warning: Cannot modify header information - headers already sent by (output started at /home/eveorgan/public_html/password_forgotten.php:36) in /home/eveorgan/public_html/includes/functions/general.php on line 33 and on top of that - when they do receive the email, it has 'new password' as its subject line, but the email is completely blank. My second query has to do with the 'Advanced Search' function. This successfully brings up relevant products, and if you see a product you want to look at and click 'details', it takes you to the product page. However, if you click on the product image to see its details (which you can usually do on all products instead of clicking 'details'), it just comes up with 'Product not found'. Any ideas on either issue? Or better, both? :) Thanks so much everyone, I appreciate it. xx
  7. It worked! Thanks so much for pointing me in the right direction - really appreciate it. :) Crisis over. :) x
  8. Hi Everyone, I'm having a lot of problems this morning and have done some investigation & discovered that, what's happening is: If a customer is NOT logged in, and they try and write a review, or checkout from their shopping cart, - they SHOULD be redirected to the login page, because only logged in customers can do these things - but this isn't happening. Instead they're getting this error: Fatal error: Call to a member function set_snapshot() on a non-object in /home/eveorgan/public_html/product_reviews_write.php on line 16 or this error: Fatal error: Call to a member function set_snapshot() on a non-object in /home/eveorgan/public_html/checkout_shipping.php on line 16 I've looked at the files, and the code in question is this: // if the customer is not logged on, redirect them to the login page if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } Does anybody see anything wrong there??? Why is it not re-directing them properly? Does everyone else's files contain the same code, or has mine been altered somehow? If a customer is logged in, and tries to do those things, they function fine - so the issue is with the re-direction to the login page for new customers. Please help! Thanks everyone! xox
  9. Hi Germ, I just found out i'm getting the same error when I try and checkout, at checkout_shipping.php. It's just occurred to me that this has started happening after I installed Security Pro - could that be the cause do you think? Or is the problem still in application_top? Thanks so much! x
  10. Okay I just got the same message when I tried to go to the 'Checkout' page! checkout_shipping.php This is now becoming urgent :( :( I think i might know what the problem is - I just enabled security pro. Could this be the issue? Does anyone have any idea how to tackle this? :( Thanks so much everyone. x
  11. Hi Everyone, I discovered today that my product reviews page is not functioning - product_reviews_write.php. Whenever a customer tries to write a review for a product, they're faced with this message: Fatal error: Call to a member function set_snapshot() on a non-object in /home/eveorgan/public_html/product_reviews_write.php on line 16 I've had a look at the file in question and it looks exactly the same as my backed-up version, so i can't figure out what's wrong. I've copied and pasted the code up to line 16, so you can see what might be causing this: <?php /* $Id: product_reviews_write.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } Any ideas? :( xx
  12. Hi Germ, Thanks for your reply - you were right, turns out I was following the instructions a little too closely and browsing to (my site)/catalog/SecurityPro_install.php - when the 'catalog' didn't need to be there. All sorted now. :) I do have another problem for you though! I discovered today that my product reviews page is not functioning - product_reviews_write.php. Whenever a customer tries to write a review for a product, they're faced with this message: Fatal error: Call to a member function set_snapshot() on a non-object in /home/eveorgan/public_html/product_reviews_write.php on line 16 I've had a look at the file in question and it looks exactly the same as my backed-up version, so i can't figure out what's wrong. I've copied and pasted the code up to line 16, so you can see what might be causing this: <?php /* $Id: product_reviews_write.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } Any ideas? :(
  13. Hi everyone... Fairly basic problem - I tried to install Security Pro (i've been getting a lot of injection attacks) - and I followed all the steps religiously - but when I tried to browse to the Security Pro install.php, all i got was a 404 error - page not found. Anybody know why this is?? I've done all the coding and double and triple-checked it all. Just isn't working. Needless to say, it hasn't successfully loaded the Security Pro button into my admin panel, so I can't turn it on. I found another post on this issue and somebody said that they had 'switched off their STS', which has solved the problem and allowed them to browse to the file successfully. Anybody know what STS is?? How do i switch it off - and would this solve the problem? Any help would be much appreciated - I feel like i'm leaving my site open to more attacks until I get this all sorted. Thanks very much. xx
  14. What does STS mean?? I'm having the same problem as you were - when I try and browse to the security pro install, it just comes up with the following: ____________________________________________ Not Found The requested URL /catalog/SecurityPro_installer.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. ____________________________________________ I don't know what i'm doing wrong :( :( :( Please help. What do you mean by STS and how do you turn it off??? I'm working on a Mac. Thank you so much! xx
  15. Hi Everyone I just tried 'browsing' to my file in both safari and firefox (i'm on a Mac) and ALL i get is the following message: _________________________________ Not Found The requested URL /public_html/SecurityPro_installer.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. _________________________________ **** Needless to say, it has not worked, and has not installed the FWR security pro file into my admin directory. Somebody please help! I'm at my wits' end! Thank you xx
  16. Hi everyone. I am experiencing the following issue: When customers add their details to the 'create account' section of my site, and press "continue", they are presented with a blank page and this message: " Warning: Cannot modify header information - headers already sent by (output started at /home/eveorgan/public_html/includes/languages/english/create_account.php:27) in /home/eveorgan/public_html/includes/functions/general.php on line 33" Does anyone know what might be causing this?? I have copied and pasted my current 'create_account.php' file in the 'tools>define languages' section of my oscommerce admin below: If anyone can spot any mistakes, please let me know - i'd be so appreciative. :) Thanks everyone. admin>tools>define languages>create_account.php : <?php /* $Id: create_account.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Create an Account'); define('HEADING_TITLE', 'My Account Information'); define('TEXT_ORIGIN_LOGIN', '<font color="#FF0000"><small><b>NOTE:</b></font></small> If you already have an account with us, please login at the <a href="%s"><u>login page</u></a>.'); define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME); define('EMAIL_GREET_MR', 'Dear Mr. %s,' . "\n\n"); define('EMAIL_GREET_MS', 'Dear Ms. %s,' . "\n\n"); define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n"); define('EMAIL_WELCOME', 'We welcome you to <b>' . STORE_NAME . '</b>.' . "\n\n"); define('EMAIL_TEXT', 'You can now take part in the <b>various services</b> we have to offer you. Some of these services include:' . "\n\n" . '<li><b>Permanent Cart</b> - Any products added to your online cart remain there until you remove them, or check them out.' . "\n" . '<li><b>Address Book</b> - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.' . "\n" . '<li><b>Order History</b> - View your history of purchases that you have made with us.' . "\n" . '<li><b>Products Reviews</b> - Share your opinions on products with our other customers.' . "\n\n"); define('EMAIL_CONTACT', 'For help with any of our online services, please email the store-owner: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n"); define('EMAIL_WARNING', '<b>Note:</b> This email address was given to us by one of our customers. If you did not signup to be a member, please send an email to ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n"); ?>
×
×
  • Create New...