Created : 15 April 2015
Last Modified : 27 April 2018

***********************************************************************************
Contents:

A. SUMMARY
B. FILE STRUCTURE
C. INSTALLATION INSTRUCTION
D. CHANGES
E. CONFIGURATION SETTINGS
F. DATABASE TABLES MODIFIED
G. LANGUAGE SETTINGS CHANGED
H. CHANGE LOGS
I.
TROUBLESHOOTING
J.
FAQ
K. COPYRIGHT NOTICE
L. TERMS AND CONDITIONS

***********************************************************************************

A. SUMMARY
==========

Allow to have FEDEX V8 shipping option to the site.

***********************************************************************************

B. FILE STRUCTURE
===================

Files included in the zip are:
Refer to the package

***********************************************************************************

C. INSTALLATION INSTRUCTION
============================

1A. Upload all the files into your shopping cart folder. If your version is 8.00.8 or later, please go to step 2, for 8.007 and earlier please go to step 1B

1B. Update existing file to insert code placeholder:

1Bi. Open file root\shopshipping_subs.asp

1Bii. Locate routine (estimate line 5): <!-- #include file="shopajaxshippingauspostsubs.asp" -->

Please insert after above code, as below:

<!-- #include file="shopajaxshippingfedexsubs.asp" -->

1Biii. Locate routine (estimate line 116): sub Add_Custom_shipping_options

1Biv. at then end of this routine, above end sub, please insert below code:

2015.05.17 - Enhancement: Insert FedEx Shipping code placeholder
if check_fedex_shipping_exist then
dyninclude "fedexinterface.asp"
GetShippingPricesFedex
end if

1BV. Save file.

1Bvi. Open file root\shopshippingcalc.asp

1Bvii. Locate below code (estimate line 160 and line 207

SQL = "SELECT * from shipmethods WHERE (((shiproutine <> 'upsxmlrealtime.asp') and (shiproutine <> 'fedexrtv8.asp') and (shiproutine <> 'austpostrealtime.asp') and (shiproutine <> 'canadapostxml.asp') and (shiproutine <> 'uspostalrealtime.asp')) or ((shiproutine IS NULL) OR (shiproutine =''))) "

Change both lines to:

2015.05.18 - Better code handling on filter non-custom shipping recordds
SQL = "SELECT * from shipmethods WHERE ((shiproutine IS NULL) OR (shiproutine ='')) "

1Bviii. Save file and go to step 2.

2. Log into your VPASP admin and execute setup file, by loging into your admin and changing the page name to:

fedex_setup.asp

eg: http://www.yourdomain.com/youradminfolder/fedex_setup.asp

3.. After setup the module, would be redirected to Module configuration page for configure the module.


***********************************************************************************

D. CHANGES
===============

NONE

***********************************************************************************

E. CONFIGURATION SETTINGS
=================

NONE


F. DATABASE TABLES MODIFIED
===========================

NONE

***********************************************************************************

G. LANGUAGE SETTINGS CHANGED
============================

NONE

***********************************************************************************

H. CHANGE LOGS
============================

2016.02.01 - Enhancement: Better hanlding on openrecordset
2016.05.25 - Bug Fix: FedEx V8: Possible variable error
2018.04.26 - Compatible with v9

***********************************************************************************

I. TROUBLESHOOTING
============================

Please submit a ticket to our helpdesk at https://helpdesk.vpcart.com and our support team will assist you.

***********************************************************************************

J. FAQ
============================

NONE

***********************************************************************************
K. COPYRIGHT NOTICE
============================

Copyright (c) 1999-2023 Rocksalt International Pty. Ltd.
All rights reserved.

This software and documentation constitute a published work and
contains valuable trade secrets and proprietary information
belonging to Rocksalt International Pty. Ltd. .
None of the foregoing material may be copied,
duplicated or disclosed without the express written permission
of Rocksalt International Pty. Ltd. .

LICENSEE ACCEPTS VP-ASP Shopping Cart "AS IS" "WITH ALL FAULTS",
Rocksalt International Pty. Ltd. accepts no responsibility for the
operation or performance of the VP-ASP Shopping Cart.
The entire risk of use and consequences of use of the
VP-ASP Shopping Cart falls completely on the Licensee
and Rocksalt International Pty. Ltd. shall not be liable in any respect
for any claims, loss or injury alleged to have resulted
from use of or in reliance on VP-ASP Shopping Cart.

Licensee acknowledges that it has read the foregoing
disclaimers of warranty and limitation of liability
and understands that Licensee assumes
the entire risk of using VP-ASP Shopping Cart.


***********************************************************************************

L. TERMS AND CONDITIONS
============================
ROCKSALT INTERNATIONAL GRANTS TO THE LICENSEE A NON-EXCLUSIVE,
NON-SUB LICENSABLE, NONTRANSFERABLE LICENSE
TO INSTALL AND USE THIS APPLICATION ON A SINGLE DOMAIN FOR
A SINGLE SHOP.

THE CODE IN THE APPLICATION MAY BE MODIFIED FOR USE IN
SETTING UP A SINGLE SHOPPING SITE ON THE WORLD WIDE WEB.

LICENSEE MAY MAKE A COPY OF THE APPLICATION FOR
BACK-UP AND ARCHIVAL PURPOSES, PROVIDED THAT ANY COPY
MUST CONTAIN ALL PROPRIETARY NOTICES INCLUDED
WITH THE APPLICATION.

LICENSEE IS PROHIBITED FROM SELLING OR DISTRIBUTING
THE APPLICATION IN ANY MANNER.

LIMITATION OF LIABILITY.

ROCKSALT INTERNATIONAL AND ITS LICENSORS SHALL
NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY
THIRD PARTY AS A RESULT OF USING OR DISTRIBUTING THIS
APPLICATION.

IN NO EVENT WILL ROCKSALT INTERNATIONAL OR ITS LICENSORS
BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA,
OR FOR DIRECT, INDIRECT, SPECIAL,
CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES,
HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LI
ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE,
EVEN IF ROCKSALT INTERNATIONAL HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.