Forum Replies Created
-
AuthorPosts
-
Martin
ParticipantThank you for the support. I could not solve by myself the problem but thanks for the help.
Martin
ParticipantThanks for the answer.
Why on my side I am seeing this problem? What can it be?The behaviour of the button is very odd: I tried on Safari and sometimes it works even if it takes longer than usual to open the page, sometimes you have to click 2 times.
In chrome sometimes it works sometimes not…
Clearing cache does not help… it is very strange.
Martin
ParticipantOk I solved that.
It was because I am putting the shortcode inside wp bakery… Thanks you very much for your help, really appreciated.Martin
ParticipantThis worked, thanks so much! 🙂
Now when I use [swpm_protected] I get as an output like this:
“{{ post_meta_value: Contenido Exclusivo Certificados FdB }}”
I would like to have only the tex pat like this:
“Contenido Exclusivo Certificados FdB”
is there a simple way to achieve it?
Martin
ParticipantVery kind of you to help me!
I am grateful 🙂I tried to add at the end of functions.php but I get an error:
Sintax error, unexpected $E0F
I have pasted this code:
/** *swpm post protection custom field */ function swpm_is_protected() { $protected = SwpmProtection::get_instance(); return ( $protected->is_protected( get_the_ID() ) == true ) ? 'Contenido Exclusivo Certificados FdB' : 'Contenido Libre'; } function swpm_shortcode_init(){ add_shortcode( 'swpm_protected', 'swpm_is_protected' ); } add_action('init', 'swpm_shortcode_init')Martin
ParticipantThank you for your help. I will try to use your code. Since I am not a coder I will have to find some help.
Martin
ParticipantThank you for the reply.
I just need to know what should be set in the content-type headerSomething like “application/x-www-form-urlencoded”
I would be very happy if you could give me a hint!
Martin
ParticipantHow is my server set to accept data? What format does it need to be sent on in? Do you have some documentation for Simple Membership Plug In webhooks I can take a peek at?
This would be very usefull!
Martin
ParticipantThank you for your answers!
@The assurer: yes Zapier is a little bit like ITTT, it’s a service that helps applications to “talk” each other and set up automated tasks.
What I am looking for: a way to automatically create an invoice every time someone buys a membership on my site.
I understand “SWPM needs to receive the IPN, if you want the registration process to complete correctly”
What I would like to do: send IPN to Zapier, this will then send the same IPN info to SWPM and Invoice ninja.
@admin can you help me?
This is important to me…
I would be happy to invest in this feature.
(how much would it take?)THanks!
-
AuthorPosts