Page 95 of 123 FirstFirst ... 45859394959697105 ... LastLast
Results 941 to 950 of 1222
  1. #941
    Join Date
    Dec 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Anybody have any ideas on how to merge Stock by Attributes with COWOA?

  2. #942
    Join Date
    Feb 2010
    Posts
    67
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Okay, so now I've got it working but to get it to work I've had to delete some of the code. Here's what I did. The install said:

    Code:
    /includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_payment_default.php
    ====================================================================
    
    FIND:
    -
    
    <?php
          }
          for ($j=0, $n2=sizeof($selection[$i]['fields']); $j<$n2; $j++) {
    ?>
    
    <fieldset>
    
    <legend><?php echo $selection[$i]['module']; ?></legend>
    
    <?php echo $selection[$i]['redeem_instructions']; ?>
    
    <div class="gvBal larger"><?php echo $selection[$i]['checkbox']; ?></div>
    
    <label class="inputLabel"<?php echo ($selection[$i]['fields'][$j]['tag']) ? ' 
    
    for="'.$selection[$i]['fields'][$j]['tag'].'"': ''; ?>><?php echo 
    
    $selection[$i]['fields'][$j]['title']; ?></label>
    
    <?php echo $selection[$i]['fields'][$j]['field']; ?>
    
    </fieldset>
    
    <?php
          }
        }
    ?>
    
    -
    
    REPLACE WITH:
    -
    
    <?php
          }
          for ($j=0, $n2=sizeof($selection[$i]['fields']); $j<$n2; $j++) {
    ?>
    <?php if(!($COWOA && $selection[$i]['module']==MODULE_ORDER_TOTAL_GV_TITLE)) {?>
    <fieldset>
    <legend><?php echo $selection[$i]['module']; ?></legend>
    <?php echo $selection[$i]['redeem_instructions']; ?>
      <div class="gvBal larger"><?php echo $selection[$i]['checkbox']; ?></div>
      <label class="inputLabel"<?php echo ($selection[$i]['fields'][$j]['tag']) ? ' 
    for="'.$selection[$i]['fields'][$j]['tag'].'"': ''; ?>><?php echo 
    $selection[$i]['fields'][$j]['title']; ?></label>
    
      <?php echo $selection[$i]['fields'][$j]['field']; ?>
    
      </fieldset>
    
      <?php } ?>
    <?php
          }
        }
    ?>
    
    -
    I did not update the original code with the COWOA code. Each time I upload tpl_checkout_payment_default.php with the updated code, then attempt to purchase on the site, my purchase process stalls on the "...page=checkout_payment" page. The header displays normally, but the body of the page is blank. I suspect this is an error in the php, but I don't know where to go to fix it. My two questions are these:
    1. What is the error in the php that causes the stop?, and
    2. What am I losing by not having that bit of code in there.

    Thanks in advance!
    Brian

  3. #943
    Join Date
    Feb 2010
    Posts
    67
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    mcarbone,
    Have you already installed COWOA? I don't think the header_php.php files in the modules/pages directories will interfere with each other. I have SBA on my site and I don't seem to be having any conflicts with those particular files.

  4. #944
    Join Date
    Feb 2010
    Location
    Sri_lanka
    Posts
    26
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    hi,
    i want to send an email to store admin ,when the customer confirm the order and entering the CPI payment(HSBC). is that possible..


    PLZ HELP

  5. #945
    Join Date
    Sep 2008
    Posts
    108
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    My COWOA just went MIA and I can't get it back!

    Just moved my shop to a new domain, but once I deleted the old shop, the COWOA just disappeared on me. I've tried uploading all the cowoa files, checked that the patch is still there... but no cowoa on login.

    Where did it go..?

  6. #946
    Join Date
    Sep 2008
    Posts
    108
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by Unicorn View Post
    My COWOA just went MIA and I can't get it back!

    Just moved my shop to a new domain, but once I deleted the old shop, the COWOA just disappeared on me. I've tried uploading all the cowoa files, checked that the patch is still there... but no cowoa on login.

    Where did it go..?

    Found the login via tools, but it still won't pull the last cowoa box...
    Last edited by Unicorn; 19 Feb 2010 at 07:42 PM.

  7. #947
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Hi, excuse my ignorance, but I'm coming in to this thread on page 95 and am not sure what state this mod is in. I cannot find it on the add-ons page, is this no longer used? Thanks, Brian.

  8. #948
    Join Date
    Mar 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    * What version of Zen Cart are you using?
    Zen Cart 1.3.8a
    * What addons have you installed? When?
    PayPal, google analytic, export emails
    * In what ways is your site customized or different from a brand new uncustomized install?
    Cherry Zen Template
    * If you're encountering errors, post your site URL* so it can be seen in action.
    https://www.kaysenergyfood.com/shop/...age=no_account

    I am getting an error when I click the button
    "continue to checkout"
    the error is
    "1062 Duplicate entry '11' for key 1
    in:
    [insert into zen_customers_info (customers_info_id, customers_info_number_of_logons, customers_info_date_account_created) values ('11', '0', now())]"

    any help would be greatly appreciated.

  9. #949
    Join Date
    Nov 2006
    Posts
    53
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    What version of Zen Cart are you using?
    - 1.3.8
    What addons have you installed? When?
    - Tried to install COWA today = not working.
    In what ways is your site customized or different from a brand new uncustomized install?
    - Customised Template
    If you're encountering display/layout problems, post your site URL* so it can be seen in action.
    - www.naturalsoap.com.au
    HAVE YOU LOOKED IN THE FAQ AREA for answers to your question? (ie: a search for your error message or what you want to edit/change, etc)
    - yes = nada
    Have you searched the FORUM for your error message or for answers to the question you're asking?
    - yes = why I'm posting :)
    WHEN did the problem "start"? How does that compare with other events of your hosting company, changes you've made to your site files/addons, or your admin settings, etc?
    - As soon as I followed all steps for installing the COWA mod, nothing has changed when going through checkout - mod does not work?
    If this is your first store, have you tested all aspects of transactions before going live?
    - My site has been live for over 2 years now.

    -----------------

    After I have followed all steps listed in the install guide, downloading full copies to my local machine, changing all folders and subs from "your_template" to "grey" and uploading everything, changing the login settings in admin, putting in the new sql code etc, nothing has changed when i go to start a new checkout - still asking for a login, or to start a new account.

    I've triple checked everything and can't figure out what may have bee missed???

    Thanks in advance, I'd love to get this mod up and running asap :)

    Cheers,
    Kathy.

  10. #950

    Default Re: My Checkout Without Account Mod

    Zen cart 1.3.8a with patch

    http://halalitems.com/


    checkout without account

    footer menu


    I just installed the checkout without account addon, and I did change all the "your template" folder to my template name and after I uploaded, the site header, looks squished and all ruined.

    I did make a backup, but before I do it, what happened? anyway to fix it?

    thanks

 

 
Page 95 of 123 FirstFirst ... 45859394959697105 ... 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