The v5.0.0 updater is now available for ASP.
The following changes have been made...
The admin products page now includes a full product search facility where you can search by keyword, price and category.
A new product body layout is available, by setting . . .
useproductbodyformat=3
This is a "list" like layout, and you can select the columns you wish to display by setting and customizing the following in your vsadmin/includes.asp file . . .
cpdcolumns="id,image,name,discounts,listprice,price,priceinctax,instock,options,quantity,buy"
. . . and the column headers, for instance . . .
cpdheaders="ID,Name,discounts,listprice,price,Inc. Tax,In Stock,Options,Quant, "
Shipping and handling can now be combined by adding the following switch to your vsadmin/includes.asp file . . .
combineshippinghandling=TRUE
You can now set a different default shipping method for domestic and international shipments if required.
This switch is available to show number of products in stock . . .
showinstock=TRUE
This switch is available to not show out of stock items . . .
noshowoutofstock=TRUE
This switch is available to not set a default zip (postal) code for the shipping estimator . . .
nodefaultzip=TRUE
Stock management will now indicate if a request to add to cart can only be partially completed. For instance if someone wants 10 of an item, but only 6 are available.
A third extra order parameter is available for shipping details . . .
extraorderfield3 = "Extra Ship Field"
The AVS and CVV codes are now shown separately on the admin orders page for clarity. Many of the payment processors have been given an overhaul and now provide extra information of this type on the admin orders page.
A separate tracking number can now be set in the admin orders page, and this can be set in the order status email by specifying %trackingnum%
The default text for the tracking number would be for instance . . .
Your tracking number is: AAAAABBBBBBBCCCCCC
You can optionally set the text that is displayed for the tracking number by setting trackingnumtext. For instance . . .
trackingnumtext="This is your tracking number: %s %nl%"
The %s will be replaced with the actual tracking number. %nl% will be replaced by a newline as always.
You can add a handling charge per payment provider which is a percentage of the cart total + shipping + handling. For instance you could set .
handlingchargepercent4=5
. . . to add a 5% handling charge to "Email" payments. (Just look on your admin payment providers page to see which id number corresponds to each payment method.) Taxes are not counted in this total as the handling charge can also qualify for taxes.
More support for product dimensions such as if products are packed together for oversize package calculations etc. Please note however that this will always be at best an estimate because of the infinate possible ways of packing products.
You can use the following switches . . .
ouresolutionsxml=1
ouresolutionsxml=2
. . . to the vsadmin/includes.asp file to add a menu item on the admin orders page to dump order details in a format compatible with the Our ESoltutions Quickbooks integration utility. Setting the value to 1 will dump the product id and product description and setting the value to 2 will dump the product name and the product description in the output.
Vince
All files have changed since v4.9.x
Click Here for Shopping Cart SoftwareClick Here for our Recommended HostingClick Here for the latest updater