Page 32 of 117 FirstFirst ... 2230313233344282 ... LastLast
Results 311 to 320 of 1165
  1. #311
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

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

    Quote Originally Posted by Danielle
    Wait...are you saying that if my override folder is named custom, I should still be putting them in includes/languages/english/html_includes, not includes/languages/english/html_includes/custom??? If so, why is that? All the other files in my html_includes/custom folder work perfectly...

    try it and see.

    it will show

    wierd isnt it?
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  2. #312
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

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

    Nevermind...I should have gone to bed after the last dumb thing I posted...sorry! I'm doing way too many things at once here. You are totally right, I apologize. I could have sworn I had a bunch of files in my custom folder, but I don't, just those two! I'm totally embarassed now...I'm making the dumbest mistakes tonight

    Thanks for being so nice when faced with such stupidity
    Danielle

  3. #313
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

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

    Quote Originally Posted by Danielle
    Nevermind...I should have gone to bed after the last dumb thing I posted...sorry! I'm doing way too many things at once here. You are totally right, I apologize. I could have sworn I had a bunch of files in my custom folder, but I don't, just those two! I'm totally embarassed now...I'm making the dumbest mistakes tonight

    Thanks for being so nice when faced with such stupidity

    no biggie glad to be able to help.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  4. #314
    Join Date
    Oct 2006
    Posts
    56
    Plugin Contributions
    0

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

    Hello. Before i start with my problem i want to say thanks for the great contribution!
    I've been trying to install it and everything worked until the last step and i'm not sure what i've done wrong. I want the newsletter to be in the header and so edited the tpl_header file in /includes/templates/YOUR_TEMPLATE/common/ as follows:
    <div class="navMainSearch forward"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
    <?php
    // BEGIN newsletter_subscribe mod 1/1
    if(defined('NEWSONLY_SUBSCRIPTION_ENABLED') &&
    (NEWSONLY_SUBSCRIPTION_ENABLED=='true') &&
    (NEWSONLY_SUBSCRIPTION_HEADER=='true')) {
    include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_SUBSCRIBE_HEADER));
    }
    // END newsletter_subscribe mod 1/1
    ?>
    </div>
    <br class="clearBoth" />
    </div>

    I then enabled the header function in 'Configuration -> Layout Settings'.

    I now get the following error:
    Warning: main(includes/templates/template_default/templates/tpl_subscribe_header.php) [function.main]: failed to open stream: No such file or directory in /homepages/16/d113661620/htdocs/eshop/includes/modules/zenzenart/subscribe_header.php on line 20

    Fatal error: main() [function.require]: Failed opening required 'includes/templates/template_default/templates/tpl_subscribe_header.php' (include_path='.:/usr/local/lib/php') in /homepages/16/d113661620/htdocs/eshop/includes/modules/zenzenart/subscribe_header.php on line 20

    I'm really not sure where i've made a mistake...

    Any help is hugely appreciated!

    Thanks in advance...

  5. #315
    Join Date
    Oct 2006
    Posts
    56
    Plugin Contributions
    0

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

    Hi - me again. Just a bit more info. It seems this error is not solely connected to the newsletter appearing in the header. It also appears on the page that returns if an invalid/ or no email is inserted and submit is pressed.
    Thanks again for your time....

  6. #316
    Join Date
    Oct 2006
    Posts
    56
    Plugin Contributions
    0

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

    eek - sorry! found the answer at post 219!! Here's the answer in case it helps anyone else...

    @ericpeng
    Just copy the tpl_subscribe_* files in your templates/yourtemplate/templates/ directory into template_default and you'll be fine (no need to overwrite the unsubscribe template...you do that in your own template).

    Due to an initial misunderstanding of how things work those files weren't added to the default_template folder.

  7. #317
    Join Date
    Jan 2005
    Location
    Waukee, Iowa
    Posts
    206
    Plugin Contributions
    0

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

    Glad you figured it out, Tiger.

    -Ng_
    NotGoddess (Sara Jacobson)
    NotGoddess.com

  8. #318
    Join Date
    Oct 2006
    Posts
    56
    Plugin Contributions
    0

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

    Hello (AGAIN - I know ).

    Now that i've got it working, the contribution looks great - thanks heaps ng. I was just wondering - is there anyway to automatically send a discount coupon to users who subscribe?

    Thanks

  9. #319
    Join Date
    Jan 2005
    Location
    Waukee, Iowa
    Posts
    206
    Plugin Contributions
    0

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

    Quote Originally Posted by tiger View Post
    is there anyway to automatically send a discount coupon to users who subscribe?
    Well, I believe there's a way to send one to new customers w/ the welcome letter, so it would just be a matter of finding that and incorporating it in. I've got a few other things on the plate but I'll get it on the list.

    -Ng_
    NotGoddess (Sara Jacobson)
    NotGoddess.com

  10. #320
    Join Date
    Oct 2006
    Posts
    56
    Plugin Contributions
    0

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

    You're a star! Thanks gn. I'll look into it too and if i find the (ish)way i'll post it here... (Reckon you'll figure it out way before me though !)
    Good night

 

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