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,486
    Plugin Contributions
    12

    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. Showing "music genre" in more areas of ZenCart.
    By ccaines in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Jul 2007, 11:13 PM
  2. Zencart header still showing after replacing header.jpg
    By amieco in forum General Questions
    Replies: 1
    Last Post: 4 Jul 2007, 06:36 PM
  3. SPAM:: In subject line from ZenCart But Not osCommerce
    By Mattie C in forum General Questions
    Replies: 11
    Last Post: 1 Oct 2006, 03:26 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
  •