Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2007
    Posts
    7
    Plugin Contributions
    0

    red flag "Orders not showing in Zencart but its showing in Google"

    I recently downloaded the google-checkoutV1.4 and installed it on my site by following the installation guide option B.. i also edited some files like "orders.php, tpl_checkout_payment_default.php, tpl_login_default.php, tpl_shopping_cart_default.php, tpl_time_out_default.php.php".. When i try to checkout some item i get this message "Sorry, we are not accepting payments from your region at this time.
    Please contact us for alternate arrangements
    " in step 2 process... I've follow all the steps in installation guide.. But then i figure it out that whats causing it was the file that edited tpl_checkout_payment_default.php...

    2. YOUR_ZENCART_FOLDER/includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_payment_default.php LINE 117
    ================================================================================ ===================================
    REPLACE:

    <?php
    $selection = $payment_modules->selection();

    if (sizeof($selection) > 1) {

    WITH:

    <?php
    foreach($payment_modules->modules as $pm_code => $pm) {
    if(substr($pm, 0, strrpos($pm, '.')) == 'googlecheckout') {
    unset($payment_modules->modules[$pm_code]);
    }
    }
    $selection = $payment_modules->selection();

    if (sizeof($selection) > 1) {

    So i change it back to its original code.. when i try to checkout some item it works but the i can't see the order in the zencart but its in google...

    Does anyone have any idea about it?
    Linda can u please help me....
    thnx...

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: "Orders not showing in Zencart but its showing in Google"

    You need to go to their support page on Google group (find that on the mod's readme file) and ask the question.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Jul 2007
    Posts
    7
    Plugin Contributions
    0

    red flag Orders not showing in ZC admin

    Hi, I am stuck with this one... i just installed zencart 1.3.7 and googlecheckout.. it works fine at first and when i try to order a product using googlecheckout it was a success but i can't see the order in the zc admin and when i try to look at google the order was there... any idea?
    hopefullly someone would help me.....

  4. #4
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: "Orders not showing in Zencart but its showing in Google"

    I'm having the same problem as cshore....very frustrated, please help.

 

 

Similar Threads

  1. v150 Some items showing up as "Its Free"
    By jason.b in forum General Questions
    Replies: 4
    Last Post: 2 Oct 2012, 02:24 AM
  2. Changed "sales message goes here" but not showing up on site?
    By miabby in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Sep 2009, 04:10 AM
  3. Advice on "recent orders" not showing
    By Mochino in forum Managing Customers and Orders
    Replies: 21
    Last Post: 28 Jan 2009, 08:16 AM
  4. Replies: 21
    Last Post: 7 Jul 2008, 07:34 AM
  5. completed orders are not showing up under "orders" options
    By james739 in forum Managing Customers and Orders
    Replies: 11
    Last Post: 15 Aug 2007, 04:29 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