close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Shipping missing in Database-driven shipping.

Thread began 10/23/2014 7:23 pm by jsnwang89407861 | Last modified 10/24/2014 11:11 am by Jason Byrnes | 2095 views | 5 replies |

jsnwang89407861

Shipping missing in Database-driven shipping.

Hi,

I tried to set up database-driven shipping based on Jason's suggestions, however the shipping information is not shown on Confirm Page.

The following is my steps,

In my database, I have the following columns in table ShippingRate:

shipingRateID - Primary Key, Auto Number
shippingRateCountry - 2 letter country code: GB, US, CA etc.
shippingBase - this will store the base rate for the country, $45 for US


on the confirm page, create a shipping rate lookup recordset.

Set the filtering options to filter the shippingRateCountry equal Form Variable 'shipping_country'

Now add a Session Value server behaviors for

shippingBase


Set the trigger to Any Form Post.

Set the name to be the same as the database column

Click the lightning bolt next to value and select the corresponding column from the recordset.

Then,

On the shipping tab create the base rule:

trigger: Total Number of items > 0

calculation: Flat Rate:
$_SESSION['ShippingBase']

Only GrandTotal without shipping is shown on confirm page. Could you help me out with the problem of missing shipping ?

Thank you,

Dave

Attached Files
AccugenCart_PHP.php
Sign in to reply to this post

Jason ByrnesWebAssist

  Now add a Session Value server behaviors for

shippingBase  



  calculation: Flat Rate:
$_SESSION['ShippingBase']  



you don't show the code for setting the session, but in you say is set using a lower case leading s, but in the calculation you use an upper case leading S. PHP is case sensitive, so if it is set using lower case, the session reference should use lower case also:
$_SESSION['shippingBase']

Sign in to reply to this post

jsnwang89407861

Thanks Jason.

In the code, I actually did use the same name as ShippingBase.
Please see attached code.

Dave

Attached Files
Confirm.docx
Sign in to reply to this post

Jason ByrnesWebAssist

The code to set the ShippingBase session comes before the rsShippingrate recordset.


you will need to move the code that sets the session to be after the recordset.

Sign in to reply to this post

jsnwang89407861

Jason,

That works!

Thank you very much!

Dave

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

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