osCmax v2.5 User Manual
Results 1 to 6 of 6

Understanding of the Login System

This is a discussion on Understanding of the Login System within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I've been tasked with putting a custom login on one of our websites. I noticed that the login page is ...

      
  1. #1
    Member
    Join Date
    Sep 2009
    Posts
    30
    Rep Power
    0


    Default Understanding of the Login System

    I've been tasked with putting a custom login on one of our websites. I noticed that the login page is already preconfigured for 1)Login and 2)New Customers.

    I've also noticed that when the login script is used in the Login Infobox, there is a SID number that is passed along with the action=process.

    1)Is this SID unique to the installation of OscMax per store
    2)Is it required to run the script with my form or can I omit it.

    If there is any informaton other than the wiki which goes into greater depth of each of the modules in OscMax I would appreciate it.

    I've been reading the wiki and manual and it has helped.

    Thanks to ridexbuilder, pgmarshall, and michael for helping me understand where to get the information I need.

    And thanks to ridex for the "freebies"

    Dino

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Understanding of the Login System

    Quote Originally Posted by dinotech View Post
    I've been tasked with putting a custom login on one of our websites. I noticed that the login page is already preconfigured for 1)Login and 2)New Customers.

    I've also noticed that when the login script is used in the Login Infobox, there is a SID number that is passed along with the action=process.

    1)Is this SID unique to the installation of OscMax per store
    2)Is it required to run the script with my form or can I omit it.

    If there is any informaton other than the wiki which goes into greater depth of each of the modules in OscMax I would appreciate it.

    I've been reading the wiki and manual and it has helped.

    Thanks to ridexbuilder, pgmarshall, and michael for helping me understand where to get the information I need.

    And thanks to ridex for the "freebies"

    Dino
    SID is short for session identification - and is unique per user per visit. Without a SID the store would have no way to easily identify the person....or you can force people to used cookies.

    If you omit it then if people ADD in there cart THEN login - they lose there session and after they have logged in they may get a new session and lose what they saved....


    The login box is easy to add - just turn it on. To force login (before purchaseing or even viewing prices or your site - there are mod for that already.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  3. #3
    Member
    Join Date
    Sep 2009
    Posts
    30
    Rep Power
    0


    Default Re: Understanding of the Login System

    I understand the login box, but I'm looking to add a custom login where I have my own input boxes.

    the action= would be

    http://www.mystore.com/store/login.php?action=process

    given the appropriate input boxes are properly labeled correct?

    Thanks.

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Understanding of the Login System

    You can fairly easily add additional input boxes... Even add that to the DB if need be. But for a login box - I am not sure why you would add additional information for login - other than maybe "remember me" type of cookie setting...
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  5. #5
    Member
    Join Date
    Sep 2009
    Posts
    30
    Rep Power
    0


    Default Re: Understanding of the Login System

    Okay, take a look at the custom login. It's a work in progress, but I think I've got the forum action.
    http://www.happyhousepets.com

    The login is an action=process

    My own input boxes meanst that I have my own forum (my bad on stating that earlier) so it is essentially the same thing just configured differently. The code was already there, I just needed the form action to be correct.

    Let me know if you see anything wrong with that setup.

    Thanks again for your help.

  6. #6
    Member
    Join Date
    Sep 2009
    Posts
    30
    Rep Power
    0


    Default Re: Understanding of the Login System

    I found this in the BTS tutorial

    <?php echo tep_href_link(FILENAME_LOGIN, 'action=process', 'SSL'); ?>

    If I place that in my action section of the form, it should process it with SSL correct?

    I assume FILENAME_LOGIN is located in /includes/english/english.php?

    Thanks everyone for putting up with my questions!

    Dino

Similar Threads

  1. help understanding form_check...
    By blackhawk in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 10-29-2009, 03:24 PM
  2. order process understanding...
    By blackhawk in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 10-02-2009, 06:28 PM
  3. help understanding product and attribute quantity
    By blackhawk in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 09-24-2009, 12:05 PM
  4. Removing login and account system completely?
    By rbudj in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 08-06-2005, 12:34 PM
  5. Help Understanding Categories
    By davec69 in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 09-25-2004, 07:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •