The v4.8.0 updater is now available for ASP.
The following changes have been made...
New style lightweight CSS based admin section.
The ability to have up to a total of 3 languages for your store.
On the admin main page you will now see a setting "Number of languages" where you can set the total number of languages that you want to use with your store. Below this you can set the actual parts of the store which will be translated. For instance the product name, product description, product option name and so on. Once you have set these you will notice that on the relevant admin pages (such as the admin products page or admin categories page) there is space for a second / third language text as required.
As you will also want the site text / navigation translated you will probably want to have copies of the store each dedicated to a different language. In the vsadmin/includes.asp file for each you can set say . . .
languageid=2
. . . to use the second language.
Another way to dynamically switch languages is to set the session variable . . .
<%
Session("languageid")=2
%>
It would be up to you however how you go about setting this.
The ability to hide categories for non-logged-in customers.
The code has been modified as a first pass at moving towards XHTML standards complience.
You can now block IP's, IP ranges or set a limit to the amount of transactions a single IP can carry out in a certain period.
Countries that have varying tax rates for products can now set the tax rate individually per product.
An extra "Email" type payment processor has been added.
The ability to set per login level forwarding pages for the client login system or send the logged in client back to the referring page. To set the forwarding page for all pages you can set for instance . . .
clientloginref="yourpage.asp"
Or to use the "referring" page set . . .
clientloginref="referer"
Or optionally you can set . . .
clientloginref2="otherpage.asp"
. . . to set say a forwarding page for only those logged in with login level 2.
The ability to setup and assign Designers / Manufacturers / Drop Shippers to products and send them order details if required on receipt of orders for their assigned products.
Vince
Click Here for Shopping Cart SoftwareClick Here for our Recommended HostingClick Here for the latest updater