Download March 2007 - Ecommerce Templates Shopping Cart Software

Transcript
Shipping carrier switch (Minimum version 4.9.0)
If you need the ability to allow the customer to switch between different
shipping carriers at checkout you can enable this with . . .
$alternateratesups="UPS Rates";
$alternateratesusps="USPS Rates";
$alternateratesweightbased="Weight Based";
$alternateratescanadapost="Canada Post";
Please note, the above text can be anything you like and will be included in
the shipping selector dropdown from which your customers can choose the
shipping type.
IP Blocking (Minimum version 4.8.0)
To limit the number of transactions in a 24 hour period per IP set:
$blockmultipurchase=10;
...where 10 here is the maximum number of purchases by that particular IP
address in 24 hours.
Admin login (Minimum version 4.9.0)
To receive notification of when somebody tries to enter your admin section
set:
$notifyloginattempt=TRUE;
To disable the login to your admin section set:
$disallowlogin=TRUE;
This means that you can disable the vsadmin directory and create a copy in a
directory with your choice of name that hackers will never know exists.
Remove category id from Product Detail page (Minimum version 4.9.2)
Set the following switch . . .
$nocatid=TRUE;
if you don't want the category id added to the product detail page links.
Order tracking (Minimum version 5.0.0)
A separate tracking number can 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 . . .
210
© Ecommerce Templates