Page 80 of 123 FirstFirst ... 3070787980818290 ... LastLast
Results 791 to 800 of 1222
  1. #791
    Join Date
    Aug 2006
    Location
    Singapore
    Posts
    167
    Plugin Contributions
    1

    Default 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 :)

  2. #792
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default 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:

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

    PHP Code:
    <!--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_SUBMITBUTTON_SUBMIT_ALT); ?></div>
    </div>
    </form>
    </fieldset>
    </div>
    .......this is going to be harder than I thought

  3. #793
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default 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?

  4. #794
    Join Date
    Aug 2006
    Location
    Singapore
    Posts
    167
    Plugin Contributions
    1

    Default 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.

  5. #795
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default 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?

  6. #796
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Never mind above error, I figured it out here:

    http://www.zen-cart.com/forum/showpo...5&postcount=88

    Can you please look at the above thread as I've got another related problem addressed there.

  7. #797
    Join Date
    Feb 2009
    Posts
    419
    Plugin Contributions
    0

    Default 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?

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

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by beyre View Post
    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.

  9. #799
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default 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.
    Thomas Brophy

  10. #800
    Join Date
    Apr 2009
    Posts
    4
    Plugin Contributions
    0

    Default 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.

 

 
Page 80 of 123 FirstFirst ... 3070787980818290 ... 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