shipping calculation on certain product type
I have a cart that i am working on.
http://binders.mycalidesigns.com/product-addons-only.php
for the copying services product it is calcualtion a huge shipping cost? any idea why?
I have a cart that i am working on.
http://binders.mycalidesigns.com/product-addons-only.php
for the copying services product it is calcualtion a huge shipping cost? any idea why?
There is no way for me to tell without looking at the code and debugging. If you provide FTP access I'll take a look.
If you create a page (call it debug.php) and add this code to it:
<?php
@session_start();
var_dump($_SESSION);
?>
Visit that page after the shipping is calculated.
That would show you the communication between your site and the shipping provider and may shed some light on why the charge is so high.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.