Page 99 of 123 FirstFirst ... 4989979899100101109 ... LastLast
Results 981 to 990 of 1222
  1. #981
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by techiegirl View Post
    Thanks, that's what was missing. Not sure how I missed that.

    I'm using Zen Cart version 1.3.8 and downloaded COWOA for 1.3.8.

    However, when I enter in test billing info, I am not taken to Step #2, the page just refreshes itself and clears all fields.

    Is it possible that there is another file that is missing?

    Thanks!

    http://www.tregreekboutique.com/zencart
    Look for any folders in you store that say freetemplate2

    If you find any, the files inside should be moved to your template folder, or you can delete those and rename the freetemplate2 folders on the install to the same name as your template that you are using and then re-copy them to your store.

    Look in:
    /includes/modules
    /includes/languages/english
    /includes/templates

  2. #982
    Join Date
    Apr 2010
    Posts
    68
    Plugin Contributions
    0

    help question Re: My Checkout Without Account Mod

    Quote Originally Posted by JTheed View Post
    Look for any folders in you store that say freetemplate2

    If you find any, the files inside should be moved to your template folder, or you can delete those and rename the freetemplate2 folders on the install to the same name as your template that you are using and then re-copy them to your store.

    Look in:
    /includes/modules
    /includes/languages/english
    /includes/templates
    I've double checked all the files and all the files are in the proper directories.

    Any ideas on why after entering the billing information and selecting "Continue" the page just refreshes and the entered data disappears?

    http://www.tregreekboutique.com/zencart

    Thanks!

  3. #983
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by techiegirl View Post
    I've double checked all the files and all the files are in the proper directories.

    Any ideas on why after entering the billing information and selecting "Continue" the page just refreshes and the entered data disappears?

    http://www.tregreekboutique.com/zencart

    Thanks!
    So you didn't find any folders named freetemplate2 in those 3 folders I mentioned?

    It has to find that file to continue. Try copying it to template_default/templates

  4. #984
    Join Date
    Apr 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by JTheed View Post
    So you didn't find any folders named freetemplate2 in those 3 folders I mentioned?

    It has to find that file to continue. Try copying it to template_default/templates
    No, I didn't have any folders named freetemplate2. After downloading the source files I renamed all the freetemplate2 folders to my template name.

    I just used FTP again and transferred each file individually. They are all there, so I'm not sure why it's not working.

  5. #985
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by techiegirl View Post
    No, I didn't have any folders named freetemplate2. After downloading the source files I renamed all the freetemplate2 folders to my template name.

    I just used FTP again and transferred each file individually. They are all there, so I'm not sure why it's not working.
    You should have a file called no_account.php under includes/modules and it should be 5K in size. The first few lines are:
    Code:
    // This should be first line of the script:
    $zco_notifier->notify('NOTIFY_MODULE_START_NO_ACCOUNT');
    
    if (!defined('IS_ADMIN_FLAG')) {
      die('Illegal Access');
    }
    /**
     * Set some defaults
     */
      $process = false;
      $zone_name = '';
      $entry_state_has_zones = '';
      $error_state_input = false;
      $state = '';
      $zone_id = 0;
      $error = false;
    /**
     * Process form contents
     */

    I will have an updated version to the one I posted in the download section soon, tonight or tomorrow night, where the few add-ons will be included in one install and you can turn the COWOA and The Order Status on or off in the Admin Configuration screen.

  6. #986
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Sorry, it's an 18K file, not 5k.

  7. #987
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I finally upgraded to Zen 1.3.9 and I have COWOA working with it. If you are upgrading to Zen 1.3.9 and are using the template override system (like you should be!), you will only have to update the following files (since the other files wouldn't have been touched during your upload):

    /admin/orders.php
    /includes/classes/order.php
    /includes/modules/pages/gv_redeem/header_php.php
    /includes/modules/pages/password_forgotten/header_php.php
    /includes/modules/pages/login/header_php.php

    Instructions are here: download

    I am not providing you with any files in that download. I am telling you what code you need to add to your clean Zen 1.3.9 files. Whenever I add a mod to my cart, I prefer to do it this way because a) I use other mods and I'd hate to override a file that has code for another mod in it and b) i want to use the newest version of the file. Whats the point of upgrading and then uploading older versions of files from this mod or that mod?

    And it doesn't take very long at all.

    I also updated COWOA Admin (shows you who is using cowoa) for 1.3.9 : download

    (Now I'm off to see if I can fix Dual Pricing since that seems wacky after my upgrade. Fun! )

  8. #988
    Join Date
    Aug 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Patiently waiting COWOA installer for the first time, fresh on a 1.3.9.

  9. #989
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Am I missing something here. Ive installed this mod, went through a test transaction, hit 'checkout without account' and got presented with a customer account form, then a shipping form, then a payment form, then a confirmation form, then it took it to my merchant for payment....

    How is this any different to clicking register an account???

  10. #990
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by dgent View Post
    Am I missing something here. Ive installed this mod, went through a test transaction, hit 'checkout without account' and got presented with a customer account form, then a shipping form, then a payment form, then a confirmation form, then it took it to my merchant for payment....

    How is this any different to clicking register an account???
    1st of all, what did you buy on your test?

    Did it have a price? If yes, how would you get payment to your store?

    Also, which COWOA are you using?

 

 

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