Page 77 of 117 FirstFirst ... 2767757677787987 ... LastLast
Results 761 to 770 of 1165
  1. #761
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by wagnerguy View Post
    any ideas on the "page not found issue"?
    In what folder did you put the files?

  2. #762
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by MischiefDesignz View Post
    I just really need to know what it is and any ideas on how to fix it .... plz & ty
    My best guess, without ever looking at cowoa, is that you have installed cowoa incorrectly or there is an error in it.
    The string you show is looking for COWOA_order which doesn't exist in your database.

    Why not rerun the sql that comes with cowoa, i thik that should solve it:

    Code:
    ALTER TABLE customers ADD COWOA_account tinyint(1) NOT NULL default 0;
    ALTER TABLE orders ADD COWOA_order tinyint(1) NOT NULL default 0;
    INSERT INTO query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');
    good luck

  3. #763
    Join Date
    Aug 2008
    Location
    Ohio
    Posts
    63
    Plugin Contributions
    2

    Default Re: Newsletter-Only Subscriptions for v1.3x

    tyvm for trying to help Nagel lol but I did not install cowoa so not to sure why it is on my server, but all I did was turn on a file and now it is working fine I can send as many emails as I want lmao thanks again Happy New Year!

  4. #764
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by nagelkruid View Post
    In what folder did you put the files?


    I placed them in the directories as instructed, including the ("your Template"). I guess my question is, which file is it looking for when the submit button is clicked

    thanks for the reply

  5. #765
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by MischiefDesignz View Post
    tyvm for trying to help Nagel lol but I did not install cowoa so not to sure why it is on my server, but all I did was turn on a file and now it is working fine I can send as many emails as I want lmao thanks again Happy New Year!
    Heh, good to hear, happy mailing :)

  6. #766
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by wagnerguy View Post
    I placed them in the directories as instructed, including the ("your Template"). I guess my question is, which file is it looking for when the submit button is clicked
    thanks for the reply
    So the files that should goto "your template", did you actually put them in CUSTOM as that is the template directory you are working with?

    Shoot me if i am wrong but hitting submit will require at least
    includes/functions/functions_email.php
    includes/modules/pages/subscribe/header_php.php
    includes/modules/CUSTOM/subscribe_header.php
    includes/templates/CUSTOM/templates/tpl_subscribe_default.php
    and few of the includes/language files off course.

    anyway, check all the files exist in the CUSTOM folder, best guess is you are missing 1 of them.

  7. #767
    Join Date
    Apr 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Stupid question time. I installed the module and everything seems to work great, except the sidebox.

    When I have the side box displayed, it shows the variable name, and not the variable.

    For instance:
    BOX_HEADING_SUBSCRIBE
    BOX_SUBSCRIBE_DEFAULT_TEXT
    HEADER_SUBSCRIBE_BUTTON

    What did I do wrong? I'm guessing there's something I need to configure or I messed up and forgot to change a "YOUR_TEMPLATE", but I've gone through and can't find anything.

    Any help?

  8. #768
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by Chuckwa View Post
    For instance:
    BOX_HEADING_SUBSCRIBE
    BOX_SUBSCRIBE_DEFAULT_TEXT
    HEADER_SUBSCRIBE_BUTTON
    These are defined in newsletter_subscribe_definitions.php
    should be copied into:
    includes/languages/YOUR_LANGUAGE/extra_definitions/YOUR_TEMPLATE/

  9. #769
    Join Date
    Apr 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by nagelkruid View Post
    These are defined in newsletter_subscribe_definitions.php
    should be copied into:
    includes/languages/YOUR_LANGUAGE/extra_definitions/YOUR_TEMPLATE/
    That's what I overlooked! Thanks!

  10. #770
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Newsletter-Only Subscriptions for v1.3x

    had some trouble with this mod.
    - unable to subscribe in html when subscribing from subscribe page (not from sidebox)
    - malformatted html confirmation emails
    - no email to customer when unsubscribing.

    I have changed the code to fix those and submitted as 2.1.1
    Should find it in the download section in a few...

 

 
Page 77 of 117 FirstFirst ... 2767757677787987 ... LastLast

Similar Threads

  1. Newsletter-Only Subscriptions for v1.3x: reinstall problems
    By sharonmiranda in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Nov 2011, 07:43 PM
  2. Newsletter subscriptions in the code
    By fgabrieli in forum General Questions
    Replies: 4
    Last Post: 19 Aug 2010, 03:30 PM
  3. help with newsletter subscriptions page
    By meesh in forum Customization from the Admin
    Replies: 8
    Last Post: 29 Mar 2009, 06:14 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