skritin
Forum Replies Created
-
Hi ??
I’m also getting the Jason error (Error updating settings. SyntaxError: Unexpected token < in JSON at position 0 )
What is the solution to the problem?
Forum: Plugins
In reply to: [WooCommerce] Add text to email notification in WooCommerce when Local PickupI tried again and now it works ??
Super! Thanks. Then I can just change the text to something appropriate. You just made my day ??
Forum: Plugins
In reply to: [WooCommerce] Add text to email notification in WooCommerce when Local Pickupno, nothing :/
Forum: Plugins
In reply to: [WooCommerce] Add text to email notification in WooCommerce when Local PickupWell, nothing happened , it returns neither Found nor Not found.
Forum: Plugins
In reply to: [WooCommerce] Add text to email notification in WooCommerce when Local PickupIt didn’t echo the shipping method
It displays the text for the else in the if statement “Instructions: Ekki sótt í búe” even though I used the local_pickup:14 method.
Forum: Plugins
In reply to: [WooCommerce] Add text to email notification in WooCommerce when Local PickupOh.. If I even knew what the conditional was.. I’m guessing it should be like this:
add_action( 'woocommerce_email_before_order_table', 'add_order_email_millif', 10, 2 ); function add_order_email_millif( $order, $sent_to_admin ) { echo $order->shipping_method if ( ! $sent_to_admin ) { if ( 'local_pickup:14' == $order->shipping_method ) { // shipping method echo '<p><strong>Instructions:</strong> S?kja í búe</p>'; } else { // other methods echo '<p><strong>Instructions:</strong>Ekki sótt í búe</p>'; } } }
It returned nothing.. its a bit like it isn’t getting that the table rate name/value for the local pickup is local_pickup:14
Forum: Fixing WordPress
In reply to: Add text to email notification in WooCommerce when Local PickupThanks, I’ll do that.
Forum: Plugins
In reply to: [eShop] Emails and orders stopped processing.Hi.. I have the same problem. Also all orders, when placed, are also coming in as two orders, with different order ID’s but the same amount.
Actually, some orders, maybe 1 out of every 15 have a transaction ID, but the others have “Processing..”
I did try and disable all plugins and switch to another theme. I’ve switched the shop to test mode… shouldn’t one get order notifications when shop is in test mode?
I have Paypal active and a custom made gateway called dandomain (danish thing). If I try and place an order with either one of those, I get no order notifications.. I’m just guessing that the customer isn’t getting one either.
I have everything updated, but the theme used is custom made, not by me.
I’m in need for someone to help me on the right track ??
Thanks
Forum: Themes and Templates
In reply to: [Attitude] Featured image above content on pagesHi
The colored one above the content