Page 45 of 123 FirstFirst ... 3543444546475595 ... LastLast
Results 441 to 450 of 1222
  1. #441
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Does this mod automatically create 1 mysql database?

  2. #442
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by Berserker View Post
    Does this mod automatically create 1 mysql database?
    ????

    It doesn't create a database. It adds to your already existing Zen Cart database by altering/adding info to the customer tables and order tables, etc.

  3. #443
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Hello,

    When somebody order without an account, is it by default that it records that buyer as new customer in admin everytime he/she orders? I made two dummy orders and it recorded me twice as new customer?

    Also, does the buyer receive a create account/welcome email?

    Thx

  4. #444
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by Berserker View Post
    When somebody order without an account, is it by default that it records that buyer as new customer in admin everytime he/she orders? I made two dummy orders and it recorded me twice as new customer?
    Yes

    Quote Originally Posted by Berserker View Post
    does the buyer receive a create account/welcome email?
    No

  5. #445
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by craftzombie View Post
    Yes
    Ok, then is it alright to delete the buyer once the order has been completed? So that it won't be full of similar customer file.

  6. #446
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by Berserker View Post
    Ok, then is it alright to delete the buyer once the order has been completed? So that it won't be full of similar customer file.
    It's your cart! I personally keep all the files there because thats the way I like it (in case I need them for some reason in the future). But you can do whatever you want with your files.

  7. #447
    Join Date
    Jun 2007
    Location
    USA
    Posts
    32
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    YeHa,COWOA is finally working.
    I discoverd the reason it wasn't working like it should is because I was not using the overrides system correctly. But with help from everyone here at the forum I was able to figure out what I was doing wrong and correct it.
    However I had to copy 2 files into another directory to get it to work .
    On the billing info page it was looking for the "tpl_no_account_default.php" file in the "templates/template_default/templates" Dir. Once I made a copy of that file and moved it there it then was looking for "tpl_modules_no_account.php" in the same Dir. So I made a copy of that file and moved it there and COWOA worked.
    Those 2 files where installed in the correct folder as described in the install but it seems it is not looking for them there. Can anybody tell me why ? And how do I correct it ?

    Thank, Jim
    https://ecmauto.com

  8. #448
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by ecmauto View Post
    YeHa,COWOA is finally working.
    I discoverd the reason it wasn't working like it should is because I was not using the overrides system correctly. But with help from everyone here at the forum I was able to figure out what I was doing wrong and correct it.
    However I had to copy 2 files into another directory to get it to work .
    On the billing info page it was looking for the "tpl_no_account_default.php" file in the "templates/template_default/templates" Dir. Once I made a copy of that file and moved it there it then was looking for "tpl_modules_no_account.php" in the same Dir. So I made a copy of that file and moved it there and COWOA worked.
    Those 2 files where installed in the correct folder as described in the install but it seems it is not looking for them there. Can anybody tell me why ? And how do I correct it ?

    Thank, Jim
    https://ecmauto.com
    Well, I am not sure exactly how much you understand the template system, so I cannot be sure what happened. By default, Zen will go to template_default and the regular Zen folders to look for the file. If you are using your own template, it will take the file from your template folders instead. It doesn't make a mistake on that part. We make mistakes my misspelling folders or our ftp program sometimes doesn't transfer files properly.

    For anyone who is still new and is not sure about overrides & templates....

    As an example.... the name of my template is "orange". Don't know why... its not orange! I just picked a random name.

    Any area in Zen where I am going to make changes to a file, I....

    1. create a new folder
    2. change the name of that new folder to orange
    3. place updated file into that folder

    So, say I am editing includes/modules/sideboxes/information.php

    I make my changes to the file, but instead of uploading it back to includes/modules/sideboxes/, I create a new folder and place the file in it:
    includes/modules/sideboxes/orange/information.php

    You can do this in most places, but not all of them. The override system is not available for admin files and for some catalog files. Any directory that contains a subdirectory named "classic" can be overridden. (wiki) (tutorial)

  9. #449
    Join Date
    Nov 2007
    Posts
    125
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    COWOA seems to be working on my site; but I just noticed something bizarre. I wanted to change the wording on the login page, so I went to the Developers' Toolkit and searched for the string "Welcome, please sign in." The toolkit brought up 2 copies of the file:

    zencart/includes/includes/languages/english/LifeRing/login.php
    zencart/includes/languages/english/LifeRing/login.php

    Um, is this a problem? It looks like FileZilla didn't put the files up correctly when I uploaded COWOA. Is this something I need to fix??

    Puzzled,
    hedera

    Nature bats last.

  10. #450
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by hedera View Post
    COWOA seems to be working on my site; but I just noticed something bizarre. I wanted to change the wording on the login page, so I went to the Developers' Toolkit and searched for the string "Welcome, please sign in." The toolkit brought up 2 copies of the file:

    zencart/includes/includes/languages/english/LifeRing/login.php
    zencart/includes/languages/english/LifeRing/login.php

    Um, is this a problem? It looks like FileZilla didn't put the files up correctly when I uploaded COWOA. Is this something I need to fix??

    Puzzled,
    The correct file to edit is:
    zencart/includes/languages/english/LifeRing/login.php

    zencart/includes/includes is incorrect. There is no additional includes folder inside of the includes folder. You can delete that folder, but you should probably make sure all of the files have been uploaded correctly so that the mod works properly. I personally don't rely on FTP programs to do these things correctly. I do use FileZilla, but if there are not a billion files, I do each folder one by one, making sure it is in fact going into the correct place. Anal retentive? Probably. Do I care? Nope!

 

 
Page 45 of 123 FirstFirst ... 3543444546475595 ... LastLast

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