Page 118 of 123 FirstFirst ... 1868108116117118119120 ... LastLast
Results 1,171 to 1,180 of 1222
  1. #1171
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by bbarasa View Post
    I just installed COWOA 2.2 on a site with ZC 1.5.0. ZC was auto-installed by hosting service, with admin files in /zcadmin. So I uploaded files from install /admin to /zcadmin. Yes I have override folders named /custom so put YOUR_TEMPLATE files in folders named /custom. Submitted sql patch and made other minor changes listed in install file.

    Install file states: "Go to your Admin Configuration screen and open up COWOA". In my ZC admin/configuration there is no COWOA listed.

    I checked via phpmyadmin and COWOA_account field is in customers table so according to another post, that means the patch "took".

    Do I misunderstand where I am supposed to look for COWOA in the ZC config? Is there some place I have to change code because the admin files are in /zcadmin ?

    Please advise!

    ZC area of site is at www.westpac-ptg.org/zencart
    If you need help and your running Zen Cart v1.5.0 or Zen Cart v1.5.1 Please ask your question over in the Cowoa Version 1.5.0 thread.
    I will not be replying to anymore question on this thread. Please read the thread first because your question might have been covered already.
    Last edited by countrycharm; 26 Oct 2012 at 01:00 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #1172
    Join Date
    Oct 2012
    Posts
    5
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Hai,
    My problem is
    When I am making a purchase as a guest user. Once I fill all my details and say for some reason I am not able to complete order.Now if I want to say "sign in" with some existing account I will not be able to do it.
    Even if I close the browser and agin try it will not allow me.Then only option will be Ineed to delete cookies and try again.

    How can I solve this problem ?

  3. #1173
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by singam View Post
    Hai,
    My problem is
    When I am making a purchase as a guest user. Once I fill all my details and say for some reason I am not able to complete order.Now if I want to say "sign in" with some existing account I will not be able to do it.
    Even if I close the browser and agin try it will not allow me.Then only option will be Ineed to delete cookies and try again.

    How can I solve this problem ?
    You need to roll back any changes you did before you installed Cowoa because you didn't install it right. You did make a backup didn't you?
    Reinstall Cowoa making sure all files are in there correct place and you have merge the core files right. If you installed it right you will not have any problems what soever.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #1174
    Join Date
    Apr 2013
    Location
    India
    Posts
    36
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Hello,

    I have installed COWOA for adding the checkout without account option on the checkout page. But it is not showing in the configuration menu in the admin side.Can you please tell me what would be the problem? Thanks in advance.

  5. #1175
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by atp29awr View Post
    Hello,

    I have installed COWOA for adding the checkout without account option on the checkout page. But it is not showing in the configuration menu in the admin side.Can you please tell me what would be the problem? Thanks in advance.
    Can you post a link showing us which version of the COWOA module you are using.

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

    Default Re: My Checkout Without Account Mod

    GENTLE reminder....
    Quote Originally Posted by countrycharm View Post
    If you need help and your running Zen Cart v1.5.0 or Zen Cart v1.5.1 Please ask your question over in the Cowoa Version 1.5.0 thread.
    I will not be replying to anymore question on this thread. Please read the thread first because your question might have been covered already.
    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.

  7. #1177
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I just installed this mod, and it's partly working, but partly not. I've read through several dozen pages worth of posts, and my head is spinning. So rather than drive myself absolutely crazy going through 118 pages, I'm going to throw myself on the mercy of the forum, and simply ask for help. I apologize, in advance, if the answers to my questions have already been given, and I simply didn't find them.

    >> STEP 1 - Change the "YOUR_TEMPLATE" directory names to the name of your actual template under the install/includes/templates.

    Did this, no problem.

    >> ****** STEP 1A has been Added
    STEP 1a - In your custom template son your cart, edit the tpl_header.php file and look for this line.
    <?php if (($_SESSION['customer_id']) { ?>
    change it to this.
    <?php if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) { ?>
    This prevents the My Account from showing up after the COWOA Users enters their Order Number and E-Mail Address to view their order.
    >> ******


    Small problem here, the tpl_header.php was not located in zencart\includes\templates\pinkywinky, it was located in the zencart\includes\templates\template_default\common\ folder. I made the required changes and uploaded them to the zencart\includes\templates\template_default\common\ folder.

    >> STEP 2 - Upload the includes and admin directory to your zen cart directory.

    That part went fine.

    >> STEP 4 - Install the SQL Patch. To do this, open the file COWOA.sql.

    Not sure what happened to Step 3, but I did this. The file was actually called COWOA_Full_Install.sql. The install.txt doc says it should have modified 14 files, but it only modified 12. Do I need to also install UPDATE_COWOA_2.sql and UPDATE_COWOA_2x to 2c.sql?

    >> STEP 5 - In your admin section, under configuration>layout settings>use split-login page, you want it to say "true".

    It does. :-)

    >> STEP 6 - **** Add to your /includes/filenames.php file the following line: ****
    define('FILENAME_ORDER_STATUS', 'order_status');


    No problem there, and I uploaded it to the proper directory.

    >> Step 7 - **** Go to your Admin Configuration screen and open up COWOA There are 3 configuations that need to be set to True or False.

    Another problem: What COWOA? I logged out and back in again, twice, but I still don't see anything like this under any menu listing.

    Final problem: The site looks as it should, and I like how it splits the customers on the Admin Home page into those with and without accounts. But...when I access the site (http://www.carnal-pleasures.com/zencart/ ... apologies in advance that it's an adult site...I'm only the programmer, please don't blame me!) it's not giving me a COWOA option. Doing a test purchase takes me to the same page as before I installed the mod.

    Welcome, Please Sign In
    New Customer? Please enter your checkout information here
    Returning customers may benefit from creating an account with Carnal Pleasures which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.

    Returning Customers
    Carnal Pleasures account holders may login below.
    Email Address:
    Password:
    Forgot your password?


    There are no options to continue the purchase without creating an account.

    I know I'm close...where did I go wrong?

    THANK YOU, in advance, for your help!!

  8. #1178
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by Scully View Post
    I just installed this mod, and it's partly working, but partly not. I've read through several dozen pages worth of posts, and my head is spinning. So rather than drive myself absolutely crazy going through 118 pages, I'm going to throw myself on the mercy of the forum, and simply ask for help. I apologize, in advance, if the answers to my questions have already been given, and I simply didn't find them.

    >> STEP 1 - Change the "YOUR_TEMPLATE" directory names to the name of your actual template under the install/includes/templates.

    Did this, no problem.

    >> ****** STEP 1A has been Added
    STEP 1a - In your custom template son your cart, edit the tpl_header.php file and look for this line.
    <?php if (($_SESSION['customer_id']) { ?>
    change it to this.
    <?php if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) { ?>
    This prevents the My Account from showing up after the COWOA Users enters their Order Number and E-Mail Address to view their order.
    >> ******


    Small problem here, the tpl_header.php was not located in zencart\includes\templates\pinkywinky, it was located in the zencart\includes\templates\template_default\common\ folder. I made the required changes and uploaded them to the zencart\includes\templates\template_default\common\ folder.

    >> STEP 2 - Upload the includes and admin directory to your zen cart directory.

    That part went fine.

    >> STEP 4 - Install the SQL Patch. To do this, open the file COWOA.sql.

    Not sure what happened to Step 3, but I did this. The file was actually called COWOA_Full_Install.sql. The install.txt doc says it should have modified 14 files, but it only modified 12. Do I need to also install UPDATE_COWOA_2.sql and UPDATE_COWOA_2x to 2c.sql?

    >> STEP 5 - In your admin section, under configuration>layout settings>use split-login page, you want it to say "true".

    It does. :-)

    >> STEP 6 - **** Add to your /includes/filenames.php file the following line: ****
    define('FILENAME_ORDER_STATUS', 'order_status');


    No problem there, and I uploaded it to the proper directory.

    >> Step 7 - **** Go to your Admin Configuration screen and open up COWOA There are 3 configuations that need to be set to True or False.

    Another problem: What COWOA? I logged out and back in again, twice, but I still don't see anything like this under any menu listing.

    Final problem: The site looks as it should, and I like how it splits the customers on the Admin Home page into those with and without accounts. But...when I access the site (http://www.carnal-pleasures.com/zencart/ ... apologies in advance that it's an adult site...I'm only the programmer, please don't blame me!) it's not giving me a COWOA option. Doing a test purchase takes me to the same page as before I installed the mod.

    Welcome, Please Sign In
    New Customer? Please enter your checkout information here
    Returning customers may benefit from creating an account with Carnal Pleasures which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.

    Returning Customers
    Carnal Pleasures account holders may login below.
    Email Address:
    Password:
    Forgot your password?


    There are no options to continue the purchase without creating an account.

    I know I'm close...where did I go wrong?

    THANK YOU, in advance, for your help!!
    1A. replace your orig file and load your edited file to yourtemplate rather than template_default.

    2. Did you rename 'admin' folder to match YOUR admin folder?

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

    Default Re: My Checkout Without Account Mod

    Gentle reminder..
    Quote Originally Posted by countrycharm View Post
    If you need help and your running Zen Cart v1.5.0 or Zen Cart v1.5.1 Please ask your question over in the Cowoa Version 1.5.0 thread.
    I will not be replying to anymore question on this thread. Please read the thread first because your question might have been covered already.

    Just to be clear.. The above referenced support thread is for the version of COWA that is available in the Zen Cart downloads section.. If you've installed the COWOA version from any other place on the internet including the version on the first page of THIS thread (Integrated Checkout Without Account), please note they ARE NOT the same module and you should NOT post questions related to Integrated Checkout Without Account on theCowoa Version 1.5.0 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.

  10. #1180
    Join Date
    Dec 2012
    Location
    Hazel Green, Alabama, United States
    Posts
    13
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I have searched for this in the thread and found nothing about it. When someone orders that has an account, I get a detailed invoice of what they ordered. That is what I need. When they checkout without an account, I just get a email from PayPal showing that they paid. Then I have to contact the buyer on what they ordered. How do I get it to where I can get a detailed invoice of a non account holder when they order?

 

 

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