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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 183
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 36
37
GuestPhotoUpload.aspx page will now display a message to the user if they try to upload a photo
that is larger than 4 MBytes
The GuestPhotoUpload.aspx page will now display a message to the user if they try to upload a photo that is
larger than 4 MBytes in size. The default message wording, "Image is too large to upload, please use a smaller
photo less than 4 megabytes." can be overridden using the following web.config setting: <add
key="Photo2LargeError" value="Image is too large to upload."/>
Enhanced reverse modifier functionality
When using Reverse Modifier functionality in the E-Commerce pages, and the Minimum and Maximum modifiers
required to sell are both set to "1" for the main item (which becomes the modifier when using Reverse Modifier
functionality) it is now possible to add more than quantity "1" of these items to the shopping cart. The pages will
create a single line item with quantity of "1" for each item that is added in this manner. For example, if the user sets
the quantity to "3" in this type of scenario, when they click the Add to Cart button, the cart will display with three
identical line items each with quantity set to "1" instead of one line item with quantity set to "3". To use this
feature, add the following setting to the web.config file:
<add key="ReconcileRevModsWithMinMax" value ="1"/>
Note that this will only work when you have the min/max modifiers both set to "1".
Payment Types can now be restricted by Sales Point Type in E-Commerce pages
Payment types can now be restricted by Sales Point Type in the E-Commerce pages. This is done by selecting sales
point types in the Payment Type edit form >> Sales Point Type tab in SysManager for each of
your payment types, and then setting the value of SPType key in the web.config file to the Sales Point Type(s)
that you want to allow in E-Commerce.
For example: <add key="SPType" value="5,10" />
An additional key has been added to the web.config file to handle situations where a guest tries to use a
payment type that is not allowed. The following key is used to set the message that will display to the guest in this
situation:
<add key="PaymentTypeNotAllowedMsg" value="This payment type is not allowed
for E-Commerce sales." />
Vista de página 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 182 183

Comentários a estes Manuais

Sem comentários