Community Support Forums — WordPress® ( Users Helping Users ) — 2011-07-02T17:42:54-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=10234 2011-07-02T17:42:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=22128#p22128 <![CDATA[Re: Different levels for coupon users and non coupon users]]> Many thanks

Statistics: Posted by rainbowsurfer — July 2nd, 2011, 5:42 pm


]]>
2011-07-02T10:27:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=22097#p22097 <![CDATA[Re: Different levels for coupon users and non coupon users]]> Something like this might be nice.
Code:
<?php
add_action 
("wp_head", "my_function");
function my_function ()
    {
        if (is_page (123))
            {
                echo '<script type="text/javascript">';
                echo "jQuery(document).ready(function(){ jQuery('input.s2member-pro-paypal-coupon').attr('aria-required', 'true'); });";
                echo '</script>';
            }
    }
?>
* See: http://codex.wordpress.org/Conditional_Tags

Statistics: Posted by Jason Caldwell — July 2nd, 2011, 10:27 am


]]>
2011-07-01T09:42:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=22029#p22029 <![CDATA[Re: Different levels for coupon users and non coupon users]]>
Is there a code to place so that if the coupon code field is not in the Pro form no warning message will appear?

Statistics: Posted by rainbowsurfer — July 1st, 2011, 9:42 am


]]>
2011-06-24T03:08:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21596#p21596 <![CDATA[Re: Different levels for coupon users and non coupon users]]> Statistics: Posted by rainbowsurfer — June 24th, 2011, 3:08 am


]]>
2011-06-24T00:37:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21584#p21584 <![CDATA[Re: Different levels for coupon users and non coupon users]]> WP Admin -> s2Member -> PayPal Pro-Forms -> Shortcode Attributes (Explained) -> template

template="" 100% optional. This can be a custom template file that exists inside your WordPress® theme directory. For example: template="checkout.html".


By the way, the template can also be a PHP file, not just an HTML one.

Statistics: Posted by Cristián Lávaque — June 24th, 2011, 12:37 am


]]>
2011-06-24T00:29:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21581#p21581 <![CDATA[Re: Different levels for coupon users and non coupon users]]>
Is it possible to modify the PayPal® and/or Authorize.Net® Pro Form templates?
Usually not necessary. But yes, if you really need to. Please check your /s2member-pro/includes/templates/forms/ directory. You can take the default templates, and place some ( or all of them ) into your own WordPress® theme directory. s2Member Pro will automatically find your custom templates there. By placing custom templates into your theme directory, you can be sure they won't get overwritten in a future upgrade. Either that, or you can just use the default templates like they are, and customize them with your own CSS rules inside the Stylesheet for your WordPress® theme ( i.e. style.css ). If you're using a PriMo Theme ( for instance, the s2Clean Theme ), check your Theme Options Panel, under: Custom CSS / Style Sheet.

Statistics: Posted by Jason Caldwell — June 24th, 2011, 12:29 am


]]>
2011-06-22T06:28:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21418#p21418 <![CDATA[Re: Different levels for coupon users and non coupon users]]> Many thanks again

Statistics: Posted by rainbowsurfer — June 22nd, 2011, 6:28 am


]]>
2011-06-22T04:15:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21410#p21410 <![CDATA[Re: Different levels for coupon users and non coupon users]]>
Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
Code:
<?php
add_action 
("wp_head", "my_function");
function my_function ()
    {
        echo '<script type="text/javascript">';
        echo "jQuery(document).ready(function(){ jQuery('input.s2member-pro-paypal-coupon').attr('aria-required', 'true'); });";
        echo '</script>';
    }
?>

Statistics: Posted by Jason Caldwell — June 22nd, 2011, 4:15 am


]]>
2011-06-22T03:58:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21408#p21408 <![CDATA[Re: Different levels for coupon users and non coupon users]]>
Hi Jason I'm running Pro Forms with PayPal for membership access.

Statistics: Posted by rainbowsurfer — June 22nd, 2011, 3:58 am


]]>
2011-06-22T03:43:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21407#p21407 <![CDATA[Re: Different levels for coupon users and non coupon users]]> Are you selling Specific Post/Page Access, or Membership Access?

Statistics: Posted by Jason Caldwell — June 22nd, 2011, 3:43 am


]]>
2011-06-22T03:41:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21406#p21406 <![CDATA[Re: Different levels for coupon users and non coupon users]]> Statistics: Posted by Cristián Lávaque — June 22nd, 2011, 3:41 am


]]>
2011-06-22T03:36:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21404#p21404 <![CDATA[Re: Different levels for coupon users and non coupon users]]> Statistics: Posted by rainbowsurfer — June 22nd, 2011, 3:36 am


]]>
2011-06-22T02:09:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21394#p21394 <![CDATA[Re: Different levels for coupon users and non coupon users]]>
Thanks for bringing this to my attention Cristián. I'll see what we can do about this in a future release.

Statistics: Posted by Jason Caldwell — June 22nd, 2011, 2:09 am


]]>
2011-06-22T00:19:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21359#p21359 <![CDATA[Re: Different levels for coupon users and non coupon users]]> Statistics: Posted by Cristián Lávaque — June 22nd, 2011, 12:19 am


]]>
2011-06-21T13:28:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10234&p=21333#p21333 <![CDATA[Different levels for coupon users and non coupon users]]>
Thanks

Statistics: Posted by rainbowsurfer — June 21st, 2011, 1:28 pm


]]>