Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

LaurenElise

Pioneers
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • Real Name
    Lauren Macgregor

LaurenElise's Achievements

  1. I dont seem to be able to get the redirection to work either. Here is the code: # Redirect index.php to domain.com RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://www.seedbeading.com.au/ [R=301,L] # Redirect domain.com to www.domain.com RewriteCond %{HTTP_HOST} ^seedbeading.com.au [NC] RewriteRule ^(.*)$ http://www.seedbeading.com.au/$1 [L,R=301] I also checked the config file and this already has the 'www' in the http Has anyone had any luck getting this part working?
  2. I've almost got this working after battling through a number of errors. But now I've realised that in the checkout its skipping the 'delivery information' page! I have no idea why this is happening and Ive been going through each file double checking that I''ve done everything correctly. I installed the new re-packed version 5.20a, plus a few files from the 5.19 version because I wasnt able to get it going for a while. I fairly much have everything working (i think) but its just totally skipping the delivery information page all together. Its possible Ive just missed a step or something like that, but Im not sure where to start looking. Worst case I'll hire someone to look at it for me, but I think im really close to getting it going. Does anybody know where I would look for the error? Im no coder, so Im a bit lost!
  3. I have the same problem, can anyone tell me what code is required to fix this? Im also having issues with stock not decreasing
  4. Im having issues with stock levels not decreasing and emails not being sent. Sometimes the stock level does update though, not sure why it only happens sometimes. I have version 2.3.4 of IPN Oscommerce RC2 PHP 4.4.4 MySQL 4.1.22-standard Anyway Ive gone through the troubleshooting guide and - I have the ext folder copied over to the catalog folder - Ive opened this link in my browser and its blank as it should be: http://yourdomain.com/catalog/ext/modules/...pal_ipn/ipn.php - Im still waiting to hear back from my provider to check about the shared ssl and curl It seems as though if customers arent returning to my site its not registering the sale properly, and if they do return to the site it works fine. Problem is that most people appear to not be returning to the site and I cant keep up with stock levels PLEASE HELP!!!
  5. I've just installed this contribution and it appears to be working - I can see it in admin and the urls have changed. Except now Im getting errors at the top of the website, top of admin and while using the shopping cart: www.seedbeading.com.au Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/seedbead/public_html/includes/functions/html_output.php:388) in /home/seedbead/public_html/includes/functions/sessions.php on line 101 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/seedbead/public_html/includes/functions/html_output.php:388) in /home/seedbead/public_html/includes/functions/sessions.php on line 101 Im hoping it will be a simple fix, because I really want to use this contrib but I need to get this fixed quickly. Im a real novice at this so Im sort of after 'php advice for dummies' lol Im using the version 2.1e Should I try a different version perhaps? I've also just installed the 'meta tags on the fly' contrib so Im wondering if this might be conficting
  6. I was thinking about installing this contribution because Id like to be able to let customers sign up for the newsletter without registering. But it seems as though everyone is having nothing but trouble with it, after looking at all these posts. Does anyone recommend this contribution or is there a better alternative?
  7. Ok well Ive now figured it out. There is an error in the instructions: Installation instructions Error: **CATALOG STEP 2 --> DEFINE catalog/includes/filenames.php: // define_mainpage define('FILENAME_MAINPAGE', 'define_mainpage.php'); // define_mainpage_eof REPLACE WITH: // define_mainpage define('FILENAME_DEFINE_MAINPAGE', 'define_mainpage.php'); // define_mainpage_eof I finally have it all working. Just thought I would post here incase anyone else runs into similar problems as I have.
  8. Ok well Ive figured out that I was getting confused between the code for the B2B contribution and the original version. The errors are now gone and I can edit the text in admin but now I still have one problem. When I edit the text in admin it doesnt show up on the main page. Can anyone point me in the right direction for fixing this?
  9. I have just installed the define mainpage contribution and Im getting a few errors now and im a bit confused about what I need to do. I have the version 1.3 and followed the directions but now I am getting this error on my main page 1054 - Unknown column 'customers_group_id' in 'field list' select customers_group_id from customers where customers_id = '' An im also getting the error TEXT_FILE_DOES_NOT_EXIST in my admin. I found the directions a bit confusing (im pretty new to this). It says to install the files define_mainpage0.php, define_mainpage1.php and define_mainpage2. I found a file named define_mainpage.php but not the others, so I copied and renamed this file and put them in the appropriate locations (as per instructions). I noticed that on the contributions page it said that some of the code was incorrect in the instructions. I dont have b2b installed however so im not sure if that part of the code is relevant for me. But in the instruction I have it does mention b2b, so Im now wondering if Im not meant to put this part of the code in: // define_mainpage for B2B define('FILENAME_DEFINE_MAINPAGE0', 'define_mainpage0.php'); define('FILENAME_DEFINE_MAINPAGE1', 'define_mainpage1.php'); define('FILENAME_DEFINE_MAINPAGE2', 'define_mainpage2.php'); // define_mainpage for B2B I also noticed that some parts of the code in the instructions had an underscore eg FILENAME_DEFINE_MAINPAGE_0 and some parts didnt FILENAME_DEFINE_MAINPAGE0 could this be part of the problem? If anyone can point me in the right direction that would be great, Ive been searching for an answer since last night and cant seem to find any clear answers.
  10. I would also love to know the answer to this question. Ive just set up my shop and paypal standard. I went to test the checkout and got the same error message. My host provides a ssl certificate apparently but Im new to all of this so not too sure where im going wrong. Any suggestions would be appreciated :blink:
  11. I have just installed this contribution and it works wonderfully. I did find that I had to go back and change <?php echo $pagetext; ?> back to <?php echo TEXT_MAIN; ?> Because it was removing the text from the main page and replacing it with the text that should have been in the new pages I was creating. It now seems to be working perfectly (touch wood) all pages are linking and displaying, and the front page is displaying properly. So it may be that you dont need complete this step to get it working. im new to this though, this is just my personal experience with the contribution
×
×
  • Create New...