Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
zgraphic
Thanks Woody! I am really a Newbie on this. I did download "google-checkout-zencart-v1.3RC2"
Where is "tpl_checkout_payment_default.php" located?
And where should I upload it to?
How do I remove google check out icon after customer login to my site?
and remove the radio GCO payment option after login to my site.
As already stated:
- You cannot remove the GCO icon. It remains no matter if customer is logged in or not.
- Apparently you were not able to follow the instructions regards to removing google checkout from checkout payment page.
So PM me your website URL if you don't wish to post publicly.
As ropu stated you have likely uploaded the template files to the wrong directory
Note YOUR_TEMPLATE is just an example which indicates whatever the name of your template is. Zen Cart takes a bit of time/effort to learn. Before proceeding with implementing Google Checkout or any other mod you need to learn about templates/overrides. See the FAQ for info.
Woody
Re: Google Checkout module for Zen Cart (beta)
@z:
The name of your custom template directory is named "z".
So in your case
/includes/templates/YOUR_TEMPLATE/templates/
means
/includes/templates/z/templates/
That is the directory where you should be uploading and/or editing mod template files.
If you are still not sure you need to review templates overrides in the FAQ.
Woody
Re: Google Checkout module for Zen Cart (beta)
Sorry for the wait Woody, I was out working. I was tried to PM you earlier. But I think my pop-up blocker blocked.
1) GCO icon - so, no matter the customer login or not, the GCO icon can't be hide or remove?
My concern is, on Step 2, payment options. if customer select google check-out, then confirm the order on step 3. It'll go to order completed page. It didnt go to google check-out page. How can my customer pay me? (The order show on my admin page.)
2) Upload files - I downloaded the file as you said "google-checkout-zencart-v1.3RC2" And I did upload
- tpl_login_default.php
- tpl_shopping_cart_default.php
From
\includes\templates\YOUR_TEMPLATE\templates
To
/includes/templates/z/templates/
I really don't see the file "tpl_checkout_payment_default.php"
in any google's folder.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
zgraphic
Sorry for the wait Woody, I was out working. I was tried to PM you earlier. But I think my pop-up blocker blocked.
1) GCO icon - so, no matter the customer login or not, the GCO icon can't be hide or remove?
My concern is, on Step 2, payment options. if customer select google check-out, then confirm the order on step 3. It'll go to order completed page. It didnt go to google check-out page. How can my customer pay me? (The order show on my admin page.)
2) Upload files - I downloaded the file as you said "google-checkout-zencart-v1.3RC2" And I did upload
- tpl_login_default.php
- tpl_shopping_cart_default.php
From
\includes\templates\YOUR_TEMPLATE\templates
To
/includes/templates/z/templates/
I really don't see the file "tpl_checkout_payment_default.php"
in any google's folder.
If your installation is correct...it is impossible for your customers to checkout with google checkout in step 2. Visit our site in my signature or other sites to see how things are suppose to work. The fact that you still have the radio button is an indication that your installation is messed up.
As Woody suggested, if you have tpl_checkout_payment_default.php in /includes/templates/z/templates delete it. If you do not have one there then make sure you copy the original tpl_checkout_payment_default.php and override the one in /includes/templates/template_default/templates (assuming you don't have a modification to this template already).
Re: Google Checkout module for Zen Cart (beta)
O! My god, your site is very nice! I didn't know zen-cart can modifiy like that. Are you a programmer? How do you modify it?
Any way, I dont have the file "tpl_checkout_payment_default.php" in /includes/templates/z/templates/
or in google's folder that I downloaded!
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
zgraphic
O! My god, your site is very nice! I didn't know zen-cart can modifiy like that. Are you a programmer? How do you modify it?
Any way, I dont have the file "tpl_checkout_payment_default.php" in /includes/templates/z/templates/
or in google's folder that I downloaded!
Did you override the copy of the tpl_checkout_payment_default.php in your /includeds/templates/templates_default/templates with the one that originally came with your Zen Cart download (NOT google checkout)? Thanks for the compliments on our site.
Re: Google Checkout module for Zen Cart (beta)
That's what I missed! I am a newbie. What do I need to modify on that file? :smartalec:
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
zgraphic
That's what I missed! I am a newbie. What do I need to modify on that file? :smartalec:
For Google Checkout, you do not need to modify anything. Assuming you have the original file in the default template folder, you customer will not be able to checkout for free on step 2. Basically, google checkout is available to your customer from the login page and shopping cart. In step 2 it will display a static google checkout text. If you do not want this text you will need to modify the tpl_checkout_payment_default.php to remove like. You will notice the static text is not on our step 2 page on our site.
Re: Google Checkout module for Zen Cart (beta)
I have installed the Google Checkout module. Everything works great when checking out if a customer chooses the Google Checkout button icon button, however, if they wait until given the option button for payment methods and choose Google Checkout, it doesn't work!
Anyone else had this problem and know a fix? I have already had to remove the PayPal module because it wouldn't return the ordering information via email to me, so I can't afford to lose Google Checkout too!:huh:
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
thx woody!
ill drop the fix!
thx again!
ropu