Page 131 of 394 FirstFirst ... 3181121129130131132133141181231 ... LastLast
Results 1,301 to 1,310 of 3932
  1. #1301
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by zgraphic View Post
    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

  2. #1302
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default 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

  3. #1303
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default 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.

  4. #1304
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by zgraphic View Post
    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).

  5. #1305
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default 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!

  6. #1306
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by zgraphic View Post
    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.

  7. #1307
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default 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?

  8. #1308
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by zgraphic View Post
    That's what I missed! I am a newbie. What do I need to modify on that file?
    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.

  9. #1309
    Join Date
    Apr 2007
    Posts
    38
    Plugin Contributions
    0

    Default 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!

  10. #1310
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by Woodymon View Post
    ropu, et al-

    The Zen Cart team just posted a fix for XSS vulnerabilities in Zen Cart 1.37. One of the files updated is /admin/orders.php. That file is distributed in the Google Checkout mod, so please remember to include the fix in the next mod release.

    For info on the patch and some background:
    http://www.zen-cart.com/forum/showthread.php?t=64115
    Backgound: http://www.zen-cart.com/forum/showthread.php?t=63677

    Woody
    thx woody!

    ill drop the fix!

    thx again!

    ropu

 

 

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Google Checkout module support for ZC 1.5.0?
    By Woodymon in forum Addon Payment Modules
    Replies: 2
    Last Post: 21 Jan 2012, 03:18 AM
  3. Google Checkout - is there a module for 1.3.9g?
    By cchan in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jan 2011, 05:04 AM
  4. Update Google Checkout Module or Custom Google Checkout?
    By pacificmanagment in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 May 2010, 09:40 AM
  5. Replies: 1
    Last Post: 31 May 2009, 02:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR