cclayton Posted April 17, 2009 Posted April 17, 2009 I have Google Checkout setup for my site but its setup as if I am delivering a a physical product that needs shipping, whereas actually all they are buying can be sent in an email from me after payment. Is there a simple way of amending the delivery method to Email Delivery to save users having to enter in shipping address in Google Checkout? Thanks. :) Quote Founder & Director at CSC Tours Ltd
cclayton Posted April 28, 2009 Author Posted April 28, 2009 No one knows or has an idea? Quote Founder & Director at CSC Tours Ltd
h2oHOH Posted April 28, 2009 Posted April 28, 2009 (edited) You could edit Flat Rate shipping to be email delivery. Just disable all shipping mods except Flat Rate. go to: includes/languages/english/modules/shipping/merchant_calculated_methods.php change text 'flat' => array( 'domestic_types' => array( 'flat' => 'Flat Rate Per Order' to 'flat' => array( 'domestic_types' => array( 'flat' => 'Email Delivery Processing' go to: includes/languages/english/modules/shipping/flat.php change text define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate'); define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate'); define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way'); to define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Email'); define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Email'); define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Email'); Set your flat Rate(now email) shipping in Admin to: 0.00 or 1.00 whatever you want to charge... test and see if this would work for you? one simple way to accomplish... backup files first Edited April 28, 2009 by h2oHOH Quote
h2oHOH Posted April 28, 2009 Posted April 28, 2009 Whoops, note file address change: go to: googlecheckout/library/shipping/merchant_calculated_methods.php change text 'flat' => array( 'domestic_types' => array( 'flat' => 'Flat Rate Per Order' to 'flat' => array( 'domestic_types' => array( 'flat' => 'Email Delivery Processing' Quote
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.
Note: Your post will require moderator approval before it will be visible.