Glossary Item Box

Squirrelcart v6.1.0

News Groups

Overview

News Groups are regular groups in Squirrelcart that you've designated for use with the News module. By designating a group as a "News Group", visitors will have the option to opt in or out of the group. You can then choose the group as the recipient when creating a mailing.

 

It is not necessary to designate a group as a News Group in order to send mailings to its members, but it is recommended. Users usually do not appreciate receiving unsolicited email. If you are creating a News Group and want to add all your customers to it, we recommend sending an initial mailing to the group letting them know that you've created the list and they've been added because they are a customer, along with instructions for removing themselves.
How Customers Opt In/Out of News Groups

There are two ways visitors can opt in or out of news groups.

 

Method 1 - Using the news signup form

Squirrelcart has a simple signup form which can be used to opt in or out of mailing lists without having to create a full user account.

 

The form can be added to your store using the News Signup navigation block:

 

 

It can also be added to the storefront homepage using the News Signup Content record.

 

 If you have more than one newsgroup, the above form will include checkboxes to specify which groups the visitor would like to join.

 

 For these forms to appear they must be added to your theme in the control panel. Even when added, they will not appear unless you have at least one News Group.  See the section on News Groups further down this page for more info.

 

Email Verification

When visitors join your mailing lists using the signup form, they will receive an email containing a link to verify their email address. Once they click the link, they will be added to the requested news groups.

 

Human Verification

If you'd like to prevent bots from subscribing visitors to your mailing list, human verification can be enabled.To do so, enable the human verification feature and turn it on for the News Signup form under Usage.

 

 

 

Method 2 -  Using the account page

When you designate a group as a News Group, that group will appear in a new box at the bottom of the account page, seen when the customer logs in and clicks "Account Details". It's also seen when the customer is creating a user account.

You can control the text that appears at the top and bottom of this box using the Header and Footer fields in the Account Page Opt In section of the News Settings page.

 

If you've created 1 or more News Groups and don't see the box shown above on the account page, it may be because you are missing the PHP code needed to display it. The code goes in the "account_form.tpl.php" template file, and is as follows:

 

  <?php print $News_Groups?>

 

Unsubscribe Link

In addition to the methods explained above, a user can completely unsubscribe from all news groups using a link. This link will automatically be added to the footer of your news mailings. 

 

Creating a News Group
  1. Click the "Settings > Groups" menu link in the control panel
  2. If you want to create a new group, click . If you want to designate an existing group as a News Group, click it's record row to open it.
  3. Enter a Name for the group, and check the News Group field to indicate that you want this group to be a news group. A fieldset labeled News Group Settings will appear.
  4. Fill out the News Group Settings section using the information below as a guide.


    Name
    This field is optional. It controls the name of the group that will appear on the Opt/In section of the Account Page. If left blank, the Name field in the Details fieldset will be used.

    Default State
    This controls the default state of the checkbox that controls membership for this group on the Opt/In section of the Account Page.
  5. Click Save Changes

 

 


© 2001-2017 Lighthouse Development. All Rights Reserved.