close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PS3 ecart shipping cost changes

Thread began 12/19/2010 2:11 am by shauqie | Last modified 1/12/2011 5:46 am by Ray Borduin | 2534 views | 7 replies |

shauqie

PS3 ecart shipping cost changes

Dear WebAssist,

I did some changes in PS3 shipping rate. I used flat rate to all countries. My website had been uploaded so now I want to upload and replace the files in my server to the latest changes. Here are my queries.

1. What files that I need to upload again to the server after I had made some changes on Shipping rate.

3. How could I know whether the weigh that I keyed in is LBS or KG? (please have a look at screenshots attached). I want it in LBS.

Was that correct the changes that I have made?

Much thanks.

Sign in to reply to this post

Jason ByrnesWebAssist

you would need to upload the eCart object file in the WA_eCart folder.

Sign in to reply to this post

shauqie

How to show shipping cost in the cart page

Hello,

How could I make the shipping cost appear in the shopping cart page (cart.php) after my customer added the items. So this means, the shipping cost would not only appear after they keyed in the details (after checkout page).

*Flat Rate shipping to all countries.

thanks

Sign in to reply to this post

Ray BorduinWebAssist

You could copy and paste the details you want from the confirm page onto the cart page if they show up properly there.

Sign in to reply to this post
Did this help? Tips are appreciated...

shauqie

I have tried to replaced the folder WA_eCart but failed.

Parse error: syntax error, unexpected ')' in /home/twinsas1/public_html/WA_eCart/WA_Store_Cart_PHP.php on line 127

I'm not clear which file that I need to upload and replace?

Sign in to reply to this post

Ray BorduinWebAssist

Please provide a copy of the page that is throwing the error and we can figure out what needs to be changed.

Sign in to reply to this post
Did this help? Tips are appreciated...

shauqie

These two files gave errors

Attached Files
Desktop.zip
Sign in to reply to this post

Ray BorduinWebAssist

It looks like issues in the code on the WA_Store_Cart_PHP file starting on line 125-151

you can update it to:

//eCart Rule
function WAEC_WA_Store_Cart_USPSShipping() {
$totalShipping = 0;
if (true && (isset($_SESSION["WA_Store_Cart_USPS_Quote"]))) {
$totalShipping += floatval($_SESSION["WA_Store_Cart_USPS_Quote"]) + 0;//Result
}
return WA_eCart_FormatNumber($totalShipping, $this->ForceDecimalsC, $this->DecimalPlacesC);
}
//eCart Rule
//eCart Rule
function WAEC_WA_Store_Cart_FedExShipping() {
$totalShipping = 0;
if (true && (isset($_SESSION["WA_Store_Cart_FedEx_Quote"]))) {
$totalShipping += floatval($_SESSION["WA_Store_Cart_FedEx_Quote"]) + 0;//Result
}
return WA_eCart_FormatNumber($totalShipping, $this->ForceDecimalsC, $this->DecimalPlacesC);
}
//eCart Rule
//eCart Rule
function WAEC_WA_Store_Cart_UPSShipping() {
$totalShipping = 0;
if (true && (isset($_SESSION["WA_Store_Cart_UPS_Quote"]))) {
$totalShipping += floatval($_SESSION["WA_Store_Cart_UPS_Quote"]) + 0;//Result
}
return WA_eCart_FormatNumber($totalShipping, $this->ForceDecimalsC, $this->DecimalPlacesC);
}
//eCart Rule
Sign in to reply to this post
Did this help? Tips are appreciated...

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...