close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Undefined index: eCart_AusPost_Quote

Thread began 4/03/2011 6:11 pm by Lee Firth | Last modified 4/05/2011 7:38 am by Jason Byrnes | 1290 views | 5 replies |

Lee Firth

Undefined index: eCart_AusPost_Quote

When I add an item to the cart I following error appears:

Notice: Undefined index: eCart_AusPost_Quote in C:\inetpub\wwwroot\my_life_rulz_ecart\WA_eCart\eCart_PHP.php on line 103

I realise that this is a session variable $_SESSION['eCart_AusPost'] that isn't being set, but I cant work out why.

In the eCart object I have the Shipping trigger set to if "Total number of items > 0" which means that shipping should be applied if there is any items in the shopping cart.

Sign in to reply to this post

Jason ByrnesWebAssist

how does that session variable get set?


it probably gets set on the confirm page. So it is not set when the item is added to the cart.


if the session is being used as part of the calculation, you should add If session variablke exists to the shipping rules trigger section so the trigeer will be:

Session variable eCart_AusPost exists

AND
Total number of items > 0

Sign in to reply to this post

Lee Firth

Other issue shipping calculation not being performed

Thanks Jason, adding that additional trigger did the trick, although I have another issue now. The shipping doesn't calculate. I've traced where this is done on the confirm.php page, this is the if statement that starts the shipping calculation:

if (($_SERVER["REQUEST_METHOD"] == "POST") && (isset($_SERVER["HTTP_REFERER"]) && strpos(urldecode($_SERVER["HTTP_REFERER"]), urldecode($_SERVER["SERVER_NAME"].$_SERVER["PHP_SELF"])) > 0) && isset($_POST))

Now if I remove the middle two triggers:

(isset($_SERVER["HTTP_REFERER"]) && strpos(urldecode($_SERVER["HTTP_REFERER"]), urldecode($_SERVER["SERVER_NAME"].$_SERVER["PHP_SELF"])) > 0)

It works.

I've done a little more research and this line of code is asking if the page you are at, in my case this is "localhost/my_life_rulz_ecart/confirm.php" is NOT the same as where you came from, in my case this was "http://localhost/my_life_rulz_ecart/checkout.php" then don't perform the shipping calculation. Seems to me the opposite should be true.

Sign in to reply to this post

Jason ByrnesWebAssist

that is the current page submit trigger, you should be using the any form post trigger.

Sign in to reply to this post

Lee Firth

Doh!

Thanks Jason.

Sign in to reply to this post

Jason ByrnesWebAssist

No worries.

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