Zen Cart Logo
Forums / All Other Contributions/Addons / My Checkout Without Account Mod

My Checkout Without Account Mod

Locked

Views: 323,003

Results 441 to 460 of 1,220
This thread is locked. New replies are disabled.
14 Mar 2008, 06:16
#441
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

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

14 Mar 2008, 06:20
#442
craftzombie avatar

craftzombie

Zen Follower

Join Date:
Jul 2006
Posts:
494
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Berserker:

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

Berserker:

does the buyer receive a create account/welcome email?

No

14 Mar 2008, 07:05
#443
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Re: My Checkout Without Account Mod

craftzombie:

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.

14 Mar 2008, 07:13
#444
craftzombie avatar

craftzombie

Zen Follower

Join Date:
Jul 2006
Posts:
494
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Berserker:

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. :smile:

16 Mar 2008, 21:06
#445
ecmauto avatar

ecmauto

New Zenner

Join Date:
Jun 2007
Location:
USA
Posts:
32
Plugin Contributions:
0

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

16 Mar 2008, 23:30
#446
craftzombie avatar

craftzombie

Zen Follower

Join Date:
Jul 2006
Posts:
494
Plugin Contributions:
0

Re: My Checkout Without Account Mod

ecmauto:

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**)

18 Mar 2008, 21:30
#447
hedera avatar

hedera

Zen Follower

Join Date:
Nov 2007
Posts:
128
Plugin Contributions:
0

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,

18 Mar 2008, 21:42
#448
craftzombie avatar

craftzombie

Zen Follower

Join Date:
Jul 2006
Posts:
494
Plugin Contributions:
0

Re: My Checkout Without Account Mod

hedera:

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! :smile:

18 Mar 2008, 22:00
#449
hedera avatar

hedera

Zen Follower

Join Date:
Nov 2007
Posts:
128
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Hey, if we weren't anal retentive we wouldn't be doing this at all! That's sort of what I thought, it just shook me when I realized I had an extra folder... Thanks for confirming, and I will in fact make sure I have the COWOA stuff in the right place before deleting that unnecessary directory!

19 Mar 2008, 02:45
#450
ecmauto avatar

ecmauto

New Zenner

Join Date:
Jun 2007
Location:
USA
Posts:
32
Plugin Contributions:
0

Re: My Checkout Without Account Mod

craftzombie:

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**)

craftzombie,
Thanks for you reply, Well I gues I am learning the template system much like I did or maybe still am learning the override system.
Here is the short story,
1st, I created a folder called "custom" next to every folder called "classic"
2nd, I copied every file in the "classic" folder to the "custom" folder, since I did not want the overall look to change.
3rd, I uploaded all the files from the COWOA mod as instructed in the install into there respective "custom" folders following the directory tree structure as outlined.
4th, I installed the sql. patch.
5th, I modified the "template_info.php" file and placed it into "includes/template/custom"
I am able to choose the custom template from the admin no trouble and everything else seems look and run normal, except when I get to the billing info page this is the error msg. I get "Warning: require(includes/templates/template_default/templates/tpl_no_account_default.php) [function.require]: failed to open stream: No such file or directory in /home/ecmauto/public_html/store/includes/templates/template_default/common/tpl_main_page.php on line 119

Fatal error: require() [function.require]: Failed opening required 'includes/templates/template_default/templates/tpl_no_account_default.php' (include_path='.:/usr/local/php52/pear') in /home/ecmauto/public_html/store/includes/templates/template_default/common/tpl_main_page.php on line 119"

If I place these two files in the "templates/template_default/templates" dir. the mod works correctly.
I have double checked spelling and placement. Any idea's ?

Thanks, Jim
https://ecmauto.com

19 Mar 2008, 08:02
#451
craftzombie avatar

craftzombie

Zen Follower

Join Date:
Jul 2006
Posts:
494
Plugin Contributions:
0

Re: My Checkout Without Account Mod

ecmauto:

craftzombie,
Thanks for you reply, Well I gues I am learning the template system much like I did or maybe still am learning the override system.
Here is the short story,
1st, I created a folder called "custom" next to every folder called "classic"
2nd, I copied every file in the "classic" folder to the "custom" folder, since I did not want the overall look to change.
3rd, I uploaded all the files from the COWOA mod as instructed in the install into there respective "custom" folders following the directory tree structure as outlined.
4th, I installed the sql. patch.
5th, I modified the "template_info.php" file and placed it into "includes/template/custom"
I am able to choose the custom template from the admin no trouble and everything else seems look and run normal, except when I get to the billing info page this is the error msg. I get "Warning: require(includes/templates/template_default/templates/tpl_no_account_default.php) [function.require]: failed to open stream: No such file or directory in /home/ecmauto/public_html/store/includes/templates/template_default/common/tpl_main_page.php on line 119

Fatal error: require() [function.require]: Failed opening required 'includes/templates/template_default/templates/tpl_no_account_default.php' (include_path='.:/usr/local/php52/pear') in /home/ecmauto/public_html/store/includes/templates/template_default/common/tpl_main_page.php on line 119"

If I place these two files in the "templates/template_default/templates" dir. the mod works correctly.
I have double checked spelling and placement. Any idea's ?

Thanks, Jim
https://ecmauto.com

The only thing I can think of is that the tpl_no_account_default.php and tpl_modules_no_account.php failed to upload properly to includes/templates/custom/templates. Sometimes FTP programs just don't wanna transfer files. I've had instances where I was sure certain files were transferred and when I checked again, sure enough they were not there. Its no problem to keep them in template_default/templates though.

20 Mar 2008, 01:22
#452
ecmauto avatar

ecmauto

New Zenner

Join Date:
Jun 2007
Location:
USA
Posts:
32
Plugin Contributions:
0

Re: My Checkout Without Account Mod

craftzombie:

The only thing I can think of is that the tpl_no_account_default.php and tpl_modules_no_account.php failed to upload properly to includes/templates/custom/templates. Sometimes FTP programs just don't wanna transfer files. I've had instances where I was sure certain files were transferred and when I checked again, sure enough they were not there. Its no problem to keep them in template_default/templates though.

craftzombie,
Hi, well I am ready to give up, It works let it alone.
I reloaded all COWOA files , no help.
I went through the template dir. structure, found a few mistakes,no help.
I checked all COWOA files for dup's , found several where they shouldn't be,no help.
Still will not work without relocating those two files. I did notice something that I am not sure is correct, in order to cowoa you must go to the shopping cart page 1st, then hit checkout.
I you go to chekouit 1st you are taken to the standard login/create account page.

I wanted to fix this in order to make upgrade easier, but as much time as I sent trying to fix this I probably could have upgraded by now. Live and learn right.

Thanks for all your help, Jim
https://ecmauto.com

20 Mar 2008, 01:51
#453
craftzombie avatar

craftzombie

Zen Follower

Join Date:
Jul 2006
Posts:
494
Plugin Contributions:
0

Re: My Checkout Without Account Mod

ecmauto:

I did notice something that I am not sure is correct, in order to cowoa you must go to the shopping cart page 1st, then hit checkout.
I you go to chekouit 1st you are taken to the standard login/create account page.
https://ecmauto.com

You are taken to the standard login/create account page first, ANYTIME you click on checkout, whether you are on the shopping cart page or any other page and whether you are using COWOA or not.

COWOA does not begin until the customer clicks on the the "continue" (or whatever it says) button in the guest checkout section, which appears on the login page only when there are items in the cart.

If you are shopping and decide to click on checkout without going to the shopping cart page first, it should not act any different than when you do go to the shopping cart page first. Either way will take you to main_page=login first and then from there, the customer can choose what to do.

Wow, that was a brain-melter......

Now, having said all that, I took a look at your shop and the thing is... you have edited some code and that is why it is doing that. If you look behind the scenes at your code.... the link for the checkout button in your shopping cart goes to
main_page=no_account, but the checkout link on the top of your page goes to main_page=checkout_shipping (which is the correct way) (and will switch you to the login page automatically if you are not logged in or are new).

I suspect that you did this:
**postcount=439**, which you do not want to do unless you want to remove logging in completely from your shop. If you want to keep login available to your customers, you need to do what it says in that post... in reverse! :smile:

20 Mar 2008, 11:31
#454
ecmauto avatar

ecmauto

New Zenner

Join Date:
Jun 2007
Location:
USA
Posts:
32
Plugin Contributions:
0

Re: My Checkout Without Account Mod

craftzombie:

You are taken to the standard login/create account page first, ANYTIME you click on checkout, whether you are on the shopping cart page or any other page and whether you are using COWOA or not.

COWOA does not begin until the customer clicks on the the "continue" (or whatever it says) button in the guest checkout section, which appears on the login page only when there are items in the cart.

If you are shopping and decide to click on checkout without going to the shopping cart page first, it should not act any different than when you do go to the shopping cart page first. Either way will take you to main_page=login first and then from there, the customer can choose what to do.

Wow, that was a brain-melter......

Now, having said all that, I took a look at your shop and the thing is... you have edited some code and that is why it is doing that. If you look behind the scenes at your code.... the link for the checkout button in your shopping cart goes to
main_page=no_account, but the checkout link on the top of your page goes to main_page=checkout_shipping (which is the correct way) (and will switch you to the login page automatically if you are not logged in or are new).

I suspect that you did this:
**postcount=439**, which you do not want to do unless you want to remove logging in completely from your shop. If you want to keep login available to your customers, you need to do what it says in that post... in reverse! :smile:

craftzombie, Hi
You where right, the code was changed. sorry I did not remember doing that. My wife calls that CRS "can't remember *!%$#".
I changed it back and now I am not given the cowoa option, weather I go to shopping cart 1st or not and I did check it with something in cart.
It looks like the standard login/create account page.The page that the screen shots of cowoa show does not appear.

This is getting complicated. New thought, now that I have a better understanding of the override system perhaps I should go ahead and upgrade to 1.3.8 witch would replace all the standard zen files correcting any other code I may have changed (and don't remember) then reinstall the few mods I have the correct way.
What do ya think ?

Thanks, jim
https://ecmauto.com

21 Mar 2008, 19:03
#455
pcdesigns avatar

pcdesigns

New Zenner

Join Date:
Feb 2007
Posts:
76
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Anyone know how/if there is a way to put the referral options in with this mod? I have the site referral for those who create an account but it would be awesome if those who do not create an account could tell me who/where they were referred.

Also, the comments in my orders.php says fatal error, and refers to line 804 anyone have that problem? It has to do with the comments.

Great mod by-the-way!

22 Mar 2008, 16:05
#456
dhcernese avatar

dhcernese

Zen Follower

Join Date:
Mar 2007
Location:
Pepperell, Massachusetts
Posts:
232
Plugin Contributions:
0

Re: My Checkout Without Account Mod

pcdesigns:

Anyone know how/if there is a way to put the referral options in with this mod? I have the site referral for those who create an account but it would be awesome if those who do not create an account could tell me who/where they were referred.WinMerge is your friend. I have both running. I also have other things merged, so it's not so simple for me to list what's different just for this.

22 Mar 2008, 16:13
#457
crinolina avatar

crinolina

New Zenner

Join Date:
Nov 2007
Posts:
28
Plugin Contributions:
0

Re: My Checkout Without Account Mod

hi i've tried to install this mod on 1.37 but no luck. the wiki download for 1.37 dosent work so a've installed 1.38. Is this the problem? Are there any triks?

22 Mar 2008, 18:40
#458
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: My Checkout Without Account Mod

I'd just like to say a big thanks for this mod. Just installed and tested everything. It's working great.

22 Mar 2008, 20:15
#459
ecmauto avatar

ecmauto

New Zenner

Join Date:
Jun 2007
Location:
USA
Posts:
32
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Hi,
Question regarding the override system, In the COWOA mod dir. tree I see an "overrides-writes" dir listed under the same parrent dir. as the "includes" dir.
I assume these are the files to override. However I do not have this dir. in my store, I do have 2 "overrides" folders. 1) "includes/auto_loaders/overrides" and 2) "includes/init_includes/overrides".The question is do I need to upload the files under the "overrides-writes" folder from the mod into one of these dir. ? And if so , witch one? or is it telling me to upload the entire "overrides-writes" dir to my parrent dir. ?

Thank You, Jim
https://ecmauto.com

22 Mar 2008, 21:05
#460
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: My Checkout Without Account Mod

Just ignore the title of the folder and upload the things inside it. Make sure to also upload the includes folder which is in the same directory as the folder in question. Change all template instances inside everything.