TimoVeld
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] XML Sitemap, debug stepsThanks for your reply.
Unfortunately I already narrowed it down to my child theme.What I was looking for was debug steps like you suggested; “checking for whitespace between the php tags”.
So I’ll try that now, thanks for your input.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce hook after new order emailI’ve found a workaround. I wanted the order to automatically become complete after being send.
So I added
$order->update_status( 'completed' );
to the thankyou.php page.This does what I want it to do, except for one thing. When I change the order to complete manually like this, the order complete emails are not being send. Is there a command to send the order complete email manually?
Forum: Plugins
In reply to: [WooCommerce] How can I send an attachment with my email?I’ll look in to that, if I can’t find my solution there I’ll probably do your second suggestion.
Thanks for the input =)Forum: Plugins
In reply to: [WooCommerce] How can I send an attachment with my email?I noticed it is incorrect since it still don’t have any delicious attachments in my email inbox, what I can’t figure out is why.
Forum: Plugins
In reply to: [WooCommerce] How can I send an attachment with my email?I found this in class-wc-emails.php
function send( $to, $subject, $message, $headers = "Content-Type: text/html\r\n", $attachments , $content_type = 'text/html' ) { $attachments = array(WP_CONTENT_DIR . '/uploads/invoice.pdf'); //my added code // Set content type $this->_content_type = $content_type; // Filters for the email add_filter( 'wp_mail_from', array( $this, 'get_from_address' ) ); add_filter( 'wp_mail_from_name', array( $this, 'get_from_name' ) ); add_filter( 'wp_mail_content_type', array( $this, 'get_content_type' ) ); // Send wp_mail( $to, $subject, $message, $headers, $attachments ); // Unhook filters remove_filter( 'wp_mail_from', array( $this, 'get_from_address' ) ); remove_filter( 'wp_mail_from_name', array( $this, 'get_from_name' ) ); remove_filter( 'wp_mail_content_type', array( $this, 'get_content_type' ) ); }
I found this piece of code, where I added in my $attachments variable. But for some reason that doesn not work.
I’m at a loss here.Forum: Plugins
In reply to: [WooCommerce] How can I send an attachment with my email?Yeah I found that one. But I’d rather have a hardcoded sollution.
Since the file is generated within the code, and the file is generated per order.I found the part that send the email, this uses the normal wp_mail class. Which should allow an attachment to be send. But I’m having a hard time decrypting the construction, and how to fill the attachment variable via the normal template.
Forum: Plugins
In reply to: [WooCommerce] Can I use an email to mark my order completedCan this be done inside wordpress? I have no idea how I would built the listener for the email.
Forum: Plugins
In reply to: [Pronamic Pay] Rabobank Omnikassa redirect pagesAnd now during my live test phase, I exceeded the 20 payments, I would have thought these 20 paymens would require succesfull payments, but apparantly they include every single call to iDEAL.
My setup is almost ready so I’d rather not change my payment gateway, but before I proceed to purchasing your plugin license, I need to be sure that the redirect URL’s are possible via omnikassa.
Could you please clarify on this? My deadline is getting close.
Kind regards,Forum: Plugins
In reply to: [Pronamic Pay] Rabobank Omnikassa redirect pagesSo aparantly there’s a field where I can edit the normalReturnUrl. Only I have no idea where to find this field. the documenation only tells me that this field exists, not where to edit it.
Any help?
I’m using Rabobank’s Omnikassa on my woocommerce website with the pronamic iDEAL plugin.Forum: Plugins
In reply to: [Pronamic Pay] Rabobank Omnikassa redirect pagesSo the generated pages appear to exist solely for gravity forms.
How would I go about redirecting the user to the woocommerce thank you page after they made a payment via ideal omnikassa?Forum: Plugins
In reply to: [WooCommerce] How to fake status paid.Upper right corner has an order-actions dropdown button that lets you send invoices or other emails.
Forum: Plugins
In reply to: [WooCommerce] How to fake status paid.Come to think of it? How is the invoice eventually generated when a bank transfer has been made?
Forum: Plugins
In reply to: [WooCommerce] How to disable the 'x' after quantity in the cart widgetI couldn’t find where the x came from, so I just generated the results again without the sprintf command
<?php echo $cart_item['quantity']; ?> stuk(s) <span style="float:right;"><?php echo $product_price; ?> p/s</span>
Forum: Plugins
In reply to: [WooCommerce] Widgets sidebar – how to set it to 100% height?Doesn’t the Faux Colums technique rely on faking the sidebar as a background image?
Did you read this?
https://alistapart.com/article/fauxcolumnsForum: Plugins
In reply to: [WooCommerce] WooCommerce checkout button on mouseover only partially worksYou might want to spent some time in optimizing your loading times as well
https://tools.pingdom.com/fpt/#!/ehAMYE/https://eyeparty.net/