shipping cost
Is it possible to set my own shipping cost like this:
1-10=100
11-25=200
26-35=300
-JØ
Is it possible to set my own shipping cost like this:
1-10=100
11-25=200
26-35=300
-JØ
Yes, create three new rules on the shipping tab, I am including screen shots to show how to configure them.
Great Work JB,
I like your illustration. I've been researching all afternoon reading different thread on how to step through setting up USPS w/eCart4. I would be delighted to find some complete documentation on the process. If so I'm certain that I could work this out myself. But nevertheless I do need help for now...
The problem I'm experiencing has to do with the 'shipping calculation'. With weight of (1) item in my cart which has a total weight of 1.0 oz. returns a shipping cost of $38.
My project is 95% completed, and I would be devastated if I screwed it up at this point chasing what seem to be a minor problem, but has turned out to present a challenge for me.
Can you create a slide sequence with the step-by-step process like you did in the previous thread on how to configure shipping using USPS in eCart4 from start to finish?
I would greatly appreciate it, and I'm sure that there will be others to follow that will be grateful as well.
Thanks,
Jw
We will quicker results troubelshooting your shipping issue.
To do this, we need to know the full request being sent to the shipper and the Full response comming back.
Add this code to your page to get that information back:
<?php
if(!session_id()) session_start();
echo("The Full request is: ".$_SESSION['eCart1_USPS_FullRequest'];
echo "<br/>The full response is: " . $_SESSION["eCart1_USPS_FullResponse"];
?>
If you cart is named differently, you will need to change the session variable names.
if you could also post back a copy of your cart include file, and the file you have applied the ups behavior to, that will help as well.
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.