Great plugin… only issue is that it only gives 3 currency options. I live in Canada and there’s no way to select a Canadian (CAD) value.
Hope you or someone can help me.
thanks,
]]>When form is submitted I never receive notification of the fields enterted. I receive email from paypal but nothing regarding the field of the form
]]>Could they be in the next update the possibility to add more coupons?
]]>Hi,
I am curious as to why I am unable to add cents to the price (i.e. $69.95)? It continuously says “Base price is invalid.”
If there is anyway around this I would be most appreciative. Thank you for a great and simple plugin!
]]>Using the shortcode in a post or page places the form on top of the page.
Using
and
https://01241.com/04/09/plugin-called-via-shortcode-appears-at-the-top-of-the-content/
ob_start(); has to be added after line 123:
function pf_shortcode($args = array()){
ob_start();
global $pf_errors;
And
$paypal_fields = ob_get_clean();
return $paypal_fields;
after line 208:
echo '</form>';
$paypal_fields = ob_get_clean();
return $paypal_fields;
}
}
]]>