Zen Cart Logo
Forums / All Other Contributions/Addons / Newsletter-Only Subscriptions for v1.3x

Newsletter-Only Subscriptions for v1.3x

Views: 295,575

Results 361 to 380 of 1,165
02 Dec 2006, 11:43
#361
bigmacyin avatar

bigmacyin

New Zenner

Join Date:
Feb 2006
Location:
UK
Posts:
30
Plugin Contributions:
0

Newsletter-Only Subscriptions for v1.3x

Well, I am very embarrassed - that's exactly what it was - doh!!!

Many thanks for taking the time to respond - just another demonstration as to the strength of Zencart.

Many thanks pensive612

Kind regards,

H

05 Dec 2006, 02:24
#362
meadwench avatar

meadwench

New Zenner

Join Date:
Feb 2005
Location:
Youngsville, NC
Posts:
29
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

I've had 2.05 installed on my 1.3.0.2 Zen cart, and am having an interesting problem: I can't unsubscribe people! If you click delete on a name in the admin, it will ask the verification 'do you want to delete?', and when you click 'yes', it goes back to the full list, but if you search, the user is still there, and not deleted.

I am running EasyPopulate and Imagehandler2 as well.

Thanks, both for any help, and for a great contribution!

Vicky Rowe

01 Jan 2007, 00:52
#363
ericpeng avatar

ericpeng

Zen Follower

Join Date:
Jan 2006
Posts:
115
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

After install 2.0.6, it seems everthing fine, except

  1. on "enter email address" field press enter, it'll show error message and code. How to not show the code ?
  2. Newsletter unsubscribe : can remove non existing e-mail address.

Thank you

02 Jan 2007, 14:51
#364
meadwench avatar

meadwench

New Zenner

Join Date:
Feb 2005
Location:
Youngsville, NC
Posts:
29
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

I am still having to remove unsubscribes manually via PhpMyAdmin. Any insight into why the Zen-cart admin cannot use the remove tool to take people out of this package?

02 Jan 2007, 20:07
#365
notgoddess avatar

notgoddess

Zen Follower

Join Date:
Jan 2005
Location:
Waukee, Iowa
Posts:
206
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

meadwench:

I am still having to remove unsubscribes manually via PhpMyAdmin. Any insight into why the Zen-cart admin cannot use the remove tool to take people out of this package?

I'm doing a full run-through tonight of this for 1.3.7 so I'll make sure it's working there. If not, I'll fix it...if it is, I'll see if I can find a copy of the cart closer to yours to see if some functionality it's using was added between 1.3.0 and 1.3.5.

-Ng_

(I'll have a 1.3.7 release out this weekend, maybe sooner, but can't promise)

03 Jan 2007, 22:05
#366
dharma avatar

dharma

Totally Zenned

Join Date:
Nov 2006
Posts:
505
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

sambinomio:

I followed all the steps in the readme.txt comming with the extension.

Every step gave me the expected results, but when I insert the final code

   if(defined('NEWSONLY_SUBSCRIPTION_ENABLED') &&
      (NEWSONLY_SUBSCRIPTION_ENABLED=='true') &&
      (NEWSONLY_SUBSCRIPTION_HEADER=='true')) {
       include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_SUBSCRIBE_HEADER));
   }

my front page displays stops at the point I put my code.

I would appreciate your advice.

S.

NotGoddess:

Well i know you did the install in admin or it would stop and not error out at the firs 'defined' check, so I'd say to make sure that modules/yourtemplate/subscibe_header.php is in place.

I've found sometimes working with a custom template you have to copy more than just the header file to the common folder-make sure you have main page template, etc in there.

also, you might try copying the subscribe_header.php file so it is in both modules/subscribe_header.php and modules/yourtemplate/subscribe_header.php

repeat for the tpl_ file (put a copy in template_default as well)

apologies for typos-

-Ng_

Same problem as sambinomio, trying to get NS in the header. I tried all of the above to no avail :down: (except placing yourtemplate/common/tpl_header.php into to template_default)

05 Jan 2007, 23:59
#367
roni avatar

roni

New Zenner

Join Date:
Dec 2004
Posts:
31
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

Hello.

This mod looks like it might be exactly what I need. I have a pre installation question...

In the readme it says you will get Under 'Configuration -> E-mail Options'

Newsletter Subscribers
Customer Account Newsletter Subscribers
Newsletter-only Subscribers

Does this mean you can send to all subscribers, account subscribers only, or newsletter-only subscribers only?

I'm looking for something that I can send to all at once with.

Also, if you use the email export mod, does that require 2 exports, one from the "email only" group and one from the "accounts" group? Or is that one export.

Thanks.

06 Jan 2007, 04:59
#368
notgoddess avatar

notgoddess

Zen Follower

Join Date:
Jan 2005
Location:
Waukee, Iowa
Posts:
206
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

roni:

Does this mean you can send to all subscribers, account subscribers only, or newsletter-only subscribers only?
Yes, you can send to one group or the other, or both. If by 'all' you mean all folks subscribing, the answer is 'yes'.

roni:

Also, if you use the email export mod, does that require 2 exports, one from the "email only" group and one from the "accounts" group? Or is that one export.
The email exporter allows you to select the audience you wish to export. So you can do all of the above, select newsletter-only subscriber, account-only or both together. (note: it's been a while since I've actively used this, but a quick check of the file seems to confirm this. ymmv).

-Ng_

11 Jan 2007, 12:57
#369
webman avatar

webman

New Zenner

Join Date:
Sep 2005
Location:
Adelaide South Australia
Posts:
31
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

Hi -Ng_,

Looking to try out your mod and was wondering if the ZC V3.1.7 version been released as yet?

Many Thanks :)

11 Jan 2007, 13:45
#370
notgoddess avatar

notgoddess

Zen Follower

Join Date:
Jan 2005
Location:
Waukee, Iowa
Posts:
206
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

I've got two folks who are kindly doing proofs for me-they reported back a couple bugs I missed and am working on those now.
-Ng_

13 Jan 2007, 20:53
#371
x_vier avatar

x_vier

New Zenner

Join Date:
Oct 2006
Location:
Belgium
Posts:
39
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

Hi Notgoddess,

Sorry to introduce an other problem with Newsletter-only on my site: https://www.mindex.be/anatest

When entering an address in the sidebox there is the following error:

Is your email address correct? It should contain at least 1 characters. Please try again.

The customer receives the confirmation mail and in the admin the mail is added.

Changing the values in Minimum Values doesn't seems to help.

I hope it isn't to much trouble to solve this problem.

Xavier

17 Jan 2007, 14:35
#372
tbrides avatar

tbrides

Zen Follower

Join Date:
Oct 2006
Posts:
198
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

Hi,
Has anybody tested this on version 1.3.7?

I want to install it , but I'm afraid!

17 Jan 2007, 15:21
#373
bhfruitcakeco avatar

bhfruitcakeco

New Zenner

Join Date:
Aug 2006
Posts:
22
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

tbrides:

Hi,
Has anybody tested this on version 1.3.7?

I want to install it , but I'm afraid!

To the best of my knowledge the current version doesn't work with ZC 1.3.7. That's unless a new version of the Newsletter-only has come out within the past week or so.

17 Jan 2007, 19:52
#374
tbrides avatar

tbrides

Zen Follower

Join Date:
Oct 2006
Posts:
198
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

is there any other way of collecting email addresses for the newsletter?

18 Jan 2007, 15:26
#375
bhfruitcakeco avatar

bhfruitcakeco

New Zenner

Join Date:
Aug 2006
Posts:
22
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

tbrides:

is there any other way of collecting email addresses for the newsletter?
Well, you do normally get the customer's email address when they place an order, and you can have others who just wnat the newsletter to email you. I'm assuming your web host offers a mailing list service that you can use to send out the newsletter. This is the direction I may be going in after I learned that ever since I installed the newsletter mod I can't email my customers via ZC if they haven't subscribed to the newsletter. :schmoll:

20 Jan 2007, 21:28
#376
sparrish avatar

sparrish

New Zenner

Join Date:
Sep 2005
Posts:
67
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

I've finished up a version that is compatible with Zen Cart v1.3.7. If anyone is interested in testing before I release it, please PM me for a copy.

20 Jan 2007, 22:41
#377
mvveelen avatar

mvveelen

New Zenner

Join Date:
Jan 2007
Posts:
27
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

The latest version, as far as I know, already works for me on 1.3.7........!

21 Jan 2007, 16:46
#378
sparrish avatar

sparrish

New Zenner

Join Date:
Sep 2005
Posts:
67
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

To the best of my knowledge, the latest version will work on 1.3.7, but there are, unfortunately, a lot of modified core files in this particular contribution, and they weren't addressed in the last one. It was basically a bugfix to patch the issue with the dropdown on the Create Account page. This one has the modifications patched directly into the new 1.3.7 files.

21 Jan 2007, 21:21
#379
sparrish avatar

sparrish

New Zenner

Join Date:
Sep 2005
Posts:
67
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

Okay, I've tested it out, and it works... mostly. There seems to be some sort of issue with the unsubscribe page. When the customer unsubscribes, they ARE removed from the database, but instead of going to a page to verify that they have unsubscribed, I got this error:

1065 Query was empty
in:
[]

Anyone ever seen this before? And if so, any idea where the problem may lie? The url that generated the error was at /index.php?action=unsubscribe&main_page=unsubscribe&addr=test%40test.com&x=47&y=9

If you want to try it yourself, the demo is at http://www.parrishwebdesign.com/~pwdzen/.

And if you would like to download a copy of the contribution in its current state to give it a try, the link is http://www.parrishwebdesign.com/zencart/newsletter_subscribe_v207.zip

22 Jan 2007, 11:26
#380
tbrides avatar

tbrides

Zen Follower

Join Date:
Oct 2006
Posts:
198
Plugin Contributions:
0

Re: Newsletter-Only Subscriptions for v1.3x

Hi,
Im guessing there is some error in an unsubscribe module!

I've signed up to the newsletter on your test site. Can u send me a sample newsletter so i can try unsubscribing.