Home › Forums › Richard Mataka
About: Richard Mataka
Sorry, I've not written a description yet. I'll get to it soon!
Topics I'm Subscribed To
Topic | Count | Last Reply |
---|---|---|
Create Free Registration Then Custom Redirec
By: |
voices: 3 replies: 7 |
|
Signup success page –
By: |
voices: 4 replies: 5 |
|
BYPASS Thankyou Page Not Workign
1
2
3
By: |
voices: 3 replies: 57 |
|
Buddy Press Intergration
By: |
voices: 2 replies: 3 |
|
Restricting Access to Full Menus
By: |
voices: 2 replies: 3 |
|
Click bank Intergration and Funnel Question
By: |
voices: 2 replies: 3 |
Topics I've Started
Topic | Count | Last Reply |
---|---|---|
Create Free Registration Then Custom Redirec
By: |
voices: 3 replies: 7 |
|
BYPASS Thankyou Page Not Workign
1
2
3
By: |
voices: 3 replies: 57 |
|
Buddy Press Intergration
By: |
voices: 2 replies: 3 |
|
Restricting Access to Full Menus
By: |
voices: 2 replies: 3 |
|
Click bank Intergration and Funnel Question
By: |
voices: 2 replies: 3 |
My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Monday Jul 16th, 2012 at 5:57 pm #19417 | |
|
|
OK im really at the point of frustration here (I figured out why the success variable didnt redirect). BUT IN a normal s2 flow this works sales page -> payment -> registration -> Auto Login -> Upsell -> members area And it upgrades the account properly from LEVEL 1 to LEVEL 2 add_action(‘ws_plugin__s2member_during_configure_user_registration’, ‘s2_auto_login_after_registration’); This seems to be the code that tells subsr-modify how to find the account wp_new_user_notification($vars[‘user_id’], $vars[‘pass’]); NOW I need it to be sales page -> free registration -> payment -> upsell -> members area. I’m using the PayPal pro forms, to do the FREE registration, but then when it redirects to the payment Ricky |
|
Posted: Monday Jul 16th, 2012 at 4:30 pm #19412 | |
|
|
The success=”” is NOT working in the PP Pro forms. I have http://www.s2member.com/forums/topic/create-free-registration-then-custom-redirec/ Please advise how to make this work Thanks |
|
Posted: Monday Jul 16th, 2012 at 4:12 pm #19410 | |
|
|
Its redirecting to this http://xxx.com/members/?page_id=0 How do i stop this from happening. Its totally ignoring the success= attribute. Thanks |
|
Posted: Monday Jul 16th, 2012 at 4:06 pm #19407 | |
|
|
http://www.s2member.com/kb/how-to-create-a-registration-thank-you-page/ this does not work what im trying to say.. it redirects me to members area.. not what I put in my success url |
|
Posted: Monday Jul 16th, 2012 at 4:00 pm #19406 | |
|
|
I even tried.. making a template page with a wp_redirect and putting success=”/my-redirect/” it just logs me into the members area under my profile page. How do i modify this behavior Thanks |
|
Posted: Monday Jul 16th, 2012 at 3:52 pm #19404 | |
|
|
I tried the success=”http://www……” in the short code.. and ita not working. I need to deal with this fast so how do i make this work? Thanks |
|
Posted: Monday Jul 16th, 2012 at 12:52 am #19323 | |
|
|
Ok I have tested the 1 click upsell and was able to tweak it in such a way to pass back all the needed So this leaves me back to square 1 basiclly, some how the user needs to have an account 1st for the modify I guess my only option here would be for the user to create an account first like I had it before the 1click upsell LEVEL1 -> Registration -> LEVEL2 upsell -> members area — Which Works Fine! The way I have tried is LEVEL1 -> LEVEL2 upsell 1click -> members area – Which works, but treats it as 2 signups since it cant hit the modify. I guess im going to have to figure out a way to inject the regiatration before the 1click upsell – thats the only way i can possible see doing this because I also cant figure out, how the heck the transits are read. I do see in configure_user_registration That it reads them there, but i have to explore that a little further to see if I can read in 2 transits at the same time My suggestion in your next release, is make the code a little more flexibale in terms of flow.. not user options. Thanks |
|
Posted: Sunday Jul 15th, 2012 at 8:59 pm #19318 | |
|
|
Hey quick question thats really important here. Why does PayPal Return and PayPal Notify do the same thing in reguards to variable and registration manipulations? It seems kindof redundent. I would think that the IPN would be all thats needed and the Notify Files would handle this type of processing. the only logical thing i can think of here, is instead of waiting on an IPN the rtn is giving the user immediate In order to make the 1click clickbank upsell work, its ha to be one or the other, as the main communications would funnel through the IPN. Ricky |
|
Posted: Sunday Jul 15th, 2012 at 3:24 pm #19309 | |
|
|
Hey dude Im back at it again trying to make the undo-able work :) I really need to implement clickbank 1click upsells Ricky |
|
Posted: Thursday Jul 12th, 2012 at 10:18 pm #19104 | |
|
|
Hey dude! The funnel is complete! The logic worked perfectly http://screencast.com/t/AmPhGDuEeW Where you see 3,4 is the items purchased stored with the member for logical demotion on cancellation —- I COULD NOT HAVE DONE THIS WITHOUT YOU — :) S2 is lucky to have you Anyway i stil cant test demotion untill my clickbank products are live – still under approval process. Now as far as cancellation goes. The goal is to check the return ITEM in the IPN like The only thing i have left to wonder is paypal-notify-in-subscr-or-rp-eots-w-level.inc.php Will the (domain.com|4) sent back in the IPN be available in that file – the reason being is auto-eots.inc.php Logic is to setup the EOT system for wpcron – so my hack was to store the canceled item in user_meta Well with the (paypal-notify-in-subscr-or-rp-eots-w-level.inc.php) file Am i correct here? Or does this just setup an EOT? The code looks like it just demotes right then And I just cant see how this file fits in? Do I have to worry about it? Thanks bro for all your help here! You been great. But Im finally on home stretch! Ricky |
|
Posted: Thursday Jul 12th, 2012 at 9:08 pm #19100 | |
|
|
OK issue with the hack LOL Now i got to disable the activation and It logged me right in, however the hack/OneTimeOffer Lets see! |
|
Posted: Thursday Jul 12th, 2012 at 9:02 pm #19098 | |
|
|
Never mind on the Buddy Press. I found a plugin to disable that nonsence :) http://buddypress.org/community/groups/bp-disable-activation/
|
|
Posted: Thursday Jul 12th, 2012 at 8:51 pm #19097 | |
|
|
Oh and awesome man! 11 Years GPL BABY LOL – :) RIcky |
|
Posted: Thursday Jul 12th, 2012 at 8:49 pm #19096 | |
|
|
Hey dude Ok I implimented the s2member hack and set the 1st login to go to the upsell page then BAMO Sign Up Complete! Buddy Press is forcing the email activation. I think thi is screwing up the flow, any thoughts on that? Thanks |
|
Posted: Thursday Jul 12th, 2012 at 8:30 pm #19094 | |
|
|
In my post 2 above – disreguard my quesiton about the redirect – I missed Then you can set the first login to redirect the person to your upsell sales page. Dashboard -› s2Member® -› General Options -› One-Time Offers (Upon Login) Thanks! |
|
Posted: Thursday Jul 12th, 2012 at 8:24 pm #19093 | |
|
|
Hey I just watched the video on ccaps, the only issue I have with them for my situation is I need 2 levels Anyway have a look at my above post when you get the chance :) Thanks again! |
|
Posted: Thursday Jul 12th, 2012 at 7:37 pm #19090 | |
|
|
Hey Christian Thanks for all the informative responses you have given me. A++ Without your help here id be stuck Level 1 -> CB checkout -> Registration -> Auto login -> Upsell Level 2 -> CB checkout that funnel sounds like the perfect solution, so my question then is c_ws_plugin__s2member_login_redirects::login_redirect($vars[‘login’]); Can I replace that with wp_redirect to the upsell page? Also After the second checkout what happens when it realizes they are logged in And sorry for being a pain in the ass :) I have Buddy Press installed which wants to activate the account? Im new to buddy press Ok so the way I have it now is basically hacking the custom to always carry the vars I need. I will watch the Anyway thanks for the outstanding help. I think im almost there man :) Also I understand Code/Marketing I have been marketing/coding for over 11years now Thanks |
|
Posted: Thursday Jul 12th, 2012 at 2:40 pm #19061 | |
|
|
Hi Christian 1) I didnt know that you can | custom or i would have not hacked it that way LOL 2) ccaps What are these and How do I use them in my implimentation above. The goal of 1) pipe ITEM# in custom Thats the goal here and what I have written but this leads me into #3 3) Now since the user needs to be logged in to do the upgrade this puts me in a pickle The Funnel is as follows: LEVEL1 -> Store Transits -> UPSELL LEVEL 2 -> Store Transits -> registration = 2 NEW accounts BAD The Funnel should be LEVEL1 -> Store Transits -> UPSELL LEVEL 2 -> Look up email upgrade OR new account -> registration So from a code standpoint the upsell should be purchased from inside the members area So with that being said.. is there a way to create the registration somewhere so that when UPSELL LEVEL2 Thanks |
|
Posted: Thursday Jul 12th, 2012 at 2:45 am #18997 | |
|
|
Ok hit a problem on the upgrade, I basically went to purchase level 2 and the IPN and RTN logs all look great Anyway on my initial purchase it asked me to confirm my email, maybee that’s the reason why? However What should have happen is the paypal-return-in-subscr-modify-w-level.inc.php Should have updated the account, and basiclly restored the options in the usermeta. But instead it Anyway – Im shot. thanks for your help!! Ricky |
|
Posted: Thursday Jul 12th, 2012 at 2:31 am #18996 | |
|
|
Hey Dude Ok here is the method to my madness :D – I took notice of the custom= variable passed to SO I used that to my advantage UUMMUUHHAAA What I did was Hack this 2 files to accept the custom= paypal-notify-in.inc.php // validates custom domain.com | HACKED to validate domain.com|item# Then in these 4 files I updated it with some logic where paypal-return-in-subscr-modify-w-level.inc.php // this will ADD TO s2member_custom USERMETA – IF EXISTS if(s2member_custom) Exists which would = domain.com|1 Then in this files paypal-notify-in-subscr-or-rp-cancellation-w-level.inc.php which basically stores the EOT for WP_CRON processing, I hacked it to store the Item Number (1,2,3) Then in the actual EOT system file auto-eots.inc.php I hacked it to check the current s2member_custom (domain.com|1) against the s2member_cancel_request (1,2,3) etc.. Which will either override the default demotion setting to downgrade the level being canceled //default demotion So im still testing this out, but in theory now its storing everything needed, to do these cross checks BUT Then I realized that this file does it in real time so I added the EOT logic paypal-notify-in-subscr-or-rp-eots-w-level.inc.php But now im thinking as i type this – that if this gets called directly, its not going to set the EOT data for WP_CRON Now Im not sure how this file effects things so if you can share some insight, would be awesome if its even used So basiclly I figured out clickbank-return-in.inc.php // THIS HANDLES IPN RETURN SOLELY FOR SALES & RECURRING clickbank-button-in.inc.php Anyway Ive been hacking at this since 8PM and I think i have it.. i’m in the process of upgrading the test account to make sure I do have it :) But everything seems to be storing right as i coded it I have 11 years dev experience, and this was a tuff one :) Thanks! |
|
Posted: Thursday Jul 12th, 2012 at 1:33 am #18980 | |
|
|
Sorry – for some reason my backup buddy on DEV did not add the auto increment to the wp_options table YUKKKK Anyway I figured out how to hack it to do exactly what i needed for concurent subscriptions.. its Ricky |
|
Posted: Thursday Jul 12th, 2012 at 1:29 am #18977 | |
|
|
Anyway found a BUG in your code http://screencast.com/t/8gO56pvg Basically its setting the transients in that line with an ID of 0 This is somthing that i have not modified here Ricky |
|
Posted: Thursday Jul 12th, 2012 at 12:22 am #18976 | |
|
|
never mind dude. I got it ;) The only thing i have a question on now is $user->set_role (“s2member_level” . $paypal[“level”]); /* (upgrade/downgrade) */ This needs to be prefixed – like s2member_level1 or s2member_level2 thanks |
|
Posted: Wednesday Jul 11th, 2012 at 10:28 pm #18973 | |
|
|
ok man i think i may have what i need here dude. I just need some clerfication – inside the clickbank-notify-in.inc.php – in the PRO folder. If it gets the cancellation request – where is that notfication paypal-notify-in-subscr-or-rp-cancellation-w-level.inc.php or paypal-notify-in-subscr-or-rp-eots-w-level.inc.php My goal is to find exactly what they canceled since I already have hacked the custom = to equal domain.com|CB ITEM So when that CANCEL comes in – that custom= should already have the item being canceled so where are these stored – or what file passes this to the EOT ? Please let me know.. im almost there i think :) RIcky |
|
Posted: Wednesday Jul 11th, 2012 at 10:11 pm #18971 | |
|
|
OK dude.. forget all the crap on the top I asked.. not important. I figured out a way to hack say the stored IPN is LEVEL 1 and then they buy LEVEL 2 – is the stored Thanks! |