szuranski
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Downgraded back to V6For anyone using the
wcdn_order_item_afterhook. Take note the arguments have changed and will cause a fatal error. Nothing like a plugin auto updated with breaking changes and taking your site down.v7.0
do_action( 'wcdn_order_item_after', $item, $order, $template );v6.0
do_action( 'wcdn_order_item_after', $product, $order, $item );- This reply was modified 2 weeks, 5 days ago by szuranski.
Same exact issue as @ll09.
Updated to version 7.0.1 at 12:30 pm central and the site crashes when attempting to view an order page.
PHP Fatal error: Uncaught Error: Call to undefined method WP_Post::get_id() in /home2/USER_ID/public_html/wp-content/plugins/woocommerce-delivery-notes/includes/admin/class-backend.php:190Forum: Plugins
In reply to: [WC Moneris Payment Gateway] Enabling CVD Secure TransactionsThis plugin has the field for the CVD code in the checkout, however, this value is never sent in the request to the API. Do not use this plugin if you need to validate the CVD code. It does not work.
- This reply was modified 4 years, 10 months ago by szuranski.