danl Posted February 22, 2010 Share Posted February 22, 2010 I recently set up a Google Checkout account and added it as a gateway to WHMCS with minimal difficulties. This may be a Google issue, but Google insists on including shipping information on the order confirmation email that is sent to the customer. Has anyone had experience with this and know how to make a "services only" transaction so shipping is not an option? Thank you in advance.. Dan 0 Quote Link to comment Share on other sites More sharing options...
ski Posted May 25, 2010 Share Posted May 25, 2010 Just came across the same issue. Did you ever get a resolution? If I find something, I will post here. 0 Quote Link to comment Share on other sites More sharing options...
aXeR Posted May 31, 2010 Share Posted May 31, 2010 I would be interested to hear if anyone has a decent resolution to this matter as I've forever having to login and click shipped & archive. 0 Quote Link to comment Share on other sites More sharing options...
rdavis Posted May 31, 2010 Share Posted May 31, 2010 Right from Google, ya sorry I took the easy way..... URL http://code.google.com/apis/checkout/developer/Google_Checkout_Shopping_Cart_Annotating_Shipping_Information.html#Digital_delivery Make it Digital delivery! Unlike physical goods, digital goods do not need to be shipped (or picked up in a store). If you will email your customer with instructions for accessing digital items, then you need to identify the items on your site that are digital goods. To identify a digital item, add the product-digital CSS class to any HTML tag for that item as demonstrated in the example below. <div class="product"> <img class="product-image" src="beethoven_cd.jpg"> <span class="product-title product-digital">Moonlight Sonata</span> Price: <span class="product-price">9.99</span> <div role="button" alt="Add to cart" tabindex="0" class="googlecart-add-button"> </div> </div> If all of the items in an order are digital goods, then Google Checkout will not display shipping options for the items. In addition, you can not use carrier-calculated shipping methods for orders that contain digital items. 0 Quote Link to comment Share on other sites More sharing options...
aXeR Posted June 1, 2010 Share Posted June 1, 2010 Where would this get added? 0 Quote Link to comment Share on other sites More sharing options...
aXeR Posted June 2, 2010 Share Posted June 2, 2010 *bump* anyone got this working? 0 Quote Link to comment Share on other sites More sharing options...
rwvpn Posted June 3, 2010 Share Posted June 3, 2010 why does WHMCS not already identify it's self as digital goods? 0 Quote Link to comment Share on other sites More sharing options...
rdavis Posted June 11, 2010 Share Posted June 11, 2010 Hi rwvpn, because not everyone uses WHMCS for virtual non-tangible sales. 0 Quote Link to comment Share on other sites More sharing options...
Packhead Posted June 21, 2010 Share Posted June 21, 2010 I'd really like to see this happen. It looks like there's an API call to tell Google that it's a digital delivery. Seems that WHMCS would just need to have an option, either on the product or the payment gateway setup... The CSS options posted above don't work as the push to Google is through XML. That's for when you're writing your own checkout system. 0 Quote Link to comment Share on other sites More sharing options...
VicToMeyeZR Posted June 30, 2010 Share Posted June 30, 2010 what is the API version we should use? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.