Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

toystoreking

Archived
  • Posts

    11
  • Joined

  • Last visited

Posts posted by toystoreking

  1. i dont use products extra fields. since i do custom work it is easier to add the required fields manually to the database and then program them into the specific pages required, as well as adding them into easypopulate.

    if you dont want the fields displayed, simple, use an if statement to check to see if there is data in the field.

     

    trying to get this contribution to work with a floating field is pretty tough to do.

    and since you are usually only adding from 3 to 10 fields, piece of cake to add those to a site and ep together.

     

     

    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

  2. Mike, see post 433 in this thread for the solution to your problem (I hope) and post 461 is a fix you may need later when you find some variables are missing from your session.

     

    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

  3. 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

  4. 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

  5. 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

×
×
  • Create New...