Posted on: 9/23/2015 6:39:15 PM | Views : 738

We already have an existing cart on our site that we had a developer code for us, but we cannot get in touch with the developer and just need to add shipping charges to the cart.
I tried to do it myself with my limited knowledge of coding but have not been able to get it to work.
Here is the codes I have:
<form id="Minicart" name="Minicart" method="post" action=""> <div class="Cart"> <h3>Your cart:</h3> <div class="Quantity H">Qty</div> <div class="Product H">Description</div> <div class="Subtotal H">Total</div> <div> <% 'c_Tax_Rate=.0875 c_Tax_Rate=.08 c_Total=0 c_Total_Ship_Incl=0 c_Total_Ship_Excl=0 c_Bill_Qty=0 c_Bill_Cost=0 Dim strCart SQL="SELECT sl_Cart.c_Quantity, sl_Product.c_Product, sl_Product.Product_Code, s ...

Go to the complete details ...