PDA

View Full Version : E-mailing passwords, coupon codes


Brutus
03-Mar-2003, 08:51 PM
Hi,
I've recently started using Actinic v6 as our webstore and have found it pretty powerful in being able to adapt to most of our store needs with custom scripts. However, I was wondering if there is an easy way to implement e-mailing of user passwords and attaching coupon codes to products on the webstore. As far as I've seen in the documentation, these are not standard features in Actinic business 6, but seem like pretty standard things that are available on most e-commerce sites. I'd like to know if anyone's been able to implement these types of features and how easy they would be to add as custom scripts. Thanks in advance.

Jan
04-Mar-2003, 09:05 AM
You can email passwords for customer accounts in V6, there is a button on the buyer tab in customer accounts.

Regards,

Brutus
04-Mar-2003, 02:09 PM
I was aware of that option, what I meant is like a "forgot your password" link that automatically re-sends login information to the e-mail address from the store instead of on the back end.

cdicken
05-Mar-2003, 11:42 AM
There is no way to do this in Actinic, so you would be looking at something custom. If you do a 'File | Export' you can export all your customer accounts and buyers as a text file. There may be a way to format this information into something that can be accessed via a custom script call.

Brutus
12-Mar-2003, 08:05 PM
Is there a way to access this customer information in the actinic database directly on the server instead of having to access a manually exported and unsecure text file that contains the information?

cdicken
13-Mar-2003, 03:23 PM
I'm afraid not as the customer information online is encrypted for security reasons.