Page 107 of 123 FirstFirst ... 75797105106107108109117 ... LastLast
Results 1,061 to 1,070 of 1222
  1. #1061
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by hockey2112 View Post
    Thanks for checking it out. I noticed that you chose COD as your payment method. I just removed that method... please try checking out again, and enter a bogus credit card number in the cart. the order will "successfully" go through, and the order info in the admin area will state that you paid via Gift Cart/Coupon. So the issue is still there...
    Just as an update, it seems the issue is on index.php?main_page=checkout_payment . I installed 1.3.9d and an older version of the db from this site (pre-COWOA) onto a test server, and the cart functioned normally. In fact, it kicked me back to re-enter my CC info b/c I had put 4444444444444444 as the cc number.

    I then dropped the db tables, imported the "with COWOA" db from this site, and the issue is occurring on the test site's cart. When I put 4444444444444444 as the cc number, it proceeds as if everything is correct and the shows no info under Payment Method as I described above.

    Any ideas?


    ------------

    Upon further investigation, I hadn't even uploaded the COWOA-modified checkout_payment.php file, so I guess that file isn't the culprit at all. Really stumped on this one...

  2. #1062
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    When I go to Configuration -> COWOA, all I see is Title, Value, and Action, but the rest of the page is blank.

    I am using v1.3.9h and I did a full install.

    On the front-end, the "sign up" and "login" boxes are the only ones that show up. There is no COWOA box.

    I have changed the names of all the override templates.

    Any suggestions as to what I have done wrong?

  3. #1063
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by greengreetings View Post
    When I go to Configuration -> COWOA, all I see is Title, Value, and Action, but the rest of the page is blank.

    I am using v1.3.9h and I did a full install.

    On the front-end, the "sign up" and "login" boxes are the only ones that show up. There is no COWOA box.

    I have changed the names of all the override templates.

    Any suggestions as to what I have done wrong?
    The box is there. You have to have an item in the cart before it will show up.

  4. #1064
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by craftzombie View Post
    The box is there. You have to have an item in the cart before it will show up.
    It's not on the website in my signature, though. It's on my test site. And my Configuration -> COWOA page is blank. All I see is Title, Value, and Action.

    My cache shows no error messages.

    I don't know what else to do.

  5. #1065
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    help question Stuck on billing page

    I've gone through the forum post on COWOA and haven't been able to solve my problem.

    Every time I enter the information in on the billing page and click continue, it takes me right back to the billing page with all the fields blank.

    I found the post about reinstalling everything. So I re-downloaded the COWOA files and then reinstalled everything. Removed the SQL items and then reinstalled the SQL items.

    Still same problem.

    I've installed this wonderful add-on on another site with no problems. Not sure what I did different here.

    Any help would be greatly appreciated.
    www.jcscreenprinting.com

    Using zencart 1.3.9h
    and newest download of COWOA

    Thank You

  6. #1066
    Join Date
    Feb 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by greengreetings View Post
    It's not on the website in my signature, though. It's on my test site. And my Configuration -> COWOA page is blank. All I see is Title, Value, and Action.

    My cache shows no error messages.

    I don't know what else to do.
    I have the same problem until tonight !

    First, you have to check in your database in table "configuration_group" and search for "COWOA" in column "configuration_group_title". If you dont have any "COWOA" entry, you must run SQL files that come with the mod.

    If "COWOA" is there, note the number in "configuration_group_id" field. In my case is 33.

    Next, go to "configuration" table and look in "configuration_key" column. The goal is to find the 4 "COWOA_..." entry. For me, they are at the end of the table ("configuration_id" 925 to 928).
    If you dont have them, you must run the SQL.

    Next, for each COWOA item, look in field "configuration_group_id". You must have the number of the COWOA Id in table "configuration_group. 33 in my case.
    If you have 0 like me at the beginning, simply put the right number and save your change. You have to do this for each COWOA item. When done, just go back to admin > configuration > cowoa and everything must be OK !!!!

    Good luck !

  7. #1067
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Stuck on billing page

    Quote Originally Posted by jdaven123 View Post
    I've gone through the forum post on COWOA and haven't been able to solve my problem.

    Every time I enter the information in on the billing page and click continue, it takes me right back to the billing page with all the fields blank.

    I found the post about reinstalling everything. So I re-downloaded the COWOA files and then reinstalled everything. Removed the SQL items and then reinstalled the SQL items.

    Still same problem.

    I've installed this wonderful add-on on another site with no problems. Not sure what I did different here.

    Any help would be greatly appreciated.
    www.jcscreenprinting.com

    Using zencart 1.3.9h
    and newest download of COWOA

    Thank You
    Someone else had me try to see if this line of code was in the tpl_checkout_payment_default.php file in my templates folder and remove it to fix the problem.

    if ($COWOA && ($_SESSION['cart']->show_total() == 0)) {
    zen_redirect(zen_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'));
    }

    I checked and it was not. Anyone else have any ideas of why I'm stuck on the billing page and it just keeps refreshing to a blank billing page when I click next.

    Site is pretty new. Installed ZenCart, installed a template called LiteRed, then installed COWOA.

    I'm so lost on trying to get this fixed.

    Thank You

  8. #1068
    Join Date
    Feb 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: Stuck on billing page

    Quote Originally Posted by jdaven123 View Post
    Someone else had me try to see if this line of code was in the tpl_checkout_payment_default.php file in my templates folder and remove it to fix the problem.

    if ($COWOA && ($_SESSION['cart']->show_total() == 0)) {
    zen_redirect(zen_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'));
    }

    I checked and it was not. Anyone else have any ideas of why I'm stuck on the billing page and it just keeps refreshing to a blank billing page when I click next.

    Site is pretty new. Installed ZenCart, installed a template called LiteRed, then installed COWOA.

    I'm so lost on trying to get this fixed.

    Thank You
    Do you have any log message ? I remember a problem like this one and one of my PHP file have an error (';' or ')' missing)

  9. #1069
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Stuck on billing page

    Quote Originally Posted by EricBel View Post
    Do you have any log message ? I remember a problem like this one and one of my PHP file have an error (';' or ')' missing)
    Where do I find this log to look at?

    Thanks

  10. #1070
    Join Date
    Feb 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: Stuck on billing page

    Quote Originally Posted by jdaven123 View Post
    Where do I find this log to look at?

    Thanks
    The log are in the "cache" folder of ZenCart root installation.

    You can open it with notepad (or notepad++ for a better experience !!!!)

 

 

Similar Threads

  1. Checkout without account problem
    By weblasomnath in forum Addon Templates
    Replies: 0
    Last Post: 23 Nov 2010, 02:56 PM
  2. Checkout without account
    By GDOrn in forum All Other Contributions/Addons
    Replies: 194
    Last Post: 14 Sep 2010, 08:05 PM
  3. Fast and Easy Checkout - Checkout Without Account not showing
    By Lee-oh in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 Feb 2010, 05:09 PM
  4. question about the checkout without account mod
    By hxkknba in forum Addon Payment Modules
    Replies: 1
    Last Post: 12 Oct 2009, 05:48 PM
  5. Changing checkout flow with Checkout Without Account (COWOA)?
    By pe7er in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Feb 2008, 06:09 PM

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