sietsko
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
This is a bug in the new update.
Change from line 644 until 665.
This is the correct code:
public function maybe_hide_dashboard_items( $items ) { $disable_marketing = false; if ( apply_filters( 'ninja_forms_disable_marketing', $disable_marketing ) ) { unset( $items[ 'apps' ], $items[ 'memberships' ], $items[ 'services' ], $items[ 'user_access' ] // , ); } if ( 1 == get_option( 'ninja_forms_needs_updates' ) ) { unset( $items[ 'widgets' ], $items[ 'apps' ], $items[ 'memberships' ], $items[ 'services' ], $items[ 'user_access' ] // , ); } return $items; }Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] tax over transaction costThanks for your help, i will contact them.
Here is a part of the image from the invoice.
The tax there is also wrong.
- This reply was modified 4 years, 5 months ago by sietsko.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] tax over transaction costSee the link above.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] tax over transaction costCan i post an image in my reply?
How do i do that?- This reply was modified 4 years, 5 months ago by sietsko.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] tax over transaction costHi @yordansoares,
No, i don’t use the shipping method. I am using Mollie for the payments and when a customer buy something i add the transactions cost (as well for iDeal as Paypal). But on the end of the invoice i don’t see the tax for the transaction costs, only for the product that whas buyed.
Viewing 5 replies - 1 through 5 (of 5 total)