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

My Checkout Without Account Mod

Locked

Views: 323,004

Results 781 to 800 of 1,220
This thread is locked. New replies are disabled.
19 Apr 2009, 20:22
#781
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

My Checkout Without Account Mod

Hi all,

I was hoping to install this, but not at the expense of the single page checkout. Without reading nearly 80 pages of this thread, does anyone know if anyone has yet figured out how to integrate this with the single paged checkout files?

Thanks....
:thumbsup:

19 Apr 2009, 22:07
#782
boggled avatar

boggled

Zen Follower

Join Date:
Mar 2006
Location:
Tennessee
Posts:
286
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Ok. I give up. :wacko:

I've searched and looked thru this thread (short of reading it from beginning to end) and I've tried changing things I thought would work in my files. Nothing has worked so far.

I use TY Package Tracker and Super Orders. How do you get rid of the link in the email or at least edit it to change the wording a bit?

I asked this same question in the past, and seems like I found a fix, but it's not posted in here best I can tell and I can't remember what (if anything) I did. Seems like I just changed the "Detailed Invoice" text to say, "if you have an account with us, you can view your detailed invoice by clicking the link below:"

When I use the developer's tool kit to search for the text included in the tracking email, nothing comes up. I can find several instances though of the words "Detailed Invoice" - just not sure which one to change. So far the ones I changed didn't work.

I'd be happy at this point if I could just take out the whole 'Detailed Invoice' text and link completely from ALL emails, but I can't figure out how to do that either! :cry:

If anyone has managed to do this or has suggestions that will help (while I still have a few hairs left on my head), I sure would appreciate it. :smile:

20 Apr 2009, 08:21
#783
craftzombie avatar

craftzombie

Zen Follower

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

Re: My Checkout Without Account Mod

Boggled:

I use TY Package Tracker and Super Orders. How do you get rid of the link in the email or at least edit it to change the wording a bit?

Not sure about TY Package Tracker, but for Super Orders.... on the COWOA Wiki
there is a section at the bottom called "Super Orders Compatibility Mod" that might help you (I think?!?!?).

21 Apr 2009, 10:01
#784
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: My Checkout Without Account Mod

I've had a lot of bailed carts recently, especially at the login page. If people can't be bothered to create an account then I'd really like to have this mod installed. I also really like FEC the single page checkout though.

I just took a look at the COWOA install files and I think I'd be biting off more than I could chew trying to integrate these with my FEC files. I'm no coder but I don't mind 'having a go' and I'm just wondering is anyone here with more experience is up for the challenge or merging the two mods as this would be an awesome contribution to the ZC community.

As I say, I've looked at the COWOA files. From what I can see, the files in the following locations are the ones that would need to be taken and fitted into the FEC files:

  • overrides-writes\includes\languages\english\CUSTOM
  • overrides-writes\includes\templates\CUSTOM\templates

Is anyone up for trying this with me?

21 Apr 2009, 10:21
#785
milkyway avatar

milkyway

Inactive

Join Date:
Aug 2006
Location:
Singapore
Posts:
167
Plugin Contributions:
1

Re: My Checkout Without Account Mod

I've tried merging Easy Signup and FEC and they can work together, but I got no success mmerging COWOA and FEC.

However Easy Signup has similar function like COWOA, so if you are going to merge with FEC, Easy Signup would be best option

21 Apr 2009, 10:33
#786
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: My Checkout Without Account Mod

milkyway:

I've tried merging Easy Signup and FEC and they can work together, but I got no success mmerging COWOA and FEC.

However Easy Signup has similar function like COWOA, so if you are going to merge with FEC, Easy Signup would be best option

Thanks for the tip MilkyWay... I'm not sure how my signup process could be easier... I've whittled out all the nonsense so that my signup is basically, 1st name, last name, address and e-mail address. I even installed the postcode finder so they don't have to type their address :-)

What else could the Easy Signup mod do? Do you have a link to it as I can't find it in the download area under 'easy signup' ? Do you mean this one:

http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=766

I'd still prefer to have them able to checkout without signing up.

21 Apr 2009, 11:15
#788
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: My Checkout Without Account Mod

OK, I'm going to try merging those two then... FEC and EASY SIGN-UP AND LOGIN ...... wish me luck, Ill need it!! 23 files need merged :shocking:

21 Apr 2009, 12:48
#789
milkyway avatar

milkyway

Inactive

Join Date:
Aug 2006
Location:
Singapore
Posts:
167
Plugin Contributions:
1

Re: My Checkout Without Account Mod

limelites, Easy Sign-up and FEC are designed to work together, I think not many files need to take care, there are some little modification though, also be careful when installing SQL patch so they can work each other, there are good explanation in the author site, good luck :)

21 Apr 2009, 13:05
#790
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: My Checkout Without Account Mod

The first step for me is trying to install the GoogleCheckout modifications into the EasySignup files. The trouble is that the GC instructions are written for the normal tpl_login_default.php etc., so when it's telling me to replace code, the code isn't there...... it's been modified by the ES mod..

Example, GC says:

  1. YOUR_ZENCART_FOLDER/includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php LINE 84
    ===================================================================================================
    REPLACE:
</form> <br class="clearBoth" /> <?php echo zen_draw_form('create_account', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onsubmit="return check_form(create_account);"') . zen_draw_hidden_field('action', 'process') . zen_draw_hidden_field('email_pref_html', 'email_format'); ?>

WITH:

</form> <br class="clearBoth" /> <?php // ** GOOGLE CHECKOUT ** include(DIR_WS_MODULES . 'show_google_components.php'); // ** END GOOGLE CHECKOUT ** ?> <?php echo zen_draw_form('create_account', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onsubmit="return check_form(create_account);"') . zen_draw_hidden_field('action', 'process') . zen_draw_hidden_field('email_pref_html', 'email_format'); ?>

But the code it's telling me to replace has been changed somewhat:

<!--BOF PPEC split login- DO NOT REMOVE-->
<fieldset class="loginFieldsetLeft">
<legend><?php echo HEADING_NEW_CUSTOMER_SPLIT; ?></legend>
<div class="clearBoth"></div>
<?php if ($_SESSION['cart']->count_contents() > 0) { ?>
<div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT_NO_CART; ?></div>
<?php } else { ?>
<div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT; ?></div>
<?php } ?>
<hr />
<?php echo zen_draw_form('create_account', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onsubmit="return check_form(create_account);"') . '<div>' . zen_draw_hidden_field('action', 'process') . zen_draw_hidden_field('email_pref_html', 'email_format'); ?>
<?php require($template->get_template_dir('tpl_modules_create_account.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_create_account.php'); ?>
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMIT, BUTTON_SUBMIT_ALT); ?></div>
</div>
</form>
</fieldset>
</div> 

.......this is going to be harder than I thought :no:

21 Apr 2009, 13:52
#791
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Anyway, GC aside, can you ellaborate what you mean about being careful with the SQL patch. I'm about to run the patch but as you point out, I've already run the FEC patch some time ago....

Is there a danger it won't patch correctly since I've already sun the SQL patch for FEC?

21 Apr 2009, 14:08
#792
milkyway avatar

milkyway

Inactive

Join Date:
Aug 2006
Location:
Singapore
Posts:
167
Plugin Contributions:
1

Re: My Checkout Without Account Mod

If you already install FEC then I think you are safe to go (but not vice versa, where you need to remove the line DELETE from the FEC SQL), just install Easy Sign-up directly, I think it use module manager to install SQL, if it doesn't work you can install the SQL patch directly into 'Install SQL patch' page.

You will need to read both FEC and Easy Signup installation manual.

21 Apr 2009, 14:24
#793
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: My Checkout Without Account Mod

hmmmmm.... not quite :-)

I'm getting this when I run the ES SQL Patch:

1062 Duplicate entry 'Permanent Account Holders Only' for key 2
in:
[INSERT INTO query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

I'm hopeless with databases......what do I need to remove from the SQL patch file?

29 Apr 2009, 05:07
#795
beyre avatar

beyre

Zen Follower

Join Date:
Feb 2009
Posts:
422
Plugin Contributions:
0

Re: My Checkout Without Account Mod

The install went fairly smoothly.

However, the only thing is that it threw off the SSL - now I get the secure/unsecure error message on every page of the "no account" checkout process.

How do you fix that?

29 Apr 2009, 05:43
#796
craftzombie avatar

craftzombie

Zen Follower

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

Re: My Checkout Without Account Mod

beyre:

The install went fairly smoothly.

However, the only thing is that it threw off the SSL - now I get the secure/unsecure error message on every page of the "no account" checkout process.

How do you fix that?

Its not supposed to be doing that. It never has on my site and any of the sites I've installed it on.

You can see on includes/templates/your_template/templates/tpl_login_default.php, in the section where the continue button is for guest checkout, it says <?php echo "<a href=\"" . zen_href_link(FILENAME_NO_ACCOUNT, '', 'SSL') . "\">"; ?>

You should have the 'SSL' in there. And in other files like tpl_no_account_default.php it also calls for SSL. The rest of the files used in the COWOA process are the same files used for the regular Zen checkout process, so there should be no difference. Do you have a link to your site????

Also, maybe someone can correct me if I am wrong, but doesn't it give you the secure/unsecure error message if you have unsecure images on https pages? For example, if you are on https://www.yoursite.com/checkout, but you have images showing from http://www.yoursite.com/images/image1.jpg (instead of doing ../images/image1.jpg) you get an error. That has been my experience, but I could be wrong.

29 Apr 2009, 11:02
#797
tjb avatar

tjb

New Zenner

Join Date:
Feb 2008
Location:
Illinois
Posts:
54
Plugin Contributions:
0

Re: My Checkout Without Account Mod

The only time I've seen the "secure/unsecure error message " is when I was referrencing an image on one of the pages (header,footer, or any other page). I just changed the reference to be https:// and it fixed the problem.

30 Apr 2009, 14:50
#798
typenshoot avatar

typenshoot

New Zenner

Join Date:
Apr 2009
Posts:
4
Plugin Contributions:
0

Re: My Checkout Without Account Mod

I have a fresh install of 1.3.8 with the COWOA mod installed and working except :
When a customer purchases a Gift card and checks out, the redemption code is not sent along in the email after it is released from the queue. Therefore, a customer has purchased a GV and has no way to redeem it. What am I missing?

I modified the template with no success, and this leads me to believe the underlying php file needs some modification. How do I add the code required into the php file, if this is the solution?

I did not see this issue in my search of the thread, sorry for any duplication of effort.

30 Apr 2009, 17:45
#799
typenshoot avatar

typenshoot

New Zenner

Join Date:
Apr 2009
Posts:
4
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Also, how can this gift card them be send to another person using Zen Cart to track the transfer ?

01 May 2009, 00:01
#800
craftzombie avatar

craftzombie

Zen Follower

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

Re: My Checkout Without Account Mod

I just wanted to update any new users who are looking to download this mod. I store the downloads on my site, but my site was recently hacked. In an effort to get rid of bad files, I accidentally deleted the folder which contains the COWOA downloads. Yes, I am an idiot. Not for accidentally deleting them, but for not having back up copies. It seems I have back up copies of everything else along with EVERY stupid insignificant file on my computer, but no COWOA backup. So.... if there is anyone who happens to have this mod for 1.3.7 and for 1.3.8 that can send them to me, I would be very grateful. If not, I will not be able to sort this out and get things back up until this weekend, maybe even next weekend depending on my workload. Sorry!!! :cry: