Page 32 of 86 FirstFirst ... 2230313233344282 ... LastLast
Results 311 to 320 of 854
  1. #311
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Since NOTHING you posted here in the way of instructions matches ANYTHING from the current readme, I have to ask.. WHAT version of COWOA did you download and install?? If you have downloaded a version from ANYWHERE other than the free add-ons here on this site, you need to go back to other thread for help.. As the FIRST page of this threads states, this support thread is for COWOA for Zen Cart v1.5.. You sound like you've installed something else..

    Quote Originally Posted by Scully View Post
    I asked this question over at http://www.zen-cart.com/showthread.p...-Mod&p=1214331, THEN saw the "gentle reminder," so I'm reposting it here.

    I just installed this mod, and it's partly working, but partly not. I've read through several dozen pages worth of posts, and my head is spinning. So rather than drive myself absolutely crazy going through 118 pages, I'm going to throw myself on the mercy of the forum, and simply ask for help. I apologize, in advance, if the answers to my questions have already been given, and I simply didn't find them.

    >> STEP 1 - Change the "YOUR_TEMPLATE" directory names to the name of your actual template under the install/includes/templates.

    Did this, no problem.

    >> ****** STEP 1A has been Added
    STEP 1a - In your custom template son your cart, edit the tpl_header.php file and look for this line.
    <?php if (($_SESSION['customer_id']) { ?>
    change it to this.
    <?php if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) { ?>
    This prevents the My Account from showing up after the COWOA Users enters their Order Number and E-Mail Address to view their order.
    >> ******


    Small problem here, the tpl_header.php was not located in zencart\includes\templates\pinkywinky, it was located in the zencart\includes\templates\template_default\common\ folder. I made the required changes and uploaded them to the zencart\includes\templates\template_default\common\ folder.

    >> STEP 2 - Upload the includes and admin directory to your zen cart directory.

    That part went fine.

    >> STEP 4 - Install the SQL Patch. To do this, open the file COWOA.sql.

    Not sure what happened to Step 3, but I did this. The file was actually called COWOA_Full_Install.sql. The install.txt doc says it should have modified 14 files, but it only modified 12. Do I need to also install UPDATE_COWOA_2.sql and UPDATE_COWOA_2x to 2c.sql?

    >> STEP 5 - In your admin section, under configuration>layout settings>use split-login page, you want it to say "true".

    It does. :-)

    >> STEP 6 - **** Add to your /includes/filenames.php file the following line: ****
    define('FILENAME_ORDER_STATUS', 'order_status');


    No problem there, and I uploaded it to the proper directory.

    >> Step 7 - **** Go to your Admin Configuration screen and open up COWOA There are 3 configuations that need to be set to True or False.

    Another problem: What COWOA? I logged out and back in again, twice, but I still don't see anything like this under any menu listing.

    Final problem: The site looks as it should, and I like how it splits the customers on the Admin Home page into those with and without accounts. But...when I access the site (http://www.carnal-pleasures.com/zencart/ ... apologies in advance that it's an adult site...I'm only the programmer, please don't blame me!) it's not giving me a COWOA option. Doing a test purchase takes me to the same page as before I installed the mod.

    Welcome, Please Sign In
    New Customer? Please enter your checkout information here
    Returning customers may benefit from creating an account with Carnal Pleasures which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.

    Returning Customers
    Carnal Pleasures account holders may login below.
    Email Address:
    Password:
    Forgot your password?


    There are no options to continue the purchase without creating an account.

    I know I'm close...where did I go wrong?

    THANK YOU, in advance, for your help!!
    Last edited by DivaVocals; 14 Aug 2013 at 02:48 AM.
    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.

  2. #312
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

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

    I figured that out myself, and am in the process of fighting my way through uninstalling the older version that I got by accident, and installing the current version.

    In answer to your question...the links from the original forum thread led me all over the web, and finally I ended up at Wikipedia. Ugh. There were several different links there...most of them did not work. Only one did. I downloaded that zip file, not realizing that it was an older version of the software.

    Wish me luck...I'm a php moron...this stuff gives me a migraine even when it works flawlessly. And in my hands, it almost never does.

  3. #313
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

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

    Much to my absolute amazement, it seems to have worked!! I haven't completed a test purchase yet, but I have gotten as far as the original login screen. Now, instead of just having the two options that I listed in my original post, it shows:

    Welcome, Please Sign In
    TEXT_STANDARD_ACCOUNT_HEADING
    New Customer? Please enter your checkout information here
    Returning customers may benefit from creating an account with Carnal Pleasures which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.

    Returning Customers
    Carnal Pleasures account holders may login below.
    Email Address:
    Password:
    Forgot your password?

    TEXT_COWOA_HEADING
    Checkout Without An Account For a faster checkout experience, we offer the option to checkout without creating an account.
    Continue


    Much, much closer!! But could you please tell me how to change TEXT_STANDARD_ACCOUNT_HEADING and TEXT_COWOA_HEADING to something better? (And maybe a suggestion of better headers, because after fighting with this for the past 3 hours, my brain is fried! LOL)

    Also, it's a little thing, but how can I change the black text to something more legible (on the dark purple background) without changing everything else? And I wouldn't mind getting rid of the gray text, too. http://www.carnal-pleasures.com/zenc...ain_page=login

    While I'm changing colors, how can I change the background colors in the http://www.carnal-pleasures.com/zenc...=shopping_cart boxes? I've tried changing the lavender text, and that changed things in the wrong direction elsewhere. If I can change the colors of those boxes instead, I think maybe I'll have something that people can read without going half-blind. LOL

    Thanks!
    Last edited by Scully; 14 Aug 2013 at 03:19 AM.

  4. #314
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by Scully View Post
    Much to my absolute amazement, it seems to have worked!! I haven't completed a test purchase yet, but I have gotten as far as the original login screen. Now, instead of just having the two options that I listed in my original post, it shows:

    Welcome, Please Sign In
    TEXT_STANDARD_ACCOUNT_HEADING
    New Customer? Please enter your checkout information here
    Returning customers may benefit from creating an account with Carnal Pleasures which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.

    Returning Customers
    Carnal Pleasures account holders may login below.
    Email Address:
    Password:
    Forgot your password?

    TEXT_COWOA_HEADING
    Checkout Without An Account For a faster checkout experience, we offer the option to checkout without creating an account.
    Continue


    Much, much closer!! But could you please tell me how to change TEXT_STANDARD_ACCOUNT_HEADING and TEXT_COWOA_HEADING to something better? (And maybe a suggestion of better headers, because after fighting with this for the past 3 hours, my brain is fried! LOL)
    You have not uploaded all the language files or did not upload them to the correct locations.. Please re-check your install

    Quote Originally Posted by Scully View Post
    Also, it's a little thing, but how can I change the black text to something more legible (on the dark purple background) without changing everything else? And I wouldn't mind getting rid of the gray text, too. http://www.carnal-pleasures.com/zenc...ain_page=login

    While I'm changing colors, how can I change the background colors in the http://www.carnal-pleasures.com/zenc...=shopping_cart boxes? I've tried changing the lavender text, and that changed things in the wrong direction elsewhere. If I can change the colors of those boxes instead, I think maybe I'll have something that people can read without going half-blind. LOL

    Thanks!
    These are template related questions versus COWOA support questions.. You can use the Firefox Developer tools to find the classes and IDs in your stylesheet required to make changes to these pages. You should post these kinds of question in a new thread to get better assistance from the community if you need more help..
    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.

  5. #315
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

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

    Well, I let the ftp program install them, and it said it installed everything properly. I'll check again.

    I have asked, several times, and been mostly ignored on the fine-tweaking issues. I was hoping I could get a little more help here. Oh, well...

  6. #316
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Re: COWOA (for ZC v1.5.x)

    At first it didn't work, then suddenly it did. Don't know what caused the delay. But it seems to be working now. Thanks for your help.
    Last edited by Scully; 14 Aug 2013 at 04:24 AM.

  7. #317
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by Scully View Post
    I have asked, several times, and been mostly ignored on the fine-tweaking issues. I was hoping I could get a little more help here. Oh, well...
    Understood, but misc layout & CSS questions not related to COWOA are truly off topic here.. Like other support threads, this support thread is dedicated to questions/issues regarding the install and configuration of the COWOA module..

    The BEST way to get help with your layout & CSS questions is to create a specific post in the right part of the forum dedicated to those kinds specific questions.. You might try posting your questions in the Templates, Stylesheets, Page Layout section of the forum. In the meantime you should download and try using Firefox's Developer Tools to help you identify the correct IDs and classes where the changes you want need to be made.. As a web designer, this is a MUST HAVE tool you should keep in your arsenal..

    Glad you got COWOA all working now..
    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.

  8. #318
    Join Date
    Jul 2013
    Location
    United States
    Posts
    9
    Plugin Contributions
    0

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

    Trying to install COWOA 2.4 on Zen Cart 1.5.1.

    I have run into a snag while moving the necessary files.

    includes/modules/YOUR_TEMPLATE/create_account.php
    includes/modules/YOUR_TEMPLATE/no_account.php
    includes/modules/YOUR_TEMPLATE/os_downloads.php

    The folder listed does not exist on my installation. I have not any template folder in my includes/modules folder.

    Is this step correct? Should I just create the folder based on what template I am using? (black_pure_free)

    There is a classic folder that I assume is the default theme folder. Should I just use that folder instead?

    Any assistance would be greatly appreciated.

    Thanks!

  9. #319
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by takosabi View Post
    Trying to install COWOA 2.4 on Zen Cart 1.5.1.

    I have run into a snag while moving the necessary files.

    includes/modules/YOUR_TEMPLATE/create_account.php
    includes/modules/YOUR_TEMPLATE/no_account.php
    includes/modules/YOUR_TEMPLATE/os_downloads.php

    The folder listed does not exist on my installation. I have not any template folder in my includes/modules folder.

    Is this step correct? Should I just create the folder based on what template I am using? (black_pure_free)

    There is a classic folder that I assume is the default theme folder. Should I just use that folder instead?

    Any assistance would be greatly appreciated.

    Thanks!
    No.. go back to the installation tab in the readme file.. Pay particular attention to steps 2 and 3.. If the instructions are not clear, please elaborate what part of the instructions are not clear for you..
    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.

  10. #320
    Join Date
    Jul 2013
    Location
    United States
    Posts
    9
    Plugin Contributions
    0

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

    There is no folder that I would assume matches the instructions.

    includes/modules/YOUR_TEMPLATE/create_account.php (Merge)
    includes/modules/YOUR_TEMPLATE/no_account.php (Move)
    includes/modules/YOUR_TEMPLATE/os_downloads.php (Move)

    These 3 files are listed that would not match the template folder being used.

    Example:

    These are the folders I have listed in my templates folder-

    includes/templates/black_pure_free (this is the active template folder)
    includes/templates/classic
    includes/templates/template_default

    In the modules folder these are the folders inside-

    includes/modules/classic (this is the only potentially matching folder)
    includes/modules/debug_blocks
    includes/modules/order_total
    includes/modules/pages
    includes/modules/payment
    includes/modules/shipping
    includes/modules/sideboxes

    Classic is the only folder that matches in both directories. (the only file in includes/modules/classic is empty.txt)

    Based on the instructions, I would have assumed that normally a folder called includes/modules/black_pure_free should already exist, which it does not. All the other folders in the instructions already exist and match.

    Example: includes/languages/english/YOUR_TEMPLATE/time_out.php is a core file I am supposed to merge for COWOA. The folder does exist based on the normal logic and instructions. (includes/languages/english/black_pure_free)

    So should I essentially just create a new folder called black_pure_free, since the instructions tell me to "rename" the folder to match my template name? (Which doesn't exist)

    I'm asking this because the first file I listed about is a merge of core files and that file does not exist. (includes/modules/YOUR_TEMPLATE/create_account.php) I would assume I need to put the file at includes/modules/black_pure_free/create_account.php but it doesn't exist.


    Do you understand what I am saying?

 

 
Page 32 of 86 FirstFirst ... 2230313233344282 ... 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