AutoCommand 20036 Guia de Instalação Página 23

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 183
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 22
23
<add key ="grpItemTree" value ="ClubMgmt Group"/>
<!-- Set grpPayType to the payment type to use for the group creation sale
-->
<add key ="grpPayType" value ="Other"/>
<!-- Set grpAccountType to the account type to assign to the groups that
get created -->
<add key ="grpAccountType" value="5"/>
<!-- Set grpReturnURL to the URL that gets inserted into the group create
email, e.g., https://www.greatskiing.com/ecommerce/GrpLogin2.aspx -->
<add key ="grpReturnURL" value
="http://localhost/clientsite4/GrpLogin2.aspx"/>
<!--Set grpCreate to the template to email to the user when a group is
created -->
<add key="grpCreate" value="template/CreateGroup.txt" />
<!-- Set grpSubjectForEmail to the subject for the email that gets sent
after a group is created -->
<add key ="grpSubjectForEmail" value ="New Group Created"/>
<!-- Set grpMessageForMembers to the message to display once the group has
been created -->
<add key="grpMessageForMembers" value ="Your group is being created.
Please check your email for more details."/>
This functionality also requires the following email templates: CreateGroup.txt and CreateGroup.html.
These templates can contain the following fields which get populated when the email is generated:
{{club owner}} Group Leader name
{{Nick Name}} Group Login name.
{{owner password}} Group Leader password
{{member password}} Group Member password
{{url}} the URL that gets set in the "grpReturnURL" key
Fields in the guest record for the purchaser in an E-Commerce sale can now be handled
differently from fields in the guest record for guests attached to products
Fields in the guest record for the purchaser in an E-Commerce sale can now be handled differently from fields in
the guest record for guests attached to products. This is made possible by the addition of the following keys to the
web.config file:
<add key="PurchaserDispRows" value="guest_no, first_name, last_name, address,
city, state,zipcode, phone, email, username, password" />
<add key="PurchaserEditRows" value="first_name, last_name, address, city,
state, zipcode, phone, email, cardonfile, username, password" />
<add key="ExistingPurchaserHideRows" value="" />
Vista de página 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 182 183

Comentários a estes Manuais

Sem comentários