Search found 8 matches

by doozerblake
Thu Jul 10, 2008 2:51 pm
Forum: Feature Requests
Topic: Google Checkout International Shipping Problems
Replies: 9
Views: 12164

Re: Google Checkout International Shipping Problems

oh come on, you've got to be kidding me. You dont' have to go and edit my message above. I was just pointing out the fact that the Google Checkout API has had the <world-area> as part of the schema since March of 2007 and I didn't understand why it hadn't been implemented. If there's a valid reason ...
by doozerblake
Thu Jul 10, 2008 12:39 pm
Forum: Feature Requests
Topic: Google Checkout International Shipping Problems
Replies: 9
Views: 12164

Re: Google Checkout International Shipping Problems

I guess I'll just try to do my own workaround and post it here for reference.
by doozerblake
Thu Jul 10, 2008 11:40 am
Forum: Feature Requests
Topic: Google Checkout International Shipping Problems
Replies: 9
Views: 12164

Re: Google Checkout International Shipping Problems

So, are there plans to update it to include world-areas?

It doesn't even appear implement the Shipping Restrictions below correctly in the GoogleCheckoutButton.ascx.cs, or is it and I'm missing it?
by doozerblake
Thu Jul 10, 2008 10:09 am
Forum: Feature Requests
Topic: Google Checkout International Shipping Problems
Replies: 9
Views: 12164

Re: Google Checkout International Shipping Problems

I did some further digging, still looking for some answers hopefully: In the xml request sent over to Google Checkout, it appears that no shipping restrictions are being written out. the section for shipping methods looks like so: <shipping-methods> <merchant-calculated-shipping name="Ground"> <pric...
by doozerblake
Tue Jul 08, 2008 2:44 pm
Forum: Feature Requests
Topic: Google Checkout International Shipping Problems
Replies: 9
Views: 12164

Re: Google Checkout International Shipping Problems

i can go through checkout When I say go through checkout, i meant through the regular ablecommerce checkout, not through the google checkout. If you are logged into google checkout it defaults shipping to your account country and you can't add addresses from different countries. Just wanted to clar...
by doozerblake
Tue Jul 08, 2008 1:44 pm
Forum: Feature Requests
Topic: Google Checkout International Shipping Problems
Replies: 9
Views: 12164

Re: Google Checkout International Shipping Problems

Can you perform a checkout using AbleCommerce, with an address in Czech Republic, and tell me if the "USPS international Flat Rate shipping option" shows up? In this last release, the USPS integration was updated to meet their new specifications and I want to make sure this isn't part of the proble...
by doozerblake
Tue Jul 08, 2008 12:24 pm
Forum: Feature Requests
Topic: Google Checkout International Shipping Problems
Replies: 9
Views: 12164

Google Checkout International Shipping Problems

We are having a problem with the Google Checkout Gateway integration and AbleCommerce. We're looking for any suggestions or assistance. For a typical order, shipping to the US, all works fine. People can add items to their cart, go to Google Checkout and transact the order, it works just fine. But, ...
by doozerblake
Wed Apr 16, 2008 8:18 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Request.IsSecureConnection
Replies: 2
Views: 3616

Request.IsSecureConnection

What exactly does nVelocity have access to? Is there somewhere I can view that list?

I was hoping to do something like so:

Code: Select all

#if($Request.IsSecureConnection)
<p>hello world!</p>
#endif
If there's a better way to do something like this in a scriptlet, please let me know.