Results 1 to 10 of 1222

Hybrid View

  1. #1
    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.

  2. #2
    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.

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

    Default Re: My Checkout Without Account Mod

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

 

 

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

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