Page 117 of 123 FirstFirst ... 1767107115116117118119 ... LastLast
Results 1,161 to 1,170 of 1222
  1. #1161
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by dw08gm View Post
    OK. The differences in code are as follows:

    Add the following code to tpl_modules_no_account.php right below the privacy conditions section"

    Code:
    <?php
      if (CUSTOMERS_REFERRAL_STATUS == 2) {
    ?>
    <?php echo zen_draw_hidden_field('customers_referral', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_referral', '15') . ' id="customers_referral" value="COWOA"'); ?>
    <?php } ?>

    My tpl_modules_no_account.php has the following code at the end:

    Code:
    <?php
      if (CUSTOMERS_REFERRAL_STATUS == 2) {
    ?>
    <fieldset>
    <legend><?php echo TABLE_HEADING_REFERRAL_DETAILS; ?></legend>
    <label class="inputLabel" for="customers_referral"><?php echo ENTRY_CUSTOMERS_REFERRAL; ?></label>
    <?php echo zen_draw_input_field('customers_referral', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_referral', '15') . ' id="customers_referral"'); ?>
    <br class="clearBoth" />
    </fieldset>
    <?php } ?>
    The file that included this information is not in the tpl_modules_no_account.php file, it is in the admin/customer.php. On v1.5.0 on line 1186 and on v1.3.9 line 1169.
    Last edited by countrycharm; 29 May 2012 at 03:20 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #1162
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: My Checkout Without Account Mod

    Hi Countrycharm

    Sorry but I do not understand what you are saying.

    I have the following code in the admin/customer.php v1.3.9h line 1169

    Code:
    <!-- bof COWOA2c #231 -->
    <?php if ($customers->fields['COWOA_account'] == 1) { ?>               
                    <td class="dataTableContent" align="center"><?php echo 'COWOA'; ?>&nbsp;</td>
    <?php }else{ ?> 
                    <td class="dataTableContent" align="center"><?php echo 'Normal';} ?>&nbsp;</td>
    <!-- eof COWOA2c #231 -->

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

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by dw08gm View Post
    Hi Countrycharm

    Sorry but I do not understand what you are saying.

    I have the following code in the admin/customer.php v1.3.9h line 1169

    Code:
    <!-- bof COWOA2c #231 -->
    <?php if ($customers->fields['COWOA_account'] == 1) { ?>               
                    <td class="dataTableContent" align="center"><?php echo 'COWOA'; ?>&nbsp;</td>
    <?php }else{ ?> 
                    <td class="dataTableContent" align="center"><?php echo 'Normal';} ?>&nbsp;</td>
    <!-- eof COWOA2c #231 -->
    Hi all I was doing was showing you that the code mvstudio inserted in the tpl_modules_no_account.php file is not necessary because it has all ready being included in the IntegratedCOWOA_20c2 as you said, but it would benefit the one who has older versions installed. If they have and older version installed they need to upgrade for sure.
    Last edited by countrycharm; 29 May 2012 at 07:11 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #1164
    Join Date
    Feb 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I just upgraded to v1.5 and added a gateway service (nmi) and need this functionality. What do I need to do to participate the in upgrade? Please let me know. Thanks in advance!

  5. #1165
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by Picturemom View Post
    I just upgraded to v1.5 and added a gateway service (nmi) and need this functionality. What do I need to do to participate the in upgrade? Please let me know. Thanks in advance!
    Check your PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #1166
    Join Date
    Nov 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I have installed the v1.5 environment and need to implement a "Checkout Without Account" facility for a download only product.

    It's great to see so many posts on this topic but not sure which one is the most appropriate for a novice Zenner?

  7. #1167
    Join Date
    Sep 2011
    Posts
    4
    Plugin Contributions
    0

    Default My Checkout Without Account Mod

    I am running Zen Cart 1.3.9h. I have installed the COWOA and having one main problem. I switched the FORCED LOGOFF to TRUE. When testing the order status feature and typing in the order number and email address, there is no way to LOGOFF from the COWOA customer session. If I try to Login as a registered customer the My Account page shows and displays the COWOA customer details.

    Please help.

  8. #1168
    Join Date
    Oct 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    So I'm definitely looking to add a Guest Checkout option to my site and it looks like that's what this does. I just installed Zen today so I have whatever the latest version is. The only things I've done are add some categories and products.

    I'm a bit confused as to how to install this thing though since the instructions start by listing things about the template folder.

    Are the instructions in the install.txt file still valid with the current version of Zen or do I have to make some changes? Can anyone point me in the right direction?

    Thanks.

  9. #1169
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by kelemvor View Post
    So I'm definitely looking to add a Guest Checkout option to my site and it looks like that's what this does. I just installed Zen today so I have whatever the latest version is. The only things I've done are add some categories and products.

    I'm a bit confused as to how to install this thing though since the instructions start by listing things about the template folder.

    Are the instructions in the install.txt file still valid with the current version of Zen or do I have to make some changes? Can anyone point me in the right direction?

    Thanks.
    If you installed zen cart v1.5.0 or zen cart v1.5.1 you can download COWOA from here.

    Welcome to the forums by the way..
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #1170
    Join Date
    Oct 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    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

 

 

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