Page 108 of 123 FirstFirst ... 85898106107108109110118 ... LastLast
Results 1,071 to 1,080 of 1222
  1. #1071
    Join Date
    Nov 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by EricBel View Post
    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 !
    Hi, my COWOA does not work at all. I have followed your tip here and dont seem to have the entries in my configuration table. I have run the sql several times with not luck. any Ideas?

  2. #1072
    Join Date
    Nov 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by sjowler View Post
    Hi, my COWOA does not work at all. I have followed your tip here and dont seem to have the entries in my configuration table. I have run the sql several times with not luck. any Ideas?
    Its OK, I fixed it. I had the customer approval settings turned on.

  3. #1073
    Join Date
    Jun 2006
    Posts
    783
    Plugin Contributions
    0

    Default How to disable Checkout Without Account Mod

    ver 1.3.9c

    I want to temporarily disable COWA to see if it is causing a problem with a payment mod (PayPal Express), without uninstalling. But see no Admin/Config for this mod ?

  4. #1074
    Join Date
    Feb 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Now I'm trying to install COWOA 2.0c1

    I'm stacking in installation. In the install.txt, I got a few question.

    1.
    >>STEP 0-A If you have a Brand New Zen Cart 139 installation, just merge these files into yours. If you do not have a new template, erase the YOUR-TEMPLATE folder.

    What is YOUR-TEMPLATE? Does it mean YOUR_TEMPLATE?
    If so, can I erase all YOUR_TEMPLATE folders unser install folder?

    2.
    >>STEP 4 - Install the SQL Patch. To do this, open the file COWOA.sql. In your admin panel, open Tools -> Install SQL Patches.

    What is COWOA.sql? Does it mean COWOA_Full_Install.sql?

    Regard.
    Yuma300

  5. #1075
    Join Date
    Feb 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Now I understand install.txt. Thank you.

  6. #1076
    Join Date
    Sep 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    My customers are stuck in a loop. After filling out the form it simply reloads the billing form, blank, and nothing happens.

  7. #1077
    Join Date
    Nov 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I have installed FEC which includes COWOA ..when a customer chooses to checkout with COWOA the standard ' new account' email is sent to customer which thanks the customer for creating an account! Is this a bug or is there a file that I need to change?

  8. #1078
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by rebelman View Post
    I have installed FEC which includes COWOA ..when a customer chooses to checkout with COWOA the standard ' new account' email is sent to customer which thanks the customer for creating an account! Is this a bug or is there a file that I need to change?
    Though FEC has a COWOA option, FEC and COWOA are two DIFFERENT modules..

    You need to post your FEC support questions on the FEC support thread..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #1079
    Join Date
    Mar 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I added the mod with no problems at all, working great.

  10. #1080
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: My Checkout Without Account Mod

    me again...i'm everywhere... 1.3.9h new install of COWOA

    to avoid some of the installation difficulties of my youth ;)

    I'm merging the admin/index.php files as we speak and see at about line 86 no notes about the change being notated as COWOA specific and am concerned the index.php is from an earlier version of zencart. don't' want to screw this up:

    here is the new 1.3.9h admin/index.php

    Code:
    	echo '<div class="row"><span class="left">' . BOX_ENTRY_CUSTOMERS . '</span><span class="rigth"> ' . $customers->fields['count'] . '</span></div>';
    	echo '<div class="row"><span class="left">' . BOX_ENTRY_PRODUCTS . ' </span><span class="rigth">' . 
    $products->fields['count'] . '</span></div>';
    	echo '<div class="row"><span class="left">' . BOX_ENTRY_PRODUCTS_OFF . ' </span><span class="rigth">' . $products_off->fields['count'] . '</span></div>';
    	echo '<div class="row"><span class="left">' . BOX_ENTRY_REVIEWS . '</span><span class="rigth">' . $reviews->fields['count']. '</span></div>';
        if (REVIEWS_APPROVAL=='1') {

    COWOA's admin/index.php

    Code:
    echo '<div class="row"><span class="left">' . BOX_ENTRY_PRODUCTS . ' </span><span class="rigth">' . $products->fields['count'] . '</span></div>';
    	echo '<div class="row"><span class="left">' 
    . BOX_ENTRY_PRODUCTS_OFF . ' </span><span class="rigth">' .
    actually i think just this is missing from the COWOA vesion with no notation as to why

    Code:
    . BOX_ENTRY_CUSTOMERS . '</span><span class="rigth"> ' . $customers->fields['count'] . '</span></div>';
    	echo '<div class="row"><span class="left">'
    Last edited by athena; 8 Apr 2011 at 04:52 PM.

 

 

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