Page 20 of 86 FirstFirst ... 1018192021223070 ... LastLast
Results 191 to 200 of 854
  1. #191
    Join Date
    Feb 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    I'm not getting a blank page once COWOA is installed. The Zen cart admin screen shows up, the ADMIN-->Configuration-->Cowoa Configuration shows up on the drop down and I can click on it, however once I do, the 4 configurations that need to be set to true or false are not there. The page is not blank just those options are missing so I am unable to switch Cowoa on if that makes sense.

  2. #192
    Join Date
    Dec 2012
    Location
    Burnaby, British Columbia Canada
    Posts
    4
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by NoHug4u View Post
    I'm not getting a blank page once COWOA is installed. The Zen cart admin screen shows up, the ADMIN-->Configuration-->Cowoa Configuration shows up on the drop down and I can click on it, however once I do, the 4 configurations that need to be set to true or false are not there. The page is not blank just those options are missing so I am unable to switch Cowoa on if that makes sense.
    Yes, my system shows the exact same symptoms. I selected the classic template and installed COWOA again. There are no errors in the log file. (I removed those old ones)

    When I select Configuration->Cowoa Configuration, I get a normal header and a black background across the screen with three words spread out across the page, Title (at the left) Value (in the middle) and Action (on the right). No error message and no way to turn on the COWOA function.

  3. #193
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by NoHug4u View Post
    I'm not getting a blank page once COWOA is installed. The Zen cart admin screen shows up, the ADMIN-->Configuration-->Cowoa Configuration shows up on the drop down and I can click on it, however once I do, the 4 configurations that need to be set to true or false are not there. The page is not blank just those options are missing so I am unable to switch Cowoa on if that makes sense.
    Quote Originally Posted by Harvey1 View Post
    Yes, my system shows the exact same symptoms. I selected the classic template and installed COWOA again. There are no errors in the log file. (I removed those old ones)

    When I select Configuration->Cowoa Configuration, I get a normal header and a black background across the screen with three words spread out across the page, Title (at the left) Value (in the middle) and Action (on the right). No error message and no way to turn on the COWOA function.
    My response to both of you is the same... Roll back your store to the state it was before you installed COWOA (You did back up your store files and database BEFORE you installed it right???)

    Then try doing this install again..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #194
    Join Date
    Dec 2012
    Location
    Burnaby, British Columbia Canada
    Posts
    4
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by DivaVocals View Post
    My response to both of you is the same... Roll back your store to the state it was before you installed COWOA (You did back up your store files and database BEFORE you installed it right???)

    Then try doing this install again..
    I am working with a new install. Went back to the beginning and re-installed a fresh copy of 1.5.1, no template and installed this plugin as the first and only plugin. Works like a charm. Thanks for your help.

  5. #195
    Join Date
    Oct 2011
    Location
    AZ
    Posts
    384
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Well that error message I got about the unexpected end didn't go away when I put the updated time_out.php file in. I just checked and after each sale I am still getting it (PHP Parse error: syntax error, unexpected $end in )- but now it says line 19 instead of line 20 and line 19 is the last line of the file, which I uploaded straight from the unzipped download of v2.3 Line 19 says:

    define('TEXT_PASSWORD_FORGOTTEN', 'Forgot Your Password?')

    And I opened it with Crimson editor just to check and there are no extra spaces or lines after that )

  6. #196
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by joejoejoe View Post
    Well that error message I got about the unexpected end didn't go away when I put the updated time_out.php file in. I just checked and after each sale I am still getting it (PHP Parse error: syntax error, unexpected $end in )- but now it says line 19 instead of line 20 and line 19 is the last line of the file, which I uploaded straight from the unzipped download of v2.3 Line 19 says:

    define('TEXT_PASSWORD_FORGOTTEN', 'Forgot Your Password?')

    And I opened it with Crimson editor just to check and there are no extra spaces or lines after that )
    Hard to troubleshoot one off issues.. The most likely cause of most issues with COWOA is an installation error/mistake.. So roll back your store to the state it was before you installed COWOA (You did back up your store files and database BEFORE you installed it right???)

    Then try doing this install again..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #197
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    "unexpected $end" is almost always caused by unmatched/unclosed parentheses or braces, such as in an IF statement or WHILE or FOR or SWITCH loop, or an incomplete class/function declaration (such as would happen if you were editing a class or function file and remove a closing brace, or forget to add a closing brace to an IF statement you're adding, etc). Basically it's a programming error in your customized code.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #198
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Probably been asked before, but I don't remember seeing it in the thread.

    Is there a way to merge a COWOA account with a Standard account?

    Even if I have to delete standard account and flip a bit in the db, ie COWOA_account from 1 to 0

    What issues will that cause?

    Any way to transfer order history, etc?

  9. #199
    Join Date
    Dec 2012
    Location
    Burnaby, British Columbia Canada
    Posts
    4
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by Harvey1 View Post
    I am working with a new install. Went back to the beginning and re-installed a fresh copy of 1.5.1, no template and installed this plugin as the first and only plugin. Works like a charm. Thanks for your help.
    Another question about COWOA - this is about the document flow.

    Considering that we want to give a visitor (not a member) easy access to buy, then it follows that we should limit his/her choices. I want to show only the COWOA path and not the rest of the login options. If they want to log in, they can do so from the menu.

    That said, I still want members to have login privileges. So I cannot eliminate the signup and login completely.
    I want the COWOA path to not be offered when you select login, only when you try to buy something and you are not a (logged in) member.

    Is this possible?

  10. #200
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Finding that one of the on-screen messages may not be fully understood by all customers. It's the error message displayed when a customer attempts to use COWOA with an e-mail address that is linked to a standard customer account.

    So I've revised it so it is much more detailed than the current message. Thought I'd share in case anyone else has the same experience.

    Updated includes\languages\YOUR_TEMPLATE\english.php:
    Change this:
    Code:
    define('ENTRY_EMAIL_ADDRESS_ERROR_EXISTS', 'Our system already has a record of that email address - please try logging in with that email address. If you do not use that address any longer you can correct it in the My Account area.');
    To this:
    Code:
    define('ENTRY_EMAIL_ADDRESS_ERROR_EXISTS', 'You cannot use our "<strong>checkout without an account</strong>" feature with the e-mail address provided because our system already has a regular store account on file using that email address - please try logging in to our store with that email address. If you do not use that email address any longer you can correct it in the "<strong>My Account</strong>" area once logged in.');
    Last edited by DivaVocals; 18 Dec 2012 at 08:25 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 20 of 86 FirstFirst ... 1018192021223070 ... LastLast

Similar Threads

  1. v139c COWOA Module (my update for ZC v1.3.x)
    By JTheed in forum All Other Contributions/Addons
    Replies: 398
    Last Post: 29 Oct 2014, 02:35 PM
  2. Installed FEC before COWOA, now COWOA config menu doesn't appear
    By i-make-robots in forum Addon Payment Modules
    Replies: 8
    Last Post: 12 Jan 2014, 01:34 PM
  3. v151 How to install COWOA (for ZC v1.5.x)
    By edgemeister in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 4 Apr 2013, 05:21 PM
  4. v151 Which COWOA Plugin? Fast and Easy or original COWOA ?
    By damon in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 8 Nov 2012, 03:44 AM

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