kattouf
Forum Replies Created
-
I thought about the ignore option but i do want the errors to popup but only after clicking Checkout. Not as I type. I mean no reason to show them otherwise.
I might ignore address related errors for now. But I do like them 😀
Just something I wanted to mention, I’ll try the cookies too.
Thanks
Forum: Plugins
In reply to: [WooCommerce] User billing email and NOT customer email for reportsHello,
We use an export plugin https://algolplus.com/plugins/downloads/advanced-order-export-for-woocommerce-pro/
However even when using WC Analytics, I understand that Guest user is always considered a NEW customer even if they order many times. Analytics> Orders> Filter > Customer type> New
Am i mistaken? In our export from above plugin “Customer total orders” for guest is always 0, even after many purchases. ( i emailed the developer to check that)
But i believe this is inbuilt behavior for WC
/J
Forum: Plugins
In reply to: [Max Mega Menu] Megamenu not a functionthank you, yes seems it works now but i still get error
(but menu works now)
/J
Hello,
Still having the issue. I have Excluded “preorder” status from emails but still getting emails.
I’m using this : https://woocommerce.com/products/woocommerce-pre-orders/
thanks
/J
Thanks resolved using this suggestion:
https://wordpress.org/support/topic/follow-up-emails-to-users-that-just-purchased/- This reply was modified 4 years, 6 months ago by kattouf.
We are using Woocommerce Preorder Plugin. The orders are flagged as Preorder status if that helps at all.
Thanks, sorry i didn’t see the code at first. I was meant to share a different thread about the same topic.
The function should work fine.
Thanks, a background job would be ideal.
What happens when same image is used in multiple posts? Which title does it receive?
thanks
/J
Forum: Plugins
In reply to: [Bulk Assign Linked Products For WooCommerce] Works thanks!Thanks for that!!!
However latest versions is 1.0 which still doesn’t have select all.. Maybe it didn’t update at wordpress yet
thanks
/J
I just discovered this issue too. Found MANY duplicate products in fb catalog after changing skus.
What i don’t understand is why it combines the product id as a suffix. I am now having to use a tracking plugin that sends only the SKU as content_id and its not matching the fb catalogue which expect +”_productid”
sku should = content_id without anything added to it
thanks
/J
Forum: Plugins
In reply to: [Meta for WooCommerce] Product ID is combined with product SKUHello,
My FB content_id are also a combination of SKU_product_id. I thought that was normal for fb. Is it not? It;s been like this for forever.
Using Pixeyoursite tracking everything works fine if i use setting “FB for wc content_id logic”
But now i am facing an issue using a different tracking plugin that just sends the SKU as content_id and so doesn’t match the Fb catalogue.
@solstudioim Your screenshot shows a combined sku_productID as content_id
/J
Forum: Plugins
In reply to: [Conversion Tracking for Bing in WooCommerce] Tracking conversationsGlad i could be of help!
Instead of my above code. i use this now, it’s simpler:
First this:
// This is the order total
$order->get_total();
$revenue = $order->get_total();Still basically the same and replaces the value for $revenue.
Then replace with this:
<script> (function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"<?php echo (get_option('bing_uet_tracking_code')); ?>"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq"); window.uetq = window.uetq || []; window.uetq.push('event', 'purchase', {'event_category': 'sale', 'event_value': '<?php echo $revenue; ?>', 'revenue_value': '<?php echo $revenue; ?>', 'currency': '<?php echo (get_option('bing_tracking_currency')); ?>'}); </script>- This reply was modified 5 years ago by kattouf.
Forum: Plugins
In reply to: [Broken Link Checker] When will it run?Thanks, the Force check worked.
Might want to update the description “Once installed, the plugin will begin parsing your posts,” because it didn’t do that…
thanks again.
Johnny
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Missing Credit Card OptionHello,
I have a Non-US Paypal business account and i’m located in Cyprus. I had not Disabled the checkout plugin but i did that now and no difference:
https://ibb.co/ZWpjZgH
https://ibb.co/kSsM8PTAs you can see with PP Checkout I get the option. So it cannot be Paypal restriction on my account/country or my physical location.
It’s possible that USA customer can see it but i cannot, maybe there are other checks on that version.
Anyway, leave it for now, i am happy with the PP checkout, does the job.
/J
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Missing Credit Card OptionThanks,
There is no such option. I have Vaulting.
Then it says:Card Processing not available
Unfortunately, the card processing option is not yet available in your country.With Paypal Checkout plugin it works, and i get two buttons on the site PayPal and debit/credit cards.
I will continue to use that.
thanks
/Johnny