basvandijkk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] Add check before strposHi @donncha this would definitely work ?? Thanks for the quick response.
Forum: Plugins
In reply to: [WooCommerce] Refund without tax displayAnyone?
Is there a solution yet? Still encountering the problem. Downgrading a servers PHP version should not be the way to go.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Multiple Invoices@pomegranate Haha yes, okay than its exactly what I need right now.
Since:
“If you set the credit note to attach to the refunded order email, it will be automatically created once the refund is created, and included with the email”is the situation that I need.
Thanks for the quick responses Ewout!
- This reply was modified 6 years, 4 months ago by basvandijkk.
- This reply was modified 6 years, 4 months ago by basvandijkk.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Multiple Invoices@pomegranate Thanks for the link. To be clear, the credit nota is not being send upon paying back the order right.
Because you are describing it as if the credit nota can only be made AFTER the payback of the order. My goal is to attach it to the email that’s being send upon paying back the order.
- This reply was modified 6 years, 4 months ago by basvandijkk.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Multiple Invoices@pomegranate Yes that is exactly what I need. Does this plugin allow you to save the original invoice? And only send the Credit nota upon toggeling the payback function?
Forum: Plugins
In reply to: [WooCommerce] Cart page loading problem when items are in the cart– Could you paste the inside of:
/wp-content/themes/wplms/woocommerce/cart/cart.php
Because the problem will probably be caused within this file.– Do you have debugging turned on? If so then please paste the inside of:
/wp-content/debug.log
– If you don’t have it turned on you can turn it on by defining the following constants within your wp-config.php file.
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
< since you probably don’t want visitors to see the errors.More information about debugging can be found here: https://codex.www.ads-software.com/Debugging_in_WordPress
Please let me know if you need more help.
- This reply was modified 6 years, 6 months ago by basvandijkk.
- This reply was modified 6 years, 6 months ago by basvandijkk.
- This reply was modified 6 years, 6 months ago by basvandijkk.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] How long is history?Within the settings
/wp-admin/admin.php?page=activity-log-settings
you can select the amount of days you want to save the activity logs. You can also leave the option blank meaning activity logs will be saved forever.Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] logout user panel@mcdv What is it exactly that you want. For what I can see login/logout activity is getting logged within the plugin.
Let me know if you meant something else.
Forum: Fixing WordPress
In reply to: Reverting a PHP plugin@sterndata Haha okay, point made! But it was meant as an example.
- This reply was modified 6 years, 6 months ago by basvandijkk.
Forum: Fixing WordPress
In reply to: Reverting a PHP pluginHe did not mention that he wants to delete it. Steve Stern. To be honest my suggestion was better, too bad you had to remove it.
- This reply was modified 6 years, 6 months ago by basvandijkk.
Forum: Fixing WordPress
In reply to: Reverting a PHP pluginSo you want to rollback the fact that a plugin is active??
I would also like this option, would definitely add more value to this Activity plugin compared to others.
public function get_columns() { $columns = array( 'date' => __( 'Date', 'aryo-activity-log' ), 'author' => __( 'Author', 'aryo-activity-log' ), 'ip' => __( 'IP', 'aryo-activity-log' ), 'type' => __( 'Type', 'aryo-activity-log' ), 'label' => __( 'Label', 'aryo-activity-log' ), 'action' => __( 'Action', 'aryo-activity-log' ), 'description' => __( 'Description', 'aryo-activity-log' ), ); return apply_filters( '...', $columns ); }
- This reply was modified 6 years, 6 months ago by basvandijkk.
- This reply was modified 6 years, 6 months ago by basvandijkk.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Editor access to the log@myarafat Thats great! Could you mark this topic as resolved :)?
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Editor access to the log@myarafat Bump, did my suggestion fix your problem?