Additional phone number fields, Phone 2 and Fax, can now be displayed on the
GuestSelected.aspx and GuestEdit.aspx pages
Additional phone number fields, Phone 2 and Fax, can now be displayed on the GuestSelected.aspx and
GuestEdit.aspx pages by adding phone2 and fax_phone values to the GuestDispRows,
GuestEditRows, PurchaserDispRows, and PurchaserEditRows keys in the web.config file.
Additional changes are required in the DynamicControls.xml, GuestEdit.aspx, and
GuestSelected.aspx files to incorporate this enhancement as described in Updating E-Commerce from
4.0.58 to 4.1.01.
Added Extension fields to phone, phone2 and fax numbers in E-Commerce pages
Phone extension fields that go with the Phone, Phone2 and Fax phone numbers can now be displayed on the
GuestSelected.aspx and GuestEdit.aspx pages by adding "ext", "ext2", and "ext3" values to the
GuestDispRows, GuestEditRows, PurchaserDispRows, and PurchaserEditRows keys in the web.config
file. Additional configuration is required in the DynamicControls.xml, GuestEdit.aspx, and
GuestSelected.aspx files to incorporate this enhancement as described in Updating E-Commerce from
4.0.58 to 4.1.01.
Pages now have the ability to parse text from the Help field and display it on the ItemShow.aspx
page
Up until now, the E-Commerce pages have had the ability to display text entered into the Help field on the General
tab of the Item Edit form in SysManager on the ItemShow.aspx page. With this release, the E-Commerce pages
have the ability to parse text from the Help field and display it on the ItemShow.aspx page. Text that is only
to be displayed on the ItemShow.aspx page, for the item, should now be between <webinfo> . . .
</webinfo> tags. For example, if the Help field contained the following:
<PRINTTAG>This is the stuff I want printed on the layout.</PRINTTAG>
<ANOTHERTAG>This text is for some other purpose.</ANOTHERTAG>
<webinfo><span class="smallbold">Here is what should display on the
ItemShow.aspx page.</span></webinfo>
then only “Here is what should display on the ItemShow.aspx page.” will be displayed on ItemShow.aspx, and
it will be formatted as per the CSS class "smallbold". If you do not use the <webinfo> . . .
</webinfo> tags, then all of the text that is entered into the Help field will be displayed on the
ItemShow.aspx page as it has in the past.
Comentarios a estos manuales