Search - ASP Shopping Cart
QuadComm e-commerce solutions
Home
Q-Shop ASP Shopping Cart
Knowledge Base > Support > Errors Home | Login
Search the Knowledge Base
 
Start Search in the Following Category

Shipping cost is always 0

SYMPTOMS:

Shipping cost calculated is always 0.

VERSIONS AFFECTED:

Q-Shop Lite and Pro v3.5.0 and 3.5.1.

PROBLEM:

This is caused by a syntax error in checkout.asp.

FIX:

To correct this problem, edit the file checkout.asp and where it says:

<form action="<%= strSecPath %>procchkout.asp" method="POST" name="CheckoutForm>

change it to:

<form action="<%= strSecPath %>procchkout.asp" method="POST" name="CheckoutForm">

Notice the missing quote in the name attribute that needs to be added.


Ask a Question
Submit a Question
Knowledge Base Software - myKB.com