Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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. :)

Founder & Director at CSC Tours Ltd

  • 2 weeks later...
Posted (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 by h2oHOH
Posted

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'

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...