Hi Mike,
Thanks for your response. I pasted in this:
//
<?php if($paypal['level'] === '1'): ?>
You're gonna know this is email 1 designed for level 1, %%first_name%%, because that's how this muthafucka designed it. You can create your user and password here: %%registration_url%%
<?php endif; ?>
<?php if($paypal['level'] === '2'): ?>
Hola %%first_name%%!
Gracias por suscribirte a BCN MES. Ahora tienes acceso a totalmente tot. Have fun in there y no dudes de contactarnos con ideas para artículos, eventos, etc.
Si tens preguntes, ja tu saps. Aquí estem.
Big barna love,
BCN MES
<?php endif; ?>
Hola %%first_name%%!
Gracias por suscribirte a BCN MES. Ahora tienes acceso a totalmente tot. Have fun in there y no dudes de contactarnos con ideas para artículos, eventos, etc.
Si tens preguntes, ja tu saps. Aquí estem.
Big barna love,
BCN MES
//
And my test subscriber got this:
//
You’re gonna know this is email 1 designed for level 1, Sarah, because that’s how this muthafucka designed it. You can create your user and password here: http://tinyurl.com/kncam5c#playground.cityatlas.es
Hola Sarah!
Gracias por suscribirte a BCN MES. Ahora tienes acceso a totalmente tot. Have fun in there y no dudes de contactarnos con ideas para artículos, eventos, etc.
Si tens preguntes, ja tu saps. Aquí estem.
Big barna love,
BCN MES
//
What am I doing wrong? Also, I think I might be going a bit crazy, because when I send a subscriber straight to paypal he/she doesn’t come back with a user account and/or membership level automatically. Right? Subscribers need to sign up again in our site, right? Or am I missing something large. I think I’m missing something…
Thanks,
Joe