marijn1887
Forum Replies Created
-
Good solution. Thanks for your help!
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Blank page checkoutOfcourse but there’s no need for you to change anything. It was a change I made in the plugin (removed the & in label multi step) which resulted in a fatal error:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function esc_html(), 0 passed in /home/536780jb/domains/dietcity.com/public_html/wp-content/plugins/wp-multi-step-checkout/includes/form-tabs.php on line 39
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Blank page checkoutYup thanks found the php error in forms-tab.php because of that. Thanks!
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Blank page checkoutHi, I have a error log but nothing there
Forum: Plugins
In reply to: [Adminimize] Can’t Un-hide OptionsYeah, would be nice to show the solution!
Forum: Plugins
In reply to: [WooCommerce] Custom Status: remove order flow to cancelledFYI following hook worked for me:
add_action( ‘woocommerce_order_status_reminder_to_failed’, ‘change_status_to_payment_required’ , 10, 10 );
function change_status_to_payment_required( $order_id ) {
$order = wc_get_order($order_id);
$order->update_status( ‘payment-required’ );
}Just change the name of statuses for it to work in your WooCommerce shop.
Forum: Plugins
In reply to: [Genesis Featured Video] Not working with Portfolio ItemsYeah, that works as in it shows the video’s now. So definitely a theme issue..but all other functions on the archive page are gone when using this php file. Unfortunately I just cant seem to find other template files than front-page for this theme..
Anyways thanks a lot for your help.Forum: Plugins
In reply to: [Genesis Featured Video] Not working with Portfolio ItemsWhat theme did you use?
I tried a couple of things but can’t figure it out. Even tried gensis sample theme and genesis main theme but still doesnt work..
Forum: Plugins
In reply to: [Genesis Featured Video] Not working with Portfolio ItemsOk, thanks will do. FYI tried it with two Genesis themes: Studio Pro and Aspire Pro
Forum: Plugins
In reply to: [Genesis Featured Video] Not working with Portfolio ItemsThanks for your fast reply, really appreciated.
I selected Video format and included a link to video, tried vimeo and local hosted as well.
Still the image shows up in stead of video. Don’t know what else to mention..
Here’s the link to portfolio page: https://bit.ly/2PqhfZV
Thanks again!
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Customer Data from Checkout in listPlease explain how to add customer data to mailchimp list
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Error Export fileIt missed two days of exporting but as of this morning it is working again. Dont know what was the issue.
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] Error details (JSON) No validationDiego, sorry to contact you again but I still get the same errors:
wc-aelia-eu-vat-assistant.DEBUG: [WC_Aelia_EU_VAT_Assistant] EU VAT Number could not be validated due to errors in the communication with the remote service. Error details (JSON)
Bluehost activated SOAP but apparently it didnt resolve our issue.
Any other idea what is happening here?
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] Error details (JSON) No validationThanks again for your support! Contacted the hosting provider and had SOAP activated.
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] VAT deducted without VAT numberPerfect, thanks a lot! Wasn’t aware needed to specify each EU country.