chelseacarson08
Forum Replies Created
-
Ah yes I see. I don’t suppose you can advise on how to do that?
I appear to have solved this with the below. Is this the best approach?
add_filter('wc_stripe_payment_intent_args', function($args, $order){ $items = $order->get_items(); // Loop through ordered items foreach ($items as $item) { $product_id = $item['product_id']; $product = new WC_Product($item['product_id']); $sku = $product->get_sku(); } $args['description'] = sprintf('Order %s %s %s', $order->get_order_number(), $order->get_billing_last_name(), $product->get_sku()); return $args; },10, 2);
Forum: Plugins
In reply to: [Facebook for WooCommerce] Connection IssueI have worked this out.
The setup wizard went all the way through to showing the “You’re all Set’ message then in Facebook. It goes to a Woocommerce page saying ‘You just authenticated Facebook, redirect me.’
When clicking on the redirect button it came up with a 414 error. This was being caused by iThemes security.
I disabled this for the purposes of connecting and it worked. I then reactivated after and did a force sync which also seemed to have worked. Therefore I’ve marked this as resolved.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Connection IssueHey
No no errors and I checked when going through the process that that toggle was on. I had tried to before having full access but since then have removed everything and started again. It goes through and says no issue then says its done however nothing appears to happen.
I can see the plugin generated catalogue on Facebook but with no products and the backend on WP still shows the Get Started link.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Console errors : Get event=elementsHey
Thanks for coming back to me.
The errors show only on the product pages sorry. Example here
https://purehair.co.nz/shop/masks-and-treatments/cerafill-dense-fx/If I look in the dev console I see a whole bunch of errors:
https://pasteboard.co/Jr0NybJ.pngBut in terms of function everything seems to be working.
Chelsea
Forum: Plugins
In reply to: [WordPress Live Chat Plugin - Olark] Testing Olark with 4.9.4?Hi there,
Is there an update coming soon? I see it’s quite and of date now and not working on many later versions of WordPress.
- This reply was modified 6 years, 8 months ago by chelseacarson08.