A record of the purchaser information is now put into the sale string ww_sales.Sale_text for an E-Commerce
sale when the purchaser is not required to be a guest in the database, i.e., <add key="NoPurchTracking"
value="1" />. When the sale is processed by the Web Sales Host, the information gets written into the
salenote.Notes2 field in this format:
<save><first_name>Tom</first_name><last_name>Tuesday</last_name><phone>(555)
555-5555</phone><address>1234 5th Street</address><address2>Apt
67</address2><city>Santa
Fe</city><state>NM</state><zip>87555</zip><country>USA</country><email>tester
New key has been added to the web.config file that will disable any external direct links to the
ItemShow.aspx page
A new key has been added to the web.config file that will disable any external direct links to the
ItemShow.aspx page, <add key="DisableDirectItemAccess" value="1"/>. When the value
for the key is set to "1", users who click on any external direct link to an item will get redirected to the
ItemList.aspx page instead.
Note: Please use caution in using this setting. If you have any Buy Now links for items, that takes the user to an
item on the ItemShow.aspx page, using this key and setting it to "1" will disable those links.
Items and that require guests to be attached, will now have the guest attached after the
item/modifier is in the cart
Items and modifiers in the E-Commerce shopping cart, that require guests to be attached, will now have the guest
attached after the item/modifier is in the cart. To add a guest to an item/modifier or to change the guest already
attached to an item/modifier, click the head icon or, if present, the Add/Change Guest link for the item/modifier
and you will be taken through the guest lookup process.
Two web.config keys have been added that affect how prices and taxes display in the shopping
cart
Two web.config keys have been added that affect how prices and taxes display in the shopping cart:
<add key="ShowTotalItemPriceInLineItemLists" value ="0"/>
Set ShowTotalItemPriceInLineItemLists to "1" to show item prices which include taxes in the cart, set
to "0" to show item prices without taxes in the cart.
<add key="SingleTaxLine" value="0"/>
Comentários a estes Manuais