Page 42 of 117 FirstFirst ... 3240414243445292 ... LastLast
Results 411 to 420 of 1165
  1. #411
    Join Date
    Jan 2007
    Posts
    48
    Plugin Contributions
    0

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

    Hi all,

    How do i make it so its a blank template and i can put my own html in the newsletters without the tables, writing and logo been there already?

    Thanks

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

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

    You can add an image to the newsletter by doing copying the file I have attached

    edit the section below to match your domain and image location use the image size of 125x90 for best results

    Code:
    define('BOX_SUBSCRIBE_DEFAULT_TEXT', '<img src="http://www.yourdomain.com/images/newsletter/subscribe.jpg">');

    If you have any kind of php or coding knowledge you can add whatever you desire to.
    Last edited by knuckle-101; 18 Nov 2007 at 05:24 AM.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  3. #413
    Join Date
    Jun 2006
    Posts
    56
    Plugin Contributions
    0

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

    When updating Email Address of a customer through shop front end website you get a problem.
    Email Address shows up as
    HTML Code:
    name@example.com'name@example.com
    I think this code is the problem, but I am not sure how to fix it with the weird colon prefixes.
    HTML Code:
    	  $sql = "UPDATE " . TABLE_SUBSCRIBERS . " SET
    			email_address = :emailAddress'" . $email_address . "',
    			email_format = :emailFormat'" . $email_format . "'
    			WHERE customers_id = :customersID";

  4. #414
    Join Date
    Jun 2006
    Posts
    56
    Plugin Contributions
    0

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

    UPDATE:
    I removed the :emailFormat and :emailAddress, fixed my problem. Also need to DELETE existing records that match the new email address when they are NULL customers_id to avoid "duplicate key" errors. And if you add/import an email address via ADMIN which already exists as a customer address you will cause trouble, there needs to be code to check for that.

  5. #415
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

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

    Is it possible to remove the "HTML" & "TEXT-Only" plus the corresponding buttons from this module? If so, can the internal settings default to html for all customers?

    Thanks!

  6. #416
    Join Date
    Jun 2006
    Posts
    56
    Plugin Contributions
    0

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

    Quote Originally Posted by MeltDown View Post
    Is it possible to remove the "HTML" & "TEXT-Only" plus the corresponding buttons from this module? If so, can the internal settings default to html for all customers?

    Thanks!
    HTML is the default option so if you just hide the form buttons in the subscribe and update account areas it would suffice.

  7. #417
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

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

    Quote Originally Posted by tez View Post
    HTML is the default option so if you just hide the form buttons in the subscribe and update account areas it would suffice.
    Thanks for responding, Tez. Could I impose on you for a bit more detail? I've been digging around but this is a pretty beefy module and I'm feeling a bit out of my league. What steps would I follow to make this change?

    Thanks again - Tim

  8. #418
    Join Date
    May 2005
    Posts
    25
    Plugin Contributions
    0

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

    If you are experiencing problems with the header display it's because the template file is not referenced. Fix:

    Open: root/includes/modules/MYTEMPLATE/subscribe_header.php

    Replace: (Line 20)
    PHP Code:
    require($template->get_template_dir('tpl_subscribe_header',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_subscribe_header.php'); 
    With:
    PHP Code:
    require($template->get_template_dir('tpl_subscribe_header.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_subscribe_header.php'); 
    Error is the missing .php extension on the first tpl_subscribe_header.

    Cheers,

    Bjorn

  9. #419
    Join Date
    Feb 2005
    Location
    New Jersey
    Posts
    646
    Plugin Contributions
    0

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

    Does this work with 1.3.7? Is there a lot of modifications to make it work if it doesn't?

    Thanks,
    Kelly

  10. #420
    Join Date
    Sep 2005
    Location
    ny
    Posts
    630
    Plugin Contributions
    0

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

    Yes it works with 1.3.7, i just installed it yesterday and I am Modded out!! hehehe

 

 
Page 42 of 117 FirstFirst ... 3240414243445292 ... 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