
Originally Posted by
slugo
I saw that some other users were having this issue as well. It was mentioned earlier in the thread but no resolution followed. Basically I only have the Google Checkout module installed for "payments". Whenever I choose to use the regular (ZenCart's) checkout process (instead of the google fast checkout ) it says it is using google checkout for step 2.... however it never prompts for a CC number or anything. I can just move to step 3 and place the order without paying for it. Is it not suppossed to work this way? My intentions were to use it to process CCs. I have tried version 1.0.4r and the latest version in Ropu's trunk (1.0.5 beta i think). the 1.0.5 shows xml data at the bottum of the screen but that's another thing. Any answers would be great!
Many Thanks,
Slugo


Slugo, hi
question?
have you add the correct templates?
includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_payment_default.php line 128.
PHP Code:
if (sizeof($selection) > 1) {
if($selection[$i]['id'] == "googlecheckout")
continue;
this code skips googleCheckout from the Regular Checkout Payment.
Double check this.
ropu
Bookmarks