Greetings,
I am working on a site that will issue a %10 discount to members of an external site. The site provides code examples on how to interface with the system here: http://ba.brewersassociation.org/ws/ahamember.asmx
If the member number entered is valid the system returns the following XML:
If valid, a discount would be applied to the customers order.<memberstatus MemberID="00000001">
<FullName>John Doe</FullName>
<IsMember>true</IsMember>
<MemberInfo Type="AHA" Status="A" Expiration="2012-10-31T00:00:00" />
</memberstatus>
Any ideas on where to start with this one? I've spent a lot of time around code but am not that familiar with ZC.
I really appreciate your help!
Cheers,
Sean-Paul


Reply With Quote

