lmorris99
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Can it show payment status?I guess I’d put your code after the line items, but before the order notes.
But I don’t really know how to use all the “wcdn_xxx” stuff and It looks like I should, because everything else does.
Here’s a snippet – can you show me where to insert “$order->get_status();” and how to make it print out?
<?php endforeach; ?>
<?php endif; ?>
</tfoot>
</table><?php do_action( ‘wcdn_after_items’, $order ); ?>
</div><!– .order-items –><div class=”order-notes”>
<?php if ( wcdn_has_customer_notes( $order ) ) : ?>Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Can it show payment status?Thanks but which template?
Could I use …/wp-content/plugins/woocommerce-delivery-notes/template/print-order/print-content.php.Also, when I edit that, I see a comment at the top suggesting that I copy it to my theme directory. as “print_content” – but they mean “print_content.php”, right?
I’ll upgrade, then, as soon as our event is done.
Thanks.Events Manager Pro
Deactivate
Supercharge the Events Manager free plugin with extra features to make your events even more successful!Version 2.4.4.2 | By NetWebLogic | Visit plugin site
You’re probably right about https being irrelevant here. Thanks.
What’s not working is, I pay via paypal, but the Event Manager Booking statys Pending, not Confirmed, and there is no associated Transaction in Event Manger. So it seems clear that Paypal is not successfully sending the IPN back to Event manager.
I can recheck these things, but:
— our paypal page is using the same IPN notificatin URL that Event Manager shows is under Payment Gatewyas, Paypal;
— I can browse to our notification URL, and get “Error: Missing POST variables. Identification is not possible. …” and when I add a variable, I get a blank screen. So the listener is accessible I think.I have asked our paypal master for the IPN history. Maybe that will help. Any other ideas?
That’s how it has been, you’re right.
But it’s not working for us now, and this link says:IPN Verification Postback To HTTPS
If you are using PayPal’s Instant Payment Notification (IPN) service, you will need to ensure that HTTPS is used when posting the message back to PayPal for verification. After June of 2017 HTTP postbacks will no longer be supported.So maybe that’s why it’s not working.
Any other reason why it would have stopped working? i mean, what are the usual problems people have with paypal IPN?
Appreciate your help.