latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

cassel


My Latest Replies (From Various Topics)

Viewing 25 replies - 501 through 525 (of 644 total)
Author Replies
Author Replies
Posted: Wednesday Aug 8th, 2012 at 7:02 pm #21557
cassel
Username: cassel

An additional quick question here. In the pro-form, at the bottom, it has a checkbox with “Yes, I want to receive updates via email. ” What does it do? Does it add to my Mail Chimp list if they check it and NOT add it if it is unchecked?

Since everywhere else in the site, through s2M, whenever one would make a purchase, the name would be automatically added to the MC list, is there a particular reason to give the choice in the pro-form? If not, can it be removed?

(ok that was more than one question)

Posted: Wednesday Aug 8th, 2012 at 1:25 pm #21534
cassel
Username: cassel

Ok that is simple, but i cannot figure out where to put what.
– where is the $ccap_date set?
– what format is that $ccap_date so i can choose the ccaps of the individual workshops to make sense to how it is reading it.
– how is that modifying the shortcode for the button/pro-form?

Posted: Wednesday Aug 8th, 2012 at 12:40 pm #21531
cassel
Username: cassel

Phil, instead of having the download link direct to a “oops you have to register”, you could have the link active only if they are logged in (so registered), using conditionals, so you might consider having a note beside (or below) the product stating : “Please log in to download” so they might go from step 1 to step 4. And with the log in widget (from the pro version), you could have it on the side.

Here is an example: http://scrapbookcampus.com/forums/
Athough the page is visible to all, the actual forum is only visible to the logged in members. Then, with some options in the widget, the client can be brought back to the same page.

  • This reply was modified 4 years, 5 months ago by  cassel.
Posted: Wednesday Aug 8th, 2012 at 12:32 pm #21530
cassel
Username: cassel

Great. This opens up more possibilities.

So the CCAPS can be called 201207 and be treated like a number! Brilliant.
Thanks.

Posted: Tuesday Aug 7th, 2012 at 8:13 am #21365
cassel
Username: cassel

As i was driving today, i started thinking (could be dangerous at times) but i am not sure if it can work so i need someone techie enough with coding to tell me if it is possible with s2M.

Is there a way for a conditional to decide if a number is higher than another (i think it can) but then, also recognize a ccap as a value (numerical or alphabetical)?

If it can work (you will have to tell me about that), i thought i could assign the ccaps attributes to the individual workshops with a number (ex: 201201) and have a conditional that would determine something like “if the ccap is higher than the user’s “given ccap”, then the workshop is available”. And the “given ccap” would be determined based on the php idea Raam mentioned earlier.

Is that scenario something possible?

Posted: Tuesday Aug 7th, 2012 at 6:16 am #21340
cassel
Username: cassel

Considering that the workshops are ongoing and their membership is also ongoing, even if i included 12 ccaps, i would be stuck the following year!

Posted: Monday Aug 6th, 2012 at 10:58 pm #21302
cassel
Username: cassel

Oh… yeah, i guess you can see it:
http://scrapbookcampus.com

Posted: Monday Aug 6th, 2012 at 6:08 pm #21280
cassel
Username: cassel

Billy i just didn’t pursue the idea of a gallery limited to some members and not others. So i could not give you much example.

As for the conditionals, you can look at this video:
http://www.s2member.com/videos/D415163AD094991B/

Posted: Monday Aug 6th, 2012 at 12:28 pm #21234
cassel
Username: cassel

Hum.. i guess it must answer my question, but i’ll have to study this as i have NO IDEA what it means. :)

Posted: Sunday Aug 5th, 2012 at 1:20 pm #21184
cassel
Username: cassel

HI Billy,
I am not an official support person but a user like you. Although i might not have a definite answer, i can share what i did.

I have looked at nextgen and although it looks good, it didn’t meet my needs so i didn’t pursue it further.

For the images to be viewable by some and not others, i think you might be able to use some conditionals. This is simple coding (i can even do that!) where you would have something (here is just in plain english) like:
– if user has a certain level
— show the image
– if not
— show a message saying they are not allowed to view this image

Now, where do you put the code? I am not really sure. I guess it will depend on how you get the large image to show, whether it is like a popup, or a separate page.

I am sure one of the reps will come and clarify my explanation, but i am pretty sure you can do it with s2m. Heck, it does almost everything (except make coffee).

Posted: Saturday Aug 4th, 2012 at 9:17 am #21153
cassel
Username: cassel

And while asking about the pro-form, will this “solve” the problem of a registered member not getting the ccaps automatically set if they are making a purchase without being already logged in? Will their email and username be checked against those in the database to apply the correct ccaps to the member (while now, i have to do those manually)?

No, in order to upgrade or add a ccap to his account, the user has to be logged into his account when he starts the order. That doesn’t change using pro-forms, it’s like with buttons.

I wonder if in a future version this could be used. Since the user is entering email and username, if they are new, nothing in the database would match but if they are existing member, then, it would be easy to compare (i say it is easy but i am not the coder). Unless something else is in the making for the next version to address this (any closer to the next version?)

Posted: Friday Aug 3rd, 2012 at 8:39 pm #21145
cassel
Username: cassel

If it is related to s2M specifically, i would think it would be more beneficial to everyone to post in this thread.

Posted: Thursday Aug 2nd, 2012 at 7:41 am #20998
cassel
Username: cassel

I`d have to wait on someone more knowledgeable because as s2M is not a cart system, i am not sure a client can purchase two things in one transaction. Hopefully, Cristian, Raam or Eduan (or Jason) might chime in.

Posted: Thursday Aug 2nd, 2012 at 7:39 am #20997
cassel
Username: cassel

You’d only have the button to submit the form, the one with the radio button won’t be visible, that whole section would be hidden with the style I gave you above.

Oh ok…. i thought it was going to hide the greyed out images only. I had not tried it yet. Thanks.

Posted: Thursday Aug 2nd, 2012 at 6:25 am #20987
cassel
Username: cassel

Levels are building on each other, so you cannot have two “different” levels since the higher one will get access to everything the lower one has access to. If you need some different types of access, you can use custom capabilities. You can check in this section: s2Member® API / Scripting

Posted: Wednesday Aug 1st, 2012 at 9:40 pm #20952
cassel
Username: cassel

From my own personal experience here are some answers:

1. I wish to create a membership website which offers free membership – I never do intend on charging my visitors – can this be done in such a way that the user does not have to select a membership level and that they are automatically simply given a free account?

Yes, you can go to General Options > Open Registration

2. Just to confirm, when a new member creates an account, they can automatically be added to my mailing list via Aweber?

Yes, s2Member integrates easily with aWeber

3. The website will be in French and as such the platform needs to be in French too for visitors. If I go ahead with this change, will the admin panel be in French as well? I’d prefer to keep it in English, but if this is not possible, that is ok.

That i dont know. Someone should come and answer that for you.

4. If I buy a single site license and wish to upgrade to a multi site license later, I will only pay the difference between the two, correct?

Yes, you just pay the difference.

Hope it helps.

Posted: Wednesday Aug 1st, 2012 at 8:06 pm #20949
cassel
Username: cassel

Here are additional questions:

– in the pro-form, if i remove the credit card “pictures” with the css coding, doesn’t it become redundant to have the radio button under ONLY Paypal, and then a button with Checkout with Paypal?

– can the Checkout with Paypal button be changed to a custom button in a pro-form like it can be done for a button?

Posted: Wednesday Aug 1st, 2012 at 8:25 am #20909
cassel
Username: cassel

No, in order to upgrade or add a ccap to his account, the user has to be logged into his account when he starts the order. That doesn’t change using pro-forms, it’s like with buttons.

Too bad.

Thanks for your patience. Now it is clearer and i will be able to use the pro-form woohoo!!

Posted: Wednesday Aug 1st, 2012 at 7:56 am #20905
cassel
Username: cassel

So, the Paypal option visible in the pro-form is the express checkout which will go to paypal whether one has a paypal account or not?

In light of this:

Starting with s2Member Pro v120608:
http://www.s2member.com/changelog/#s2-changes-v120608
It became possible for customers to checkout through PayPal Express Checkout, with ONLY a credit card, so long as the purchase does NOT include a trial period, or any recurring charges. In other words, it works with “Buy Now” purchases only.

..can i use that pro-form with Express Checout for subscription/trial period too?? If not, how can i use a coupon for that?

And while asking about the pro-form, will this “solve” the problem of a registered member not getting the ccaps automatically set if they are making a purchase without being already logged in? Will their email and username be checked against those in the database to apply the correct ccaps to the member (while now, i have to do those manually)?

Posted: Wednesday Aug 1st, 2012 at 6:23 am #20892
cassel
Username: cassel

f you don’t remove the other credit cards, then someone might click one of those and try to checkout. Since you don’t have PayPal Pro, they will get an error. If you don’t have PayPal Pro, you should disable the credit cards to prevent confusion for your customers (since they can’t use those options on your Pro-Form anyway).

With the regular button, the client can still use a credit card without having a paypal account. Express checkout USED to require a paypal account even if the client wanted to use a credit card. Now with the Paypal optional funtionality, i figured they could use credit cards without a paypal account, but now, if i disable the credit cards to prevent confusion, am i not going against the very reason i am using the “express checkout with paypal optional”?

Also, if i disable those credit cards, they still show up, in faint colors, isn’t that going to confuse the client who wants to use a credit card? (even though, maybe they can use the credit card when arriving on the paypal site)

Really, the only reason i want to use the pro-form is the ability to use coupons, which i cannot do just like that, with the buttons.

Sorry to be confused.

Posted: Tuesday Jul 31st, 2012 at 10:21 pm #20858
cassel
Username: cassel

Yes and no.

1- Do i still have to remove the mention of the other credit cards as stated in the text above “*PayPal® Pro is NOT Absolutely Required*…..?

2- Can i still use the pro-form “as is” with a coupon, even if i sell a subscription with recurring payment if i dont have paypal pro but only paypal express checkout?

Maybe i am confusing myself by reading every detail!

Posted: Tuesday Jul 31st, 2012 at 9:48 pm #20850
cassel
Username: cassel

Richard, this forum is the support. Installing and configuring s2M with those custom capabilities and such is really easy (i did it, and i am not a techie person!). Go for it. You can do it.

Posted: Tuesday Jul 31st, 2012 at 2:40 pm #20828
cassel
Username: cassel

I think there might be a way to get it automated (i do it manually on each user, but i have a very small list). I know i have a subsription that is for 6 months, so i send an automated email after 5 months. I am not sure if i could go in reverse, since i never had any other date than the start date. I would assume someone with programming skills could do that and possibly get the EOT date into MC, and then configure the autoresponder based on that date.

Hopefully someone can have a more definite answer, but you might need to check with the mailing list provider to see if you can set an autoresponder as “before a date”, and then check how you can transfer the EOT from s2M to MC (or any other mailing service)

Posted: Tuesday Jul 31st, 2012 at 2:09 pm #20826
cassel
Username: cassel

I am not sure it is done in s2M. I use MailChimp and the autoresponder to notify my members their membership is due for renewal. Since s2M is not a mailing service, i dont think it does that (unless in very recent upgrades).

Posted: Tuesday Jul 31st, 2012 at 1:29 pm #20821
cassel
Username: cassel

If you scroll down in the Paypal Button page, you can find Shortcode Attributes (explained), you can see what code you need for what attribute you want to use. Is is very easy to make your own custom code with that.

Viewing 25 replies - 501 through 525 (of 644 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.