Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Squeeze Pages Questions
Tagged: aweber, inventory, squeeze page
- This topic has 12 replies, 3 voices, and was last updated 14 years, 8 months ago by amin007.
-
AuthorPosts
-
December 17, 2009 at 1:44 am #569treseroMember
I have the squeeze page working, but 2 things don’t work
1. The inventory never changes
2. Aweber is never notified
Questions:
I have limited offers of free downloads, so I need to track inventory.
I don’t want to use a store wide aweber list. I am trying to keep special offers, paid customers, and tire kickers separate.
I think that your plugin, bypasses inventory, and list notification. I get the download link so my mail is working. I have my own server, so it is not a shared hosting issue.
I am either missing something fundamental, or ???
December 17, 2009 at 2:46 am #16765amin007ParticipantI have a feeling you are not using the New Ajax Based Squeeze page form
How to Make a Squeeze Page Using the WordPress eStore Plugin
Please use this one as I am dumping the old one (it still exists for backwards compatibility). Going forward I will only enhance the Ajax based one as it’s cooler and causes less problem.
The AWeber integration works exactly the same way like selling an individual product so you should be able to specify a listname that will be used just for this product.
As for the stock control for free downloads… free download kind of implies free/unlimited so I didn’t do the stock control part here but I do understand your scenerio. I should be able to implement the stock control option for free download very easily so I will add it for you.
December 17, 2009 at 2:54 am #16766treseroMemberThanks,
You are correct I was using the non-Ajax. I have this weird bias against Ajax, but I will use it.
It would be a great addition to decrement inventory, since I do PLR and don’t want to give out 1000 of the same article.
For now, I am low enough volume that I can adjust it manually.
Jon
December 17, 2009 at 3:04 am #16767treseroMemberThe AJAX version does not work. I get javascript errors, and email shows as no@com then email@com then entered@com
I know ajax is cooll, but really it sucks. Impossible to debug, and I can’t even get it working on my own machines.
Try http://warrior.plrguild.com/warrior-special and you will see it doesn’t work.
December 17, 2009 at 3:08 am #16768treseroMemberBTW, that is on IE 8 and FF 3.5
So it is not like I am using Lynx.
December 17, 2009 at 4:21 am #16769treseroMemberOK, In doing some more research, there seems to be a conflict with my theme.
Even though I bought Infinity Remix, it is not appropriate here. I need a true squeeze page, not a multi-column one. The theme I was using is called wpsqueeze, and I have had no problems until I used the Ajax form.
I will look into it, but the plugin is not easy to go through in a short time.
December 17, 2009 at 8:06 am #16770amin007ParticipantHmmm… I haven’t had any complaint about the Ajax based one. I can always add this functionality to the normal one I guess.
December 17, 2009 at 4:59 pm #16771treseroMemberDon’t worry, as I said, the problem was the themes javascript was conflicting. The inventory issue is more important in my case. Even if there was an additional option to track squeeze page inventory in the short code.
December 18, 2009 at 5:24 am #16772amin007ParticipantOkies, I will add the inventory control option for squeeze page over the weekend and give you an udpate. Chase me up if I forget
March 13, 2010 at 5:57 am #16773kc0bukMemberHi Amin,
Would it be possible to add the user’s email address into the squeeze page confirmation message? So the confirmation would say something along the lines of “Email has been sent to XXXXX@gmail.com!”
Thanks!
Jeremiah
March 14, 2010 at 1:24 am #16774amin007ParticipantHi Jeremiah, This is not possible to do without code modification. If you are interested in tweaking the code yourself then I can give you some pointers.
March 14, 2010 at 1:46 am #16775kc0bukMemberPointers would be great Amin! Happy to take a stab at it.
Thanks!
March 14, 2010 at 7:45 am #16776amin007ParticipantOkay in the “eStore_includes.php” file search for the following line:
$('.message').html("<h4>Email sent!</h4>")
it’s JQuery code but very simple… you can find the email address in a variable in this function so just append that to this message.
-
AuthorPosts
- You must be logged in to reply to this topic.