

natasha21
Members-
Content count
52 -
Joined
-
Last visited
Profile Information
-
Real Name
natasha
-
Offical Google Checkout module for osCommerce Support Thread
natasha21 replied to Silverado05's topic in Other
=( thanks for responding -
Offical Google Checkout module for osCommerce Support Thread
natasha21 replied to Silverado05's topic in Other
I've been having trouble with my table rates transferring to Google Checkout. Right now, it's only charging $0.00 at the checkout. I've used the shipping generator to get the code to paste into the /googlecheckout/library/shipping/merchant_calculated_methods.php So it shows Table Rate ($0.00) on google side's. I've been looking at this for a couple of days and the only thing that I can think of is that the response handler url in the admin side is wrong. Under my google dashboard, it says API callback URL For Level 2 integration, copy and paste this URL into the "API callback URL" field in the Google Checkout Merchant Center under "Integration->Settings" (links to this page in Sandbox and Production): https://www.****.com/admgooglecheckout/responsehandler.php instead of https://www.****.com/admin/googlecheckout/responsehandler.php I put the correct url on Google's website though. Any help would be greatly appreciated. I'm selling parts of all sizes and need to be able to charge shipping by weight. Thanks! -
Problem with Paypal Express Checkout and Zone Rates
natasha21 replied to natasha21's topic in Payment Modules
nvm, i got it now -
Problem with Paypal Express Checkout and Zone Rates
natasha21 replied to natasha21's topic in Payment Modules
when i go to paypal, it says shipping rate cannot be determined and gives a shipping value of $0 thanks again! -
When I do a test checkout and go to PayPal's website, the shipping doesn't show up. Any help would be great appreciated. Thanks!
-
hey thanks for the contrib - very easy to install do you know how to make it coupon compatible?
-
Offical Google Checkout module for osCommerce Support Thread
natasha21 replied to Silverado05's topic in Other
hey speed, thanks for the link do you think i should change // Third party tracking $tracking_attr_types = array( 'buyer-id' => 'buyer-id', 'order-id' => 'order-id', 'order-subtotal' => 'order-subtotal', 'order-subtotal-plus-tax' => 'order-subtotal-plus-tax', 'order-subtotal-plus-shipping' => 'order-subtotal-plus-shipping', 'order-total' => 'order-total', 'tax-amount' => 'tax-amount', 'shipping-amount' => 'shipping-amount', 'coupon-amount' => 'coupon-amount', 'coupon-amount' => 'coupon-amount', 'billing-city' => 'billing-city', 'billing-region' => 'billing-region', 'billing-postal-code' => 'billing-postal-code', 'billing-country-code' => 'billing-country-code', 'shipping-city' => 'shipping-city', 'shipping-region' => 'shipping-region', 'shipping-postal-code' => 'shipping-postal-code', 'shipping-country-code' => 'shipping-country-code', ); or $Gcart->AddThirdPartyTracking(MODULE_PAYMENT_GOOGLECHECKOUT_3RD_PARTY_TRACKING, $tracking_attr_types); i tried replacing the 1st one with the parameters code, but it doesn't work thanks soo much! nnclyn, my google Carrier Calculater Shipping Configuration only shows domestic also, but i don't have intl enabled. -
Offical Google Checkout module for osCommerce Support Thread
natasha21 replied to Silverado05's topic in Other
For paypal, i use paypal wpp since i do payments pro but there's a paypal already built into osc and for google, i use this contribution -
Offical Google Checkout module for osCommerce Support Thread
natasha21 replied to Silverado05's topic in Other
hey speed, it's the ... the first line of code for shareasale do you by any chance know what to put for the 3rd Party Tracking url in the admin part? I tried putting the https://shareasale.com/sale.cfm?transtype=s...erchantID=xxxxx but it didn't work thanks! -
Offical Google Checkout module for osCommerce Support Thread
natasha21 replied to Silverado05's topic in Other
hey speed777, thanks for the response, but i got a Parse error: syntax error, unexpected '.' in /home/*****/public_html/googlecheckout/gcheckout.php on line 726 on the shopping cart page -
Offical Google Checkout module for osCommerce Support Thread
natasha21 replied to Silverado05's topic in Other
does anyone know how to implement the following code for google checkout ... <merchant-checkout-flow-support> <parameterized-urls> <parameterized-url url="https://shareasale.com/sale.cfm?transtype=sale&merchantID=XXXX"> <parameters> <url-parameter name="tracking" type="order-id" /> <url-parameter name="amount" type="order-subtotal" /> </parameters> </parameterized-url> </parameterized-urls> ... </merchant-checkout-flow-support> ... it's the tracking code for shareasale, the instructions say to put it in the cart xml, but i don't know where that is thanks soo much! -
PayPal WPP Direct Payments & Express Checkout Support
natasha21 replied to dynamoeffects's topic in Other
I was able to get ridof the Please+select+a+payment+method+for+your+order problem when I didn't skip the shipping page. I wanted to make it easier for the customers since I only did a flat rate thing but some were coming back with that problem. -
thanks I once heard that real paypal emails mention the account holder's name in the beginning of the email
-
PayPal WPP Direct Payments & Express Checkout Support
natasha21 replied to dynamoeffects's topic in Other
Hey Brian, I think I might have a clue for the "Please select a payment method for your order" problem. It might be because of the Enable automatic redirects on ultimate seo urls, but I'm not quite sure. I remember reading that it was interfering with the payment module, but it was on a zencart forum I think(I was using google.) I saw the checkout_payment.php?error_message=Please+select+a+payment+method+for+your+order. once in my who's online, but I wasn't able to replicate it either. Thankfully most people pay with credit cards. -
PayPal WPP Direct Payments & Express Checkout Support
natasha21 replied to dynamoeffects's topic in Other
thanks so much - i would've never guessed that the problem was in the configure file