MX Shop Forum :: new user login

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Paddy O Connell
04-17-2007 17:35:53 GMT +2

Hi,

I am using the standard MXshop to build an limited access application whereby only users at a particular email address can create an account and login to the shop application. 

What I'm trying to do is create a login where the users email name part myname is entered into the "email_usr" field as normal but the rest of the address @theurl.com is taken from a dropdown menu (which I have created in the database) containing the authorised company email address from a select element "email_suff" which is being populated from the new table in the database. 

I have managed to enable the send email part of the page "newuser.php" by using this

$emailObj->setTo("<{email_usr}{email_suff}>");

in the welcome email trigger so it joins the two parts and sends the email correctly but my limited skills are making it difficult for me to work out how to alter the insert transaction to take these two elements, join them and insert them into the "email_usr" field in the "users_usr" table in the database.

I have created a "email_suff" field in "users_usr" table in the database and in the insert transaction and have tested that this value can be inserted into the database individualy but I don't really want this I need to join the two values "email_usr" and "email_suff" and insert them into the "email_usr" field so the rest of the system works as normal eg. forgotten password, login etc.

Can anyone point me in the right direction?

Back | Reply | Quote | Top
Razvan Racasanu[InterAKT]Adobe Systems Romania staff
04-17-2007 18:19:52 GMT +2

Hello,

I'm sorry but we cannot help you with this, as it requires custom code and we are not offering commercial support anymore. Maybe someone else reading this forum might be able to help you.

Regards,
Razvan RACASANU

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.