bigny
Forum Replies Created
-
merchantPlus.com and other Authorize.net Gateways
Thanks a lot. ‘Turn off compatibility mode’ do the job. But still get alert in payment process. On https://rockbait.com/make-a-payment/?invoice_id=4f1cc9b9265ac304e2396f3473b43479 when i add card details and click “Process payment” post call return alert and in console i output data from response(success: false, error: true)
Like i see it templates for content part are not changing
I have problem working on dev sou i turn on PHP 7. https://rockbait.new.topseohouston.com/make-a-payment/
and test invoice – 54357304Yes. And on 5.6 wpi_authorize_submit FUNCTION return (success: false, error: true). If you fill card details and click process payment.
If i use PHP 5.6 for https://rockbait.com/make-a-payment/ first it’s search line for inter invoice number. After enter number(63515477) click “Make payment” and after reload link change to https://rockbait.com/make-a-payment/?invoice_id=…. and content part change to “Customer info” , card details etc…
If i use PHP 7.1 content part after reload don’t change content part to payment details and leave search line, but link changes. Thanks for you timeForum: Plugins
In reply to: [Contact Form 7] Special Mail TagsYes i read it, but then i pasty CF7 in PHP by do short code in CF v4.7 all work well.
working code on v4.7
function fix_wpcf7_do_shortcode( $shortcode, $id = NULL ) {
if ( ! isset( $id ) ) {
$id = get_the_ID();
}
$regex_pattern = get_shortcode_regex();
preg_match( ‘/’ . $regex_pattern . ‘/s’, $shortcode, $regex_matches );
$shortcode_atts = shortcode_parse_atts( $regex_matches[3] );
$shortcode_id = $shortcode_atts[‘id’];return str_replace( ‘wpcf7-f’ . $shortcode_id . ‘-o’, ‘wpcf7-f’ . $shortcode_id . ‘-p’ . $id . ‘-o’, do_shortcode( $shortcode ) );
}<?php echo fix_wpcf7_do_shortcode( ‘[contact-form-7 id=”90″ title=”Find apartment”]’, get_the_ID() ); ?>
or
<?php echo do_shortcode( ‘[contact-form-7 id=”90″ title=”Find apartment”]’); ?>
Forum: Plugins
In reply to: [Custom Stock Widget] DOW@jcaruso001 Is it possible to see the review? Please!