What does this plugin do, well, exactly what it's called :)
It allows you to charge new users, via perfect paypal integration, before they get a shot at using your blogging services.
1. Users sign up
2. User Activates
3. User logs in
4. User pays :)
Not bad huh!
Again, customization or improvement suggestions are more than welcome, but we're focusing on getting some extra goodies ready for you by Christmas so you'll likely only see bug fixes etc. before then.
What does this plugin do, well, exactly what it's called :)
It allows you to charge new users, via perfect paypal integration, before they get a shot at using your blogging services.
1. Users sign up
2. User Activates
3. User logs in
4. User pays :)
Not bad huh!
Again, customization or improvement suggestions are more than welcome, but we're focusing on getting some extra goodies ready for you by Christmas so you'll likely only see bug fixes etc. before then.
This one is perfect for a small project I have in mind.
With 2.7 and bug fixes..do you guys predict any huge problems with any of the plugins ? I'm already dreading having to edit themes to support the new comment features. :(
any chance this plugin get some more options like:
- what about a site-admin option to set up blogs marking them as pre-paid for i.e. 1 month,3 month, etc, thus giving the user a "test-run" to see if he likes what he is getting?
- maybe an integration with the upgrades plugin, so users could use their credits to pay? This would also give the admin the option, of giving a new user automatically as much credits as he needs to keep blogging for a month...
just some ideas, otherwise thanks a lot for the plugin.
i.e. why I am asking is because I am building a wpmu site for a friend with a student organization, where he has 50-100 students per year staying for different lengths of time, so ideally he would set up a blog for each of them and "pre-charging" their blogs so that after their internship they could pay to keep their blog running.
Btw. what happens if a blog "expires"? will the content still be reachable? That would be great. What about a function to stop all comments after i.e. 1 month after expiration? otherwise that blog would be a prime target of spammers.
Great work. I would like to modify this plugin to work with some other getaway method cause PayPal does not support my country. I can pay but I can't receive funds. So, any suggestions or guidelines on where to start would be helpful.
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
5th November 2008 (3 years ago)
#
With 2.7 and bug fixes..do you guys predict any huge problems with any of the plugins ?
I anticipate a few issues but nothing major. I've been keeping an eye on code changes and very few of our premium plugins will be affected. The largest issue will be updating admin page styling.
what about a site-admin option to set up blogs marking them as pre-paid for i.e. 1 month,3 month, etc, thus giving the user a "test-run" to see if he likes what he is getting?
We'll consider that for a future version.
maybe an integration with the upgrades plugin, so users could use their credits to pay?
That's not something that would be high on our todo list.
what happens if a blog "expires"? will the content still be reachable? That would be great
The frontend is still available.
So, any suggestions or guidelines on where to start would be helpful.
Just rip out the paypal button code in pay-to-blog.php and replace it with your own. The callback uses this function: pay_to_blog_extend(PERIOD, BLOG_ID)
1. What happens if I create a blog manually for someone (inside site administration). What will happen when that person tries to login with the password he/she got via email? Does it work that way?
2. What if someone has more than one blog (same email)?
3. What if I don't want to charge some users? Is it possible to disable 'Pay To Blog' option for selected blogs only?
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
5th November 2008 (3 years ago)
#
1. What happens if I create a blog manually for someone (inside site administration). What will happen when that person tries to login with the password he/she got via email?
When they login they'll be asked to pay.
2. What if person has more than one blog (same email)?
It's per blog. If a person has five blogs they'll have to pay to activate each of them.
3. What if I don't want to charge certain users? Is it possible to disable 'Pay To Blog' option for selected blogs only?
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
6th November 2008 (3 years ago)
#
Hiya,
I just uploaded a new version (1.1) containing the following additions/changes:
1) Site admins are now able to access inactive blogs
2) You can now set a demo period
3) You can now extend blogs from the site admin page
Unless someone discovers a bug or changes are needed for 2.7 this will most likely be the last release of this plugin until after the new year.
Cool. Thanks a lot. There are just two more things that I would like to discuss.
1. I've noticed that max. period is set to 101 for cost for one month, 3 months or a year. Is it 'wise' to change those values and where should we start. For example, I want to charge $170 (or some other value) for a year.
3. This one is a plugin compatibility issue and I know that you're not a big fan of solving this kind of problems. I'm using one of admin drop down menus plugins. It works nice with 99% of admin menus (default and plugins). The problem is that 'Blog Account' link wont work if Admin Drop Down Menus plugin is activated. Nothing happens when I click that link. The only other plugin that was giving me the same problem is this one: http://wpmu.org/helpdesk/
Unfortunately that's a problem with most drop-down menu plugins. I haven't found a single one that works flawless.
BUT knowing that wp 2.7 is coming closer and so is wpmu 2.7 those problems will soon be solved, as the menu structure changes from top to left so those plugins will be unnecessary.
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
6th November 2008 (3 years ago)
#
Hi Guys,
1. I've noticed that max. period is set to 101 for cost for one month, 3 months or a year. Is it 'wise' to change those values and where should we start. For example, I want to charge $170 (or some other value) for a year.
I'll bump those numbers up a bit.
3. This one is a plugin compatibility issue and I know that you're not a big fan of solving this kind of problems. I'm using one of admin drop down menus plugins.
I'm afraid the issue has to be with the other plugin. If you look at the code for the Pay To Blog plugin you'll see that I'm using typical submenu hooks and functions.
Any chance we can get subscription payments in at some point like is used at this site? I have users that use the sites basically as a static website more so then a blog. So once they are up and running they may never log in again after the initial set up - so they could pay a month and never have to pay again until they needed to make a change to the site if I wasn't keeping tabs on people :)
I definetely love this plugin :) I was trying to tweak the Upgrades plugin into something like this (drop the credits and use a defined amount), but this is way better :)
Do wonder why the blog ID should always be manually inserted though. I added me a dropdown that lists all blogs so you can easily select it (and a function to fetch the blogs).
function: function get_blogs()
{
global $wpdb;
$blogs = $wpdb->get_results( $wpdb->prepare("SELECT blog_id, domain, path FROM $wpdb->blogs WHERE spam = '0' AND deleted = '0' ORDER BY domain ASC"), ARRAY_A );
return array_slice( $blogs, 0 );
}
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
18th November 2008 (3 years ago)
#
Hiya,
Do wonder why the blog ID should always be manually inserted though. I added me a dropdown that lists all blogs so you can easily select it (and a function to fetch the blogs).
Some sites have too many blogs for a drop down. That's why I went with the input box.
I'm thinking of using Pay-to-Blog but to add an extra payment gateway for SMS via GLPayment (Green Light Payments) - http://www.glpayment.co.uk
They already provide a HTML form in which the user inputs the code given to them after subscribing via SMS.
Is there anyway I can get this to notify the plugin that a payment has been made?
The process of GL is:
User texts a specific shortcode (GL pay) to GLpayments > GLpayments sends back a unique code > Customer enters code onto website > Money goes to merchant
In the administration panel of GL, I can set a success and fail URL too if that helps.
I have a question. I have downloaded and installed this plugin but appear to don't work with before blogs. I don't know about new blogs but i have created some blogs using some users and then going to admin to give them a test period and nothing happen. Also i tried to add a period payed but also the blog continue inactive. Anyone can suppose what happening?
You know how it is, everybody thinks what they want is most important! lol Thank you for the answer. Quick question though how do I use the login redirect plugin to go to the blog.php page? It use to go there on 2.65 but in 2.7 people have to click on the blog account link it the top left hand corner and I don't want people getting confused. Thank you Andrew.
In the mean time how do I accomplish this? I promise you I tried myself! lol I've had 12 people sign up that didn't pay to activate, of course I emailed them and 4 payed but the other 8 I haven't heard back from.
Quick question, I noticed that it works beautifully when at domain.com/blogowner/wp-login.php but I also have a centralized login on the main page that goes to domain.com/wp-login.php but it doesn't work from there I just get the words nice try! lol
Is there another way to do this?
Thank you,
David
P.S. Reading that I come across as being ungrateful. I'm not at all, I appreciate the time you took to respond to me. Thank you again.
I have a similar issue: using the edublogs theme for my homepage, when a user logs in via the login panel on the front page, its ok, but if he clicks the logout link there he gets this screen: http://screencast.com/t/S2kt4DSURPA
is it me or does this happen with that theme to others too? btw. I have activated the logout redirect plugin having set it to redirect to http://zice.ro so that shouldn't interfere...
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
6th February 2009 (3 years ago)
#
Hi Guys,
Quick question, I noticed that it works beautifully when at domain.com/blogowner/wp-login.php but I also have a centralized login on the main page that goes to domain.com/wp-login.php but it doesn't work from there I just get the words nice try! lol
You didn't mention you were using a frontpage login form. The code I provided above is only going to work if the user logs in on their blog. You *can* make it work the way you need it to but it require modifying the plugin which is beyond what I can help with here.
I have a similar issue: using the edublogs theme for my homepage, when a user logs in via the login panel on the front page, its ok, but if he clicks the logout link there he gets this screen: http://screencast.com/t/S2kt4DSURPA
It works just fine without the plugin in place correct?
Btw, this really isn't related to the Pay to Blog plugin like the above issue.
is it me or does this happen with that theme to others too? btw. I have activated the logout redirect plugin having set it to redirect to http://zice.ro so that shouldn't interfere...
I hope this isn't frowned upon here but I have been looking for a pay to blog type plugin with paypal subscriptions for some time and I finally happened upon one and I thought I would share.
In fact it not only uses paypal subscriptions it also doubles as an affiliate plugin in by giving everybody an affiliate link upon sign-up. I've been using it for a few days now and I am very very impressed, you can see it at http://www.summitmediaconcepts.com/wordpress_plugins/subscriber
Again I hope you don't mind me sticking in a link but I know that others have been looking for a plugin like this.
LOL, I can understand that James, but the author is giving lifetime upgrades. It's a one time price, I didn't mind paying for it at all since it's what I needed.
DrMike, I agree! It's pretty darn flexible too. Anyway, I just wanted to share.
Oh, James, by the way I just installed the videos and I already had a member thank me for a job well done. Just wanted to pass that along!
Haha, well good, I know a few more I could use, wink wink nudge nudge! Oh and I guess the author must have read this post cause he knocked the price down to $50.
Like I said before, I don't mind the price I paid I needed it. In fact I think I may have under paid, it really is a kick ass plugin. (Wonder if he will pay me for that last comment? hahaha)
It is strange that so many IMers use the trailing 7 but it's suppose to have some sort of psychological reasoning behind it. I think I read that in a Dan Kennedy course somewhere... but yeah anyway. lol
Responses (50)
— 5th November 2008 (3 years ago) #
Duuuuude.... this is like Christmas already! Awesome! :D
Member — 5th November 2008 (3 years ago) #
This one is perfect for a small project I have in mind.
With 2.7 and bug fixes..do you guys predict any huge problems with any of the plugins ? I'm already dreading having to edit themes to support the new comment features. :(
Member — 5th November 2008 (3 years ago) #
any chance this plugin get some more options like:
- what about a site-admin option to set up blogs marking them as pre-paid for i.e. 1 month,3 month, etc, thus giving the user a "test-run" to see if he likes what he is getting?
- maybe an integration with the upgrades plugin, so users could use their credits to pay? This would also give the admin the option, of giving a new user automatically as much credits as he needs to keep blogging for a month...
just some ideas, otherwise thanks a lot for the plugin.
i.e. why I am asking is because I am building a wpmu site for a friend with a student organization, where he has 50-100 students per year staying for different lengths of time, so ideally he would set up a blog for each of them and "pre-charging" their blogs so that after their internship they could pay to keep their blog running.
Btw. what happens if a blog "expires"? will the content still be reachable? That would be great. What about a function to stop all comments after i.e. 1 month after expiration? otherwise that blog would be a prime target of spammers.
Member — 5th November 2008 (3 years ago) #
Great work. I would like to modify this plugin to work with some other getaway method cause PayPal does not support my country. I can pay but I can't receive funds. So, any suggestions or guidelines on where to start would be helpful.
Thanks
Member — 5th November 2008 (3 years ago) #
Nice ... and slick way of doing it :)
Erstwhile founder — 5th November 2008 (3 years ago) #
I anticipate a few issues but nothing major. I've been keeping an eye on code changes and very few of our premium plugins will be affected. The largest issue will be updating admin page styling.
We'll consider that for a future version.
That's not something that would be high on our todo list.
The frontend is still available.
Just rip out the paypal button code in pay-to-blog.php and replace it with your own. The callback uses this function: pay_to_blog_extend(PERIOD, BLOG_ID)
PERIOD: 1 ,3 or 12 (for months).
Thanks,
Andrew
Member — 5th November 2008 (3 years ago) #
Thank You Andrew
Member — 5th November 2008 (3 years ago) #
I hope I'm not repeating someones questions.
1. What happens if I create a blog manually for someone (inside site administration). What will happen when that person tries to login with the password he/she got via email? Does it work that way?
2. What if someone has more than one blog (same email)?
3. What if I don't want to charge some users? Is it possible to disable 'Pay To Blog' option for selected blogs only?
Thanks,
Marko
Erstwhile founder — 5th November 2008 (3 years ago) #
When they login they'll be asked to pay.
It's per blog. If a person has five blogs they'll have to pay to activate each of them.
We'll consider that for a future version.
Thanks,
Andrew
Member — 5th November 2008 (3 years ago) #
Great plugin! A demo option for users would be a welcome addition.
Member — 6th November 2008 (3 years ago) #
Thank you Andrew
Erstwhile founder — 6th November 2008 (3 years ago) #
Hiya,
I just uploaded a new version (1.1) containing the following additions/changes:
1) Site admins are now able to access inactive blogs
2) You can now set a demo period
3) You can now extend blogs from the site admin page
Unless someone discovers a bug or changes are needed for 2.7 this will most likely be the last release of this plugin until after the new year.
Thanks,
Andrew
Member — 6th November 2008 (3 years ago) #
@Andrew:
fabulous! you gave us all features we asked for, amazing!
Member — 6th November 2008 (3 years ago) #
Cool. Thanks a lot. There are just two more things that I would like to discuss.
1. I've noticed that max. period is set to 101 for cost for one month, 3 months or a year. Is it 'wise' to change those values and where should we start. For example, I want to charge $170 (or some other value) for a year.
3. This one is a plugin compatibility issue and I know that you're not a big fan of solving this kind of problems. I'm using one of admin drop down menus plugins. It works nice with 99% of admin menus (default and plugins). The problem is that 'Blog Account' link wont work if Admin Drop Down Menus plugin is activated. Nothing happens when I click that link. The only other plugin that was giving me the same problem is this one: http://wpmu.org/helpdesk/
Admin Drop Down Menus: http://www.studiograsshopper.ch/admin-drop-down-menus-wp-25/
Thanks in advance,
Marko
Member — 6th November 2008 (3 years ago) #
Unfortunately that's a problem with most drop-down menu plugins. I haven't found a single one that works flawless.
BUT knowing that wp 2.7 is coming closer and so is wpmu 2.7 those problems will soon be solved, as the menu structure changes from top to left so those plugins will be unnecessary.
Erstwhile founder — 6th November 2008 (3 years ago) #
Hi Guys,
I'll bump those numbers up a bit.
I'm afraid the issue has to be with the other plugin. If you look at the code for the Pay To Blog plugin you'll see that I'm using typical submenu hooks and functions.
Thanks,
Andrew
Member — 6th November 2008 (3 years ago) #
Thank You Andrew
Erstwhile founder — 6th November 2008 (3 years ago) #
New version uploaded.
Thanks,
Andrew
Member — 12th November 2008 (3 years ago) #
Any chance we can get subscription payments in at some point like is used at this site? I have users that use the sites basically as a static website more so then a blog. So once they are up and running they may never log in again after the initial set up - so they could pay a month and never have to pay again until they needed to make a change to the site if I wasn't keeping tabs on people :)
Founder & CEO — 12th November 2008 (3 years ago) #
Yep, that's definitely the next generation of this plugin. Subscription via paypal (liek this site) and also via https://www.paypal.com/us/cgi-bin/webscr?cmd=_payflow-pro-overview-outside and similar is pretty high on teh agenda. Can;t give you a timeline I'm afraid, but it's up there.
Member — 18th November 2008 (3 years ago) #
I definetely love this plugin :) I was trying to tweak the Upgrades plugin into something like this (drop the credits and use a defined amount), but this is way better :)
Do wonder why the blog ID should always be manually inserted though. I added me a dropdown that lists all blogs so you can easily select it (and a function to fetch the blogs).
function:
function get_blogs(){
global $wpdb;
$blogs = $wpdb->get_results( $wpdb->prepare("SELECT blog_id, domain, path FROM $wpdb->blogs WHERE spam = '0' AND deleted = '0' ORDER BY domain ASC"), ARRAY_A );
return array_slice( $blogs, 0 );
}
And the dropdown:
<select name="bid"><?php$blogs = get_blogs();
foreach ( $blogs as $blog )
{
echo '<option value="' . $blog['blog_id'] . '">ID: ' . $blog['blog_id'] . ' - ' . get_blog_option( $blog['blog_id'], 'blogname' ) . '</option>';
}
?></select>
As you can see I'm not using all the variables I'm fetching from the db, but I left it in for when I might need it.
Just thought I'd share, because I reckoned this could be of use to others too :)
Erstwhile founder — 18th November 2008 (3 years ago) #
Hiya,
Some sites have too many blogs for a drop down. That's why I went with the input box.
Thanks,
Andrew
Member — 19th November 2008 (3 years ago) #
Ah, didn't think about that.. and it does explain it :)
Oh well, perhaps I'll change it back eventually, but for now I like the dropdown better (it's still in dev-stage ;-)).
Member — 30th December 2008 (3 years ago) #
I'm thinking of using Pay-to-Blog but to add an extra payment gateway for SMS via GLPayment (Green Light Payments) - http://www.glpayment.co.uk
They already provide a HTML form in which the user inputs the code given to them after subscribing via SMS.
Is there anyway I can get this to notify the plugin that a payment has been made?
The process of GL is:
User texts a specific shortcode (GL pay) to GLpayments > GLpayments sends back a unique code > Customer enters code onto website > Money goes to merchant
In the administration panel of GL, I can set a success and fail URL too if that helps.
Thanks,
Joe.
Member — 8th January 2009 (3 years ago) #
Once a blogger pays can they then sign up for unlimited amounts of blogs or do they have to pay for each one they sign up for?
Erstwhile founder — 9th January 2009 (3 years ago) #
They pay for each one they signup for.
Thanks,
Andrew
Member — 17th January 2009 (3 years ago) #
Hi,
I have a question. I have downloaded and installed this plugin but appear to don't work with before blogs. I don't know about new blogs but i have created some blogs using some users and then going to admin to give them a test period and nothing happen. Also i tried to add a period payed but also the blog continue inactive. Anyone can suppose what happening?
Best Regards,
Leo.
Member — 5th February 2009 (3 years ago) #
Quick question. I see that the Supporter plugin used paypal subsciptions, would that be able to be integrated with Pay-to-blog?
Erstwhile founder — 5th February 2009 (3 years ago) #
Hi David,
It's definitely possible but isn't high on the list at the moment. we're still working on 2.7 compatibility issues.
Thanks,
Andrew
Member — 5th February 2009 (3 years ago) #
You know how it is, everybody thinks what they want is most important! lol Thank you for the answer. Quick question though how do I use the login redirect plugin to go to the blog.php page? It use to go there on 2.65 but in 2.7 people have to click on the blog account link it the top left hand corner and I don't want people getting confused. Thank you Andrew.
David
Erstwhile founder — 5th February 2009 (3 years ago) #
Hi David,
If it worked with 2.6.5 and doesn't now then it's most likely just a compatibility issue. We'll be getting those fixed up.
Thanks,
Andrew
Member — 5th February 2009 (3 years ago) #
In the mean time how do I accomplish this? I promise you I tried myself! lol I've had 12 people sign up that didn't pay to activate, of course I emailed them and 4 payed but the other 8 I haven't heard back from.
Thank you!
David
Erstwhile founder — 5th February 2009 (3 years ago) #
Hi David,
Try this for the login redirect plugin
$login_redirect_url = get_option('siteurl') . '/wp-admin/blog.php';Thanks,
Andrew
Member — 6th February 2009 (3 years ago) #
Thank you Andrew!
Quick question, I noticed that it works beautifully when at domain.com/blogowner/wp-login.php but I also have a centralized login on the main page that goes to domain.com/wp-login.php but it doesn't work from there I just get the words nice try! lol
Is there another way to do this?
Thank you,
David
P.S. Reading that I come across as being ungrateful. I'm not at all, I appreciate the time you took to respond to me. Thank you again.
Member — 6th February 2009 (3 years ago) #
I have a similar issue: using the edublogs theme for my homepage, when a user logs in via the login panel on the front page, its ok, but if he clicks the logout link there he gets this screen: http://screencast.com/t/S2kt4DSURPA
is it me or does this happen with that theme to others too? btw. I have activated the logout redirect plugin having set it to redirect to http://zice.ro so that shouldn't interfere...
btw. if I use the admin bar to log out the target looks like: http://zice.ro/wp-login.php?action=logout&_wpnonce=84e9ca3b80 the difference is the wpnonce bit.
Erstwhile founder — 6th February 2009 (3 years ago) #
Hi Guys,
You didn't mention you were using a frontpage login form. The code I provided above is only going to work if the user logs in on their blog. You *can* make it work the way you need it to but it require modifying the plugin which is beyond what I can help with here.
It works just fine without the plugin in place correct?
Btw, this really isn't related to the Pay to Blog plugin like the above issue.
Activated?
That shouldn't be affected anything.
Thanks,
Andrew
Member — 7th February 2009 (3 years ago) #
I honestly didn't know there was a difference Andrew, I sincerely apologize for wasting your time. I do thank you and appreciate trying to assist me.
David
Member — 16th March 2009 (3 years ago) #
I hope this isn't frowned upon here but I have been looking for a pay to blog type plugin with paypal subscriptions for some time and I finally happened upon one and I thought I would share.
In fact it not only uses paypal subscriptions it also doubles as an affiliate plugin in by giving everybody an affiliate link upon sign-up. I've been using it for a few days now and I am very very impressed, you can see it at http://www.summitmediaconcepts.com/wordpress_plugins/subscriber
Again I hope you don't mind me sticking in a link but I know that others have been looking for a plugin like this.
Founder & CEO — 16th March 2009 (3 years ago) #
Hi David,
Wow, $97 is a lot for one plugin! Makes me feel all cheap :)
I'm assuming that the bit you are after is the 'affiliate' component? I'm sure we could add that in to the supporter-style plugins here.
Keeper of the Dark Chocolate — 16th March 2009 (3 years ago) #
The author must be a Movable Type programer. I see the 7 as the singles digit for plugins quite often. It's rather weird actually....
+1 for the affiliate addition. At the very least for tracking purposes.
Member — 16th March 2009 (3 years ago) #
LOL, I can understand that James, but the author is giving lifetime upgrades. It's a one time price, I didn't mind paying for it at all since it's what I needed.
DrMike, I agree! It's pretty darn flexible too. Anyway, I just wanted to share.
Oh, James, by the way I just installed the videos and I already had a member thank me for a job well done. Just wanted to pass that along!
Founder & CEO — 17th March 2009 (3 years ago) #
Cool, and you get them for a lifetime too :)
Member — 17th March 2009 (3 years ago) #
Haha, well good, I know a few more I could use, wink wink nudge nudge! Oh and I guess the author must have read this post cause he knocked the price down to $50.
Founder & CEO — 17th March 2009 (3 years ago) #
Heh, I hope he gave you a refund!
Member — 17th March 2009 (3 years ago) #
Like I said before, I don't mind the price I paid I needed it. In fact I think I may have under paid, it really is a kick ass plugin. (Wonder if he will pay me for that last comment? hahaha)
Keeper of the Dark Chocolate — 17th March 2009 (3 years ago) #
Maybe he or she didn't like being associated with MT. :)
Member — 17th March 2009 (3 years ago) #
Lol, Maybe not but the 7's are an internet marketing thing anyway not just MT. Might be a little cliche but it's a god plugin even with the 7's! lol
Keeper of the Dark Chocolate — 18th March 2009 (3 years ago) #
For some supermarket chains I used to manage for, the ending price digit of a '7' was a second markdown on a close out item.
But anyway....
Member — 18th March 2009 (3 years ago) #
It is strange that so many IMers use the trailing 7 but it's suppose to have some sort of psychological reasoning behind it. I think I read that in a Dan Kennedy course somewhere... but yeah anyway. lol
Member — 1st July 2009 (2 years ago) #
It was in a Dan Kennedy newsletter or marketing manual, Scott! I have a bunch of them on my hard drive. I'll post a link if I come across it!
Become a member