New Zenner
- Join Date:
- Jul 2007
- Posts:
- 1
- Plugin Contributions:
- 0
big_royal_mail_2.21a NOT WORKING WITH Google Checkout
have installed big_royal_mail_2.21a and i have used GOOGLE Shipping
Method Generator to define the shipping methods. All Shipping Methods
are configured for google checkout BUT zen cart website TAKES TO THE
GOOGLE CHECKOUT PAGE it displays all the shipping methods but NO VALUE is available. It is showing ZERO value which are DEFAULT VALUES of google checkout.
I don't want to use the Default Values of google checkout for shipping
methds. Can anybody using big_royal_mail_2.21a and GOOGLE CHEKCOUT
my website is www.fashion4style.co.uk
please you please help me out here?
--------------------------------------------------------------------------------------------following are the codes Shipping Method Generator made:
--------------------------------------------------------------------------------------------
$this->mc_shipping_methods = array(
'rm1stpacketsf' => array(
'domestic_types' =>
array(
'rm1stpacketsf' => 'Great
Britain and Northern Ireland only',
),
'international_types' =>
array(
),
),
);
$this->mc_shipping_methods_names = array(
'rm1stpacketsf' => 'Royal
Mail 1st Class Recorded Signed For',
);
?>