close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

eCart6: checkout nor confirm_cart.php or checkout_success.php not showing UPS shipping; no company e-mail sent

Thread began 7/15/2014 9:01 pm by beaded | Last modified 7/17/2014 6:04 am by Jason Byrnes | 2087 views | 7 replies |

beaded

eCart6: checkout nor confirm_cart.php or checkout_success.php not showing UPS shipping; no company e-mail sent

I can successfully make a sale using PayPal Express, but it doesn't include shipping, nor is shipping quoted earlier in the process. Also, there is no seller "thank you for your order"-type e-mail generated.

I've seen from some posts that this is handled in adding triggers in server behaviors. The answers weren't detailed and I must admit that I need step-by-step, idiot-proof, instructions.

Private attachments are included. Thank you for your guidance.

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

beaded

Thanks. This is my first store try so I have nothing to compare it too, if I wanted to do something primitive like search for missing sections of code.

Sign in to reply to this post

Jason ByrnesWebAssist

to fix the shipping, i edited the confirm cart page.

i changed:

$Shipping_Parameters["ShiptoCountry"] = "".((isset($_POST["Country_2"]))?$_POST["Country_2"]:"")  ."";
$Shipping_Parameters["ShiptoState"] = "".((isset($_POST["State_2"]))?$_POST["State_2"]:"") ."";
$Shipping_Parameters["ShiptoCity"] = "".((isset($_POST["City_2"]))?$_POST["City_2"]:"") ."";
$Shipping_Parameters["ShiptoZip"] = "".((isset($_POST["Postal_Code_2"]))?$_POST["Postal_Code_2"]:"") ."";




to:

$Shipping_Parameters["ShiptoCountry"] = "".((isset($_POST["Country"]))?$_POST["Country"]:"")  ."";
$Shipping_Parameters["ShiptoState"] = "".((isset($_POST["State"]))?$_POST["State"]:"") ."";
$Shipping_Parameters["ShiptoCity"] = "".((isset($_POST["City"]))?$_POST["City"]:"") ."";
$Shipping_Parameters["ShiptoZip"] = "".((isset($_POST["Postal_Code"]))?$_POST["Postal_Code"]:"") ."";



for the email: the webassist/email/waue_pp_confirm_5.php file is used for the email is missing from the server. make sure to upload that file.

Sign in to reply to this post

beaded

checkout.php displays code

Thanks. Though, there is a new problem, and it came without my doing anything except uploading the webassist/email/waue_pp_confirm_5.php file.

Now, in checkout there is coding that shows below the change address and the fine-print message. I am sending the code that is displayed in a private section of the e-mail because it reveals my clients UPS configuration.

Sign in to reply to this post

beaded

Guessing about unwanted display.

Perhaps a diagnostics code left in.

Sign in to reply to this post

beaded

All seems to work. Thanks.

Sign in to reply to this post

Jason ByrnesWebAssist

Yes, sorry, i had added:
<?php var_dump($_SESSION); ?>


for troubleshooting and forgot to remove it, sorry about that.

Sign in to reply to this post

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