Forum Replies Created
-
AuthorPosts
-
Rikk03Member
I see your point (1.)
OK so could i put the registration from for the specific level within the [/wp_eStore_APR] tags?
Regarding the APR submission, does it have to be distributed by email …… I’d just like the user to be redirected to the APR protected page because the email is slow, I had to wait an hour for it.
Rikk03MemberCorrection,
They can view the apr page, however I would like the downloader to be added to a membership group automatically.
Can this be done.
Rikk03MemberHow, I have not been able to implement this.
Perhaps I missed a step, please walk me though it.
The problem im having is that the squeeze form submission is not adding to membership level necessary to view the apr page.
What should I check?
Rikk03MemberSkrill really should be in the payment gateway package.
November 7, 2015 at 2:15 pm in reply to: eStore – how to find out what country a purchase comes from? #69786Rikk03MemberDoes the eStore Table Rate Tax work with the IPN Paypal buttons.
How does it work?
What I want to do is account for EU VAT the best way I can. I do not need the cart but rather paypal subscription button as well as pay now buttons.
I know that the table rate tax can be set for all countries within paypal however I have a problem with the country im in (will not allow the VAT rate to be set for the country in which you have the paypal account). I need to calculate the VAT prior to getting to paypal as a result.
I guess what i need to know is if i use the buttons from estore for paynow and subscribe does this use the data from the table rate tax addon?
Also can the eStore Table Rate Tax also be used for eMember? It would be a nice option!
Rikk03MemberNot even with the new functionality in the recent versions of wordpress?
Rikk03MemberIm talking about the categories of custom post types, not just the posts within the custom post type. As far as i can see there is no protection for such custom post type categories.
October 27, 2015 at 4:42 am in reply to: Can Gravity forms integration be used for other form #71726Rikk03MemberI guess ive figured this out myself ……..
?>
<form name=”frm_payment_method” action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” value=”<?php echo $amount;?>” name=”amount”/>
<input type=”hidden” value=”<?php echo $returnUrl;?>” name=”return”/>
[wp_aff_paypal_fields]
<input type=”hidden” value=”<?php echo $cancel_return;?>” name=”cancel_return”/>
<input type=”hidden” value=”<?php echo $notify_url;?>” name=”notify_url”/>
<input type=”hidden” value=”_xclick” name=”cmd”/>
<input type=”hidden” value=”<?php echo $item_name;?>” name=”item_name”/>
<!–<input type=”hidden” value=”xxxxxxxxxxxxx” name=”item_number”/>–>
<input type=”hidden” value=”<?php echo $merchantid;?>” name=”business”/>
<input type=”hidden” value=”<?php echo $currency_code;?>” name=”currency_code”/>
</form><?php */?>
October 27, 2015 at 4:27 am in reply to: Can Gravity forms integration be used for other form #71725Rikk03MemberSorry the initial topic has changes slightly – feel free to rename the topic.
In the below code im guessing this is where i need to add it :-
$cancel_return = $paymentOpts;
so how can I add the [wp_aff_paypal_fields] ?
<?php /*?><?php
global $General, $Cart;
$paymentOpts = $General->get_payment_optins($_POST);
$merchantid = $paymentOpts;
$returnUrl = $paymentOpts;
$cancel_return = $paymentOpts;
$notify_url = $paymentOpts;
$currency_code = $General->get_currency_code();
$cartInfo = $Cart->getcartInfo();
October 27, 2015 at 3:13 am in reply to: Can Gravity forms integration be used for other form #71724Rikk03MemberIm not using a plugin, its part of the theme where you can add listings (paid listings)
OK after a lot of reading I came to the following conclusions.
I can use the 3rd party integration option, however the form – is also a cart, provides product selection options, the form im using works with IPN not PDT, so this confused me initially. It also allows recurring payments.
Direct/Plain/Hosted PayPal Button and Affiliate Plugin Integration
Except i dont have paypal buttons. Paypal loads upon the selection of listing type. In the settings it uses the:
Cancel url
Return url
Notify url
All of which I can specify in the form settings. Im guessing I cant change these or the form wont work as it should. Question is how do i make this work with affiliate plugin?
Im guessing I need to figure out where to put [wp_aff_paypal_fields] and this would be in the section code for the listing type, since I dont have paypal buttons.
I have estore, affiliate and emember and a bunch of other plugins from you so I would hope you can help me on this.
It would also be great if I could integrate listing package price to emember level but I suspect this is far harder.
October 16, 2015 at 8:48 pm in reply to: emember stats + emember captcha interferes with widget display #71341Rikk03MemberOK, so I compared the source html ….. its the same, so it has to be the css, something is effecting the source display.
October 16, 2015 at 2:37 pm in reply to: emember stats + emember captcha interferes with widget display #71340Rikk03MemberHah, just noticed this is missing in the HTML when the emember captcha and emember stats are active.
This displays at the very top when plugins are not activated
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
Also
<head profile=”http://gmpg.org/xfn/11″>
is just
<head> when the plugins are active
Could this explain the plugin issue? How could your plugins be causing this change?
September 14, 2015 at 7:04 pm in reply to: emember stats + emember captcha interferes with widget display #71338Rikk03MemberHi,
No its only this one theme.
Tried it with several default WP themes and they showed fine. I have 80 or so plugins however I have deactivated them all and clearly identified your two plugins as the culprit.
All the other plugins work fine.
September 12, 2015 at 1:07 pm in reply to: emember stats + emember captcha interferes with widget display #71336Rikk03MemberThe critical change in how the style sheet is read by the browser is as follows.
Before the plugins are activated
user agent stylesheet (inherited from another element)
div {
display: block;
}
After the plugins are activated this is no longer present
There are other changes too however this is the critical one preventing the widgets from displaying. What is it about your plugins that causes the removal of this!!
September 12, 2015 at 4:46 am in reply to: emember stats + emember captcha interferes with widget display #71335Rikk03MemberBoth plugins cause the problem independently. Even the content of text widgets are blocked.
-
AuthorPosts