Page 37 of 123 FirstFirst ... 2735363738394787 ... LastLast
Results 361 to 370 of 1222
  1. #361
    Join Date
    Dec 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: can i have check out without account as default?

    Quote Originally Posted by craftzombie View Post
    What version of Zen are you using?
    i am using zen cart v 1.3.7

  2. #362
    Join Date
    Oct 2007
    Location
    Netherlands
    Posts
    36
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Warning: It look like the SQL file that comes with this mod somehow breaks the required attributes functions!! Now customers can checkout without filling the required fields....(php 5.x/php 4.x - MySQL 4/5) It may not do this for you...

    Anyway here is a Fix that I found else where on this forum and look like its working again now, just in case this does happened to you:

    Please remember to backup your database before make any changes and best to use this code with phpadmin and not the Zen cart admin


    Code:
    INSERT INTO `configuration` VALUES ('', 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2007-03-19 17:57:39', '2007-03-19 17:57:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2007-03-19 17:57:39', '2007-03-19 17:57:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2007-03-19 17:57:39', '2007-03-19 17:57:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, '2007-06-06 16:47:03', NULL, 'zen_cfg_textarea_small(');

  3. #363
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Does the fix...break anything else?

    I usually don't bother with atributes, but I was thinking about doing that on birdersbinocualrs.com and wanted to be sure that the fix didn't go where fixes shouldn't go.

    JP

  4. #364
    Join Date
    Oct 2007
    Location
    Netherlands
    Posts
    36
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    first test to see of your required attributes function is working :)

    if its not the fix just reset some settings in your database it does not break anything else :)

  5. #365
    Join Date
    Dec 2006
    Location
    Ohio
    Posts
    198
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Mine broke after installing the google sitemap mod. For some, it was imagehandler2, which I don't have installed. I'm not sure if COWOA did or not.

  6. #366
    Join Date
    Oct 2007
    Location
    Netherlands
    Posts
    36
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    What ever addon broke it this sql will fix it And the best part is that the addon will keep working normal also

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

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by |Dexter| View Post
    Warning: It look like the SQL file that comes with this mod somehow breaks the required attributes functions!! Now customers can checkout without filling the required fields....(php 5.x/php 4.x - MySQL 4/5) It may not do this for you...

    Anyway here is a Fix that I found else where on this forum and look like its working again now, just in case this does happened to you:

    Please remember to backup your database before make any changes and best to use this code with phpadmin and not the Zen cart admin


    Code:
    INSERT INTO `configuration` VALUES ('', 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2007-03-19 17:57:39', '2007-03-19 17:57:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2007-03-19 17:57:39', '2007-03-19 17:57:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2007-03-19 17:57:39', '2007-03-19 17:57:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, '2007-06-06 16:47:03', NULL, 'zen_cfg_textarea_small(');
    And just to clarify... I made NO changes to the SQL or any other code that originally came with this mod. I simply added the given code to the new 1.3.8 files.

  8. #368
    Join Date
    Jan 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    The sql file that comes with this mod does 3 things:

    It adds a tinyint called COWOA_account (1) and COWOA_order (2) to the customers and orders tables. I haven't looked at the php code but I presume this is used as a flag to indicate if an account/order is a COWOA one. It also adds a query to the query_builder table to allow you to send emails to permanent account holders only.

    Remember, although this mod says you can buy without an account, it's not really true. It creates an account that you cannot log in to and makes sure you do not receive any correspondence from the site. The modified code uses the above flags to differentiate between details it has for account holders and people who checked out without formally creating an account.

    So, in summary, if the sql was broken, it wasn't this mod that did it.

  9. #369
    Join Date
    Oct 2007
    Location
    Netherlands
    Posts
    36
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Sorry I was pretty sure it was this mod, like its the only one I did install and this happend to me in both 1.3.7 and 1.3.8

  10. #370
    Join Date
    Oct 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I love this mod.

    thanks for it.

    Here's my situation:

    I recently switched over to this mod because the login/register feature was kind of annoying me. I sell t-shirts online and in the t-shirt biz, there is a lot of impulse buying. so the zen cart account system was causing too much shopping cart abandonment.

    but with this mod i have installed, existing customers cannot order because the email address is already in use. is there a way to change every email address in one fell swoop? Maybe I could add a "." in front of each email so that I can retain the customer information while allowing these people to order with their existing email address. or i'm also open to suggestions.

    question #2) i just installed the order status add-on that allows a customer to check the status of an order with only the email address and the order number. the read me states that it adds "order_status". forgive my stupidity, but what is the link to that? e.g. www.xxxxxxxx.com/store/ ???

    help me fill in the blanks. thanks. :)

 

 
Page 37 of 123 FirstFirst ... 2735363738394787 ... 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