close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Free Shipping on a specific item

Thread began 1/11/2010 7:28 am by dan377928 | Last modified 1/14/2010 4:25 pm by dan377928 | 1750 views | 8 replies

Eric Mittman

In the code that you posted the if statement should just go around the entire server behavior like this:

top of the if statement

php:
<?php if ($eCart1->TotalColumn(TotalWeight) > ){ ?>



the server behavior goes next

php:
<?php

if ($_SERVER["REQUEST_METHOD"] == "POST") {
//WA eCart (Copyright 2007, WebAssist)
//WA eCart USPS Shipping - USPS
$Shipping_SuccessURL "";
$Shipping_FailureURL "shipping_failure.php";
$Shipping_Packaging 0;
$Shipping_PackageArray = array();
$Shipping_PackageIndex 0;
$Shipping_Counter 0;
$Shipping_Parameters = array();
$Shipping_Parameters["UserID"] = "xxxxx";
$Shipping_Parameters["USPSServer"] = "http://production.shippingapis.com/shippingapi.dll";
$Shipping_Parameters["CarrierCode"] = "PRIORITY";
$Shipping_Parameters["DefaultIntl"] = "Airmail Parcel Post";
$Shipping_Parameters["ShipperZip"] = "92860";
$Shipping_Parameters["ShiptoZip"] = "92860";
$Shipping_Parameters["ShiptoCountry"] = "US";
while ((
$Shipping_Packaging == && !$eCart1->EOF()) || ($Shipping_Packaging == && $Shipping_Counter == 0)) {
if (
WA_eCart_USPS_IsTrueValue("true")) {
$Shipping_PackageArray[] = array();
$Shipping_PackageIndex sizeof($Shipping_PackageArray)-1;
$Shipping_PackageArray[$Shipping_PackageIndex]["eCart_Quantity"] = (($Shipping_Packaging == 1)?$eCart1->DisplayInfo("Quantity"):1);
$Shipping_PackageArray[$Shipping_PackageIndex]["IsPackage"] = "true";
$Shipping_PackageArray[$Shipping_PackageIndex]["Quantity"] = "1";
$Shipping_PackageArray[$Shipping_PackageIndex]["WeightUnits"] = "oz";
$Shipping_PackageArray[$Shipping_PackageIndex]["PackageWeight"] = "".$eCart1->DisplayInfo("TotalWeight") ."";
$Shipping_PackageArray[$Shipping_PackageIndex]["PackageType"] = "YOURPACKAGING";
$Shipping_PackageArray[$Shipping_PackageIndex]["PackageSize"] = "REGULAR";
$Shipping_PackageArray[$Shipping_PackageIndex]["PackageMachinable"] = "true";
$Shipping_PackageArray[$Shipping_PackageIndex]["IPackageType"] = "Package";
//Special Services
}
$Shipping_Counter++;
if (
$Shipping_Packaging == 1$eCart1->MoveNext();
}
if (
$Shipping_Packaging == 1$eCart1->MoveFirst();
$Shipping_Result WA_eCart_USPS_GetRateQuote($eCart1$Shipping_Parameters$Shipping_PackageArray);
if (
$Shipping_Result && $Shipping_SuccessURL != "")
$eCart1->redirStr $Shipping_SuccessURL;
else if (!
$Shipping_Result && $Shipping_FailureURL != "") {
Header("Location: " $Shipping_FailureURL); exit;
}
}
else if (!isset(
$_SESSION["eCart1_USPS_Success"])) {
WA_eCart_USPS_SetSessionDefaults($eCart1);
}
?>



just after the server behavior you will put in the closing curly brace for the if

php:
<?php ?>



I also updated the cart that is referenced in the example to be your cart so you can put this code directly onto your page.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

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.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...