XML tag | Description |
<qty> | Optional. Quantity. Price returned is for specified quantity instead of per unit. If no <qty></qty> tags are passed, then ww.dll assumes the quantity is 1 and returns the price for a quantity of 1. See How ww.dll reacts to quantity tags for more information. |
<hasmod> | Modifiers. |
<calcprice> | Boolean (1 = calculate the price, 0 = don’t calculate the price) |
<max4sale> | Boolean. (1 = return Max4Sale information, 0 = does not return Max4Sale information) |
<calcpoints> | Optional. Boolean. If 1, a point cost of each item (at qty=1) is returned as <pts_cost>. Note: The ckpts4sale (is Points4Sale enforced) and pts4saledp (Dynamic Pricing Rule to use to calculate Points4Sale points to deduct) fields from the items table must be obtained in the field list from the item record (e.g., <fields>it.department, it.category, it.item, i.ckmax4sale, ckpts4sale, pts4saledp</fields>). Also note that all item reservation functionality works the same for Points4Sale capability as it does for Max4Sale capability except that the total point cost is stored in the item_res.pts4qty field. |
<datetime> | Optional. Date/time of interest. |
<calcpoints> | Boolean. (1 = return points cost information, 0 = don’t return points cost information) |