Hello,

I have a few questions:
1. I setted up google checkout payment method in nopcommerce and it appears on cart, but it doesn't work. I looked at html and find that form with id=form-googlecheckout doesn't appear on my page. Why it could heppened?

2. Also I am not sure how customers can set up their delievery address, shipping company after checkout?

3. Also on admin panel I can open a lot of pages. For example: /Customer/List returns:
We're sorry, there is no Web page matching your request.

It's possible you typed the address incorrectly, or that the page no longer exists. In this case, we profusely apologize for the inconvenience and for any damage this may cause.


The same for orders pages and many others.

4. And the last qusetion is: site is a little slow (debug="false", compiled in release mode), how I can up performane a lot?


Thanks, Yaroslav

/*Updated*/
I found answer on a few questions:
1. I put addon-uttons inside cart form. And
@using (Html.BeginRouteForm("Plugin.Payments.GoogleCheckout.SubmitButton", FormMethod.Post, new { id = "form-googlecheckout" }))
was unable to generate form inside other.
2. looks like I can set up in admin shipping prices etc.
3. now that pages work. but I don't know why it could heppened...
What about the last one question?