an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 10/17/2007 10:11:51 PM By lukezy. 5 replies.
10/15/2007 10:59:27 PM
abdu
Posts: 5
Joined: 4/23/2008
Google checkout

If Google Checkout is supported, why it's not showing as a payment option during checkout?

Also the product list webpage is too wide for the browser's width (1024). The horizontal bar should not show. The right bar seems to extend beyond the width.

 

Abdu

 

10/16/2007 12:19:04 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Google checkout

 

You need to config Google checkout first. Please refer tohttp://www.dotshoppingcart.com/custom/dotshoppingcart/onlinehelp/StoreSetup.htm#payment-googlecheckout

For your second issue, please post some screen shots. I don't know the problem.

DotShoppingCart Staff
10/16/2007 12:54:58 AM
abdu
Posts: 5
Joined: 4/23/2008
Re: Google checkout
How do you post an image?
10/16/2007 8:36:06 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Google checkout

Our forums don't support posting image. But you could post your image to any free picture hosting service such as http://picasaweb.google.com/home and post a link here.

DotShoppingCart Staff
10/17/2007 9:36:56 PM
abdu
Posts: 5
Joined: 4/23/2008
Re: Google checkout
This is the screen shot:

http://206.163.217.116/capture.gif
10/17/2007 10:11:51 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Google checkout

The default demo site is targeting at the resolution at 1100 px wide screen. The majority of the user screens are at least 17" which is at least 1280 px width. There are serveral ways that you could change that.

1) change the sidebox width or remove one side of sidebox. Check link http://www.dotshoppingcart.com/custom/dotshoppingcart/onlinehelp/StoreSetup.htm#design-sidebox on how to manage sidebox

2) change css file  .ProductBox and controls/productsummary.ascx to adjust the width of each product summary box

3) change 3 products each row to 2 products. repeatcolums in Controls/productList.ascs

DotShoppingCart Staff