close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

flat rate shipping charges by state

Thread began 6/17/2019 12:46 pm by paulshoe379536 | Last modified 6/26/2019 11:59 am by Ray Borduin | 1300 views | 19 replies |

paulshoe379536

flat rate shipping charges by state

I'm using eCart v6.1.3. I need to apply a flat shipping charge by state but I don't know where to start. I searched through the forum without any luck. I found a reference to "$_SESSION['eCartCheckoutForm_shipping_state_province']" but searching through all my pages did not return any results for that value. I am also concerned what happens if the visitor changes their address for shipping in PayPal after they complete the checkout form on the website.

Sign in to reply to this post

Ray BorduinWebAssist

Implementation depends on the payment provider you use. It can also be done with either individual ecart rules, or managed through a database table.

You do need to make sure that you update the shipping based on the paypal shipping state selected if it changes. That would be automatic if you use individual ecart rules, and can be easily accounted for by doing another lookup in the database table if you use that route.

If you .zip a copy of your checkout pages (checkout, confirm, pp_confirm, confirm_cart) then I can take a look and be more specific.

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

paulshoe379536

zip file attached

Sign in to reply to this post

Ray BorduinWebAssist

The state is stored as:

$_SESSION["WASF_CheckoutWizard_Sharp_Default"]["state"]

You could add an ecart rule with the trigges:
Session variable exists: WASF_CheckoutWizard_Sharp_Default
AND
Custom Expression evaluates to true: $_SESSION['WASF_CheckoutWizard_Sharp_Default']['state'] == 'CA'


Then set the charge to:
Flat rate: 22

or whatever flat rate charge you want for that state. Then duplicate that rule for each state you ship to.

That session variable is updated to the value selected in paypal when using paypal checkout, so it will automatically update the charge. I've attached a screen shot of how the rule should look in the eCart object.

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

paulshoe379536

thanks Ray, I'll do some testing tomorrow...

Sign in to reply to this post

paulshoe379536

When testing, the shipping state from PayPal seems to be stored in WASF_CheckoutWizard_Sharp_Default']['State'] and the state from my checkout form is stored in $_SESSION['WASF_WA_Payments']['State']. Howerver, I was able to update the shipping rate using the value in $_SESSION['WASF_WA_Payments']['State']. Should I be using the value in WASF_CheckoutWizard_Sharp_Default']['State'] instead?

Also, I'm thinking I need to update shipping charges based on the state in my checkout form so the visitor knows exactly what their shipping cost is before they're sent to PayPal. In an attempt to send shipping information to PayPal, I opened the behavior "Process PayPal Express Checkout Transaction" and I added WA_getSavedFormValue("CheckoutWizard_Sharp_Default","State") from the Persistent Form to SH_StateOrProvince (etc. with the other fields) but I didn't see it any change in the values from PayPal. Is this the way I should be forcing PayPal to use my shipping information?

Sign in to reply to this post

Ray BorduinWebAssist

Yes... you should be using:

['WASF_CheckoutWizard_Sharp_Default']['State']

I had used the wrong variable set in my example. (I'll update it)

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

paulshoe379536

thanks again Ray... more testing tomorrow...

Sign in to reply to this post

paulshoe379536

Okay, my shipping by state seems to be working now but I have a caveat. The cart summary is shown at the bottom of my checkout page and does not include shipping charges. When the shopper selects "Continue" they are then redirected to PayPal. How do I display a confirmation screen for the cart before it goes to PayPal so that the shopper can see the shipping charges first?

Sign in to reply to this post

Ray BorduinWebAssist

The latest version of eCart 6 checkout should refresh the Cart with shipping charges on the checkout page before they go to Paypal. If that isn't working, then probably some customization you made to the page broke it. If you post a URL for me to view the issue and give me FTP access then I'll take a look.

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

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