AutoCommand 20036 Guía de instalación Pagina 29

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 183
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 28
29
Set SingleTaxLine to "1" to display taxes in the cart on one line. In other words, if you use both tax1 and tax2,
they will be combined into one tax total in the cart when this key is set to "1". In order for this to display properly in
the pages, modifications to cart.ascx may need to be made.
An Ajax control has been added to the ItemShow.aspx page
An Ajax control has been added to the ItemShow.aspx page which causes a "Please Wait" message to appear
along with the graying out of the page background whenever a post back occurs, such as, selecting a modifier,
changing the quantity or selecting a date on the calendar. This will make it so that the online guest is unable to
make selections on the page until it has been updated from server.
Functionality has been added to the Club Management Log-in page
Functionality has been added to the Club Management Log-in page in E-Commerce module that displays the letters
of the alphabet in order as links. Clicking on one of the letters then displays all of the configured club names that
start with that letter. Clicking on the club name auto-populates the Club Name field on the Club Management Log-
in page. This avoids the need to remember the exact club name. The password then needs to be entered and the
Log-in button clicked to complete the log-in.
To enable this functionality, add the following key to the web.config file:
<add key="ShowGroupNamesInClubLogin" value="1"/>
To make it so that not all accounts display to the end user, use the following web.config key to filter the
accounts displayed to those account types that you have configured as Club Management accounts:
<add key="FilterByAccountTypeInClubLogin" value="2,3"/>
Account types can be found in the accounts table in SiriusSQL database under the acct_type column.
Functionality that links the States (Provinces) dropdown with the country dropdown
Functionality has been added to the E-Commerce pages that will link the States (Provinces) dropdown with the
Country dropdown. When a Country is set first, the State dropdown will only list those states linked to that
country. To incorporate this functionality, the MiscTables.xml file needs to be modified by adding a
<FK>CountryName</FK> to each of the State/Province entries. Furthermore, you can also add a Please Select
line tailored for each selection by adding a State entry with a value of "XX", FK with a value of the desired
country, and a text value of "Select a xxx" where xxx is a state, territory, province, etc. To further enhance
this functionality you could place Country before State on the GuestEdit.aspx page to suggest to the user that
they select their country first. To enable this feature add the following key to the web.config file: <add
Vista de pagina 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 182 183

Comentarios a estos manuales

Sin comentarios