Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sanj

Pages: 1 2 3 [4]
46
Customization, Integration / insertion script
« on: February 12, 2007, 08:33:19 am »
hi,

I'm confused about one thing.

the field

firstname is called name,
email is called email
title is called ordextra1
and medical condition is called ordextra2 in my shopping cart order page.

the same fields are called fname, lname, email and user1 in list mail.

I'm using the following codes in my form to post the data to lmp

$url = "http://www.example.com/responder/signup.php?list=4&email=".urlencode($_POST['email'])."&fname=".urlencode($_POST['fname'])."&seq=1&del=0&overwritedupes=1";
$ch = curl_init($url);
curl_exec($ch);
curl_close($ch);

What I'm confused about is should i be using the field names from the cart form or lmp.

ie for medical condition should i use ordextra2 or user1 in the code above.

thanks
sanj

47
Customization, Integration / insertion script
« on: February 10, 2007, 06:10:54 am »
hi,
I use a shopping cart software called ecommerce templates.
It's php based. http://www.ecommercetemplates.com.

What I would like to do is when the customer place their order, their name , email and products bought are added to lmp at the same time.

Thanks
sanj

48
General Help & How-To / bounce.cgi
« on: August 08, 2006, 02:44:47 am »
thanks DW

another question
do you know of any way i can track conversion rate from the email that i send with LMP? some form of cookie or other codes that i can add on my thank you page after the client has placed an order.

I'm really desperate for this feature to be added

regards
sanj

49
General Help & How-To / bounce.cgi
« on: August 07, 2006, 02:53:31 am »
hi

my host doesn't support wget so i'm using curl instead.

i can't get autoresume to work with this:

curl -o /dev/null http://www.worldofmagnets.co.uk/xx/resume.php?pw=xxx 1> /dev/null 2> /dev/null

but dailymail works with this
curl -o /dev/null http://www.worldofmagnets.co.uk/xxx/dailymail.php?pw=xxx 1> /dev/null 2> /dev/null

if my host doesn't support wget

do i need to change the following in bounce.cgi
$http_program = "/usr/bin/wget -O /dev/null " . $listmail_url . "/bounce.php";

to
$http_program = "curl -o /dev/null " . $listmail_url . "/bounce.php";

And finally, does bounce emails get deleted in the database or not?
if not is there a script to have bounce emails automatically deleted

thanks a lot

sanj

50
Development, Suggestions / open rate tracking
« on: August 04, 2006, 02:29:00 am »
hi dean,
what about html emails. does lmp track open rates.
if so where do i access this information.

how do i know if lmp has sent all of my emails.
i sent an email to a list of 3000 and 4 days latter it's still bouncing.

Regards
sanj

51
Development, Suggestions / open rate tracking
« on: August 03, 2006, 02:42:34 am »
hi,

can list mail pro track open rates of emails sent out in text format?

it would be really useful to know how many of my subscribers are actually opening and reading my emails.

and secondly is there a way of tracking conversation rate. I know you can do it with getresponse.

here is what i would like to do:
Send an email in text format with a tracking link.
then when the link is clicked from the email, and the user come on my site and place an order to be able to put some form of codes on the thank you page that is written in LMP

that way i will know how many of my emails are converting into sales

thanks
sanj

52
General Help & How-To / cannot delete subscriber from database
« on: August 01, 2006, 06:02:07 am »
hi,

problem solved
my host was having issues with mysql

thanks

53
Development, Suggestions / using custom fields in email header
« on: August 01, 2006, 05:59:47 am »
hi,

does any one know how to (if it's possible at all) to insert a custom field into the email header that is sent out.

i would like to use listmail as a tell a friend script
so when someone refers a friend by filling a form on my site, i would like listmail to send an email to the friend but looking as if it's coming from the person who has made the recommendation.

so i want the send as name and email captured from the form and inserted in the welcome message

thanks
sanj

54
General Help & How-To / cannot delete subscriber from database
« on: July 29, 2006, 03:47:05 am »
hi

My autoresponder is at this url

http://www.example.com/responder

when I try delete or search for a subscriber i get redirected to
http://responder/edituser.php which is a page that doesn't exist
instead of http://www.example.com/responder/edituser.php.

plus the subscriber doesn't get deleted or is not found if it's a search

help!

thanks
sanj
 :cry:

Pages: 1 2 3 [4]