Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

toystoreking

Archived
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mike

toystoreking's Achievements

  1. InternetKev - I had the same problem. Look at post 433 in this thread and see if it helps you. -Mike
  2. I think you are right Mibble. I have been searching a lot to get this working. Maybe doing this manually will be best. BUT.........I don't know the code to do it. I can manually insert tables (the extra fields) in the DB. I know how to edit the easypopulate.php file to include the extra fields, but I don't know the code to add it to the info page. And also to have it do the check so that no data fields do not display. Can you give me a hand at this? Thanks, Mike
  3. I would also like to find a solution for this. Any help would be great. Thanks, Mike
  4. Thanks guys. That fixed the problem. ;) Also, I changed on one of code in the header. Not sure if it has been mentioned in this thread or not, but I changed: <?php } else { ?><a href="<?php echo tep_href_link(FILENAME_CREATE_ACCOUNT, 'fromlogin=1', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGIN; ?></a> | <?php } ?> To This <?php } else { ?><a href="<?php echo tep_href_link(FILENAME_LOGIN, 'fromlogin=1', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGIN; ?></a> | <?php } ?> Becuase if someone was logged out and they clicked on login, it was directing them to the account creation page. This fixed that problem, as they are now directed to the login page. ;) Thanks again, Mike
  5. I am really glad I found this Mod. A big thanks to Frank for taking the time to do this. Has anyone had these errors? When I checkout and use the PWA option, and then click "Continue" at the bottom, I get a popup script error in IE that says: Line: 63 Char: 6 Error: '$createaccount' is undefined URL: https://www.mysite.com/store/create_account.php? This was a clean install. So no other mods are affecting this. Does anyone have a fix? Thanks, Mike
  6. Hello Corinne. I am having the same problem and can't figure it out either. :( Did you ever get this to work on your site? I am installing this on a vanilla oscommerce (so there is no other contrib. that are messing it up) and still am having this problem. :( I hope someone can help. Thanks, Mike
  7. I installed the "Review Approval System v1.2 Final" and only one thing is not working for me. The redirect to the Review Notice page. After submitting a review, it takes me to the product_reviews.php page saying "There are currently no product reviews." I understand that there shouldn't be an reviews, as I didn't approvel them yet, but why isn't it sending me to the Notice page? In page product_review_write.php, it has the following, like it should. tep_redirect(tep_href_link(FILENAME_REVIEW_NOTICE, tep_get_all_get_params(array('action')))); But doesn't work???? Anyone else had this problem or know of a solution? Thanks, Mike
  8. Any update on the new version? Thanks, Mike
×
×
  • Create New...