mawaybe
Forum Replies Created
-
Hi. Any ideas why this is happening. Our servercrashed again around this error a few hours ago. Thanks for your help.
Happy to upgrade to Pro if we can fix this.Confirming this was submitted.
Hi
If it’s helpful, we can see in the Authorize.net API documentation that they can/do respond with a field that states the card type.
https://developer.authorize.net/api/reference/index.html#payment-transactions
“accountType”: “Mastercard”,
Please advise if there is a way to find that value within WooCommerce.
Thanks for your help.
Mark
Thank you very much – I will try this within the next 24 hours. Best.
Hi
Apologies for my delayed response.
I think the issue is when using WP All Export, I am inserting lines like
{_fcpdf_order_item_1536_coupon_id}
{_fcpdf_order_item_1536_coupon_code}But when I use an alternate export tool, I can see lots of ‘id’ and ‘code’ values:
<Meta-_fcpdf_order_item_1536_coupon_code></Meta-_fcpdf_order_item_1536_coupon_code> <Meta-_fcpdf_order_item_1536_coupon_id></Meta-_fcpdf_order_item_1536_coupon_id> <Meta-_fcpdf_order_item_1549_coupon_code>qd10p</Meta-_fcpdf_order_item_1549_coupon_code> <Meta-_fcpdf_order_item_1549_coupon_id>1050042</Meta-_fcpdf_order_item_1549_coupon_id> <Meta-_fcpdf_order_item_1572_coupon_code></Meta-_fcpdf_order_item_1572_coupon_code> <Meta-_fcpdf_order_item_1572_coupon_id></Meta-_fcpdf_order_item_1572_coupon_id> <Meta-_fcpdf_order_item_1578_coupon_code></Meta-_fcpdf_order_item_1578_coupon_code> <Meta-_fcpdf_order_item_1578_coupon_id></Meta-_fcpdf_order_item_1578_coupon_id> <Meta-_fcpdf_order_item_1579_coupon_code></Meta-_fcpdf_order_item_1579_coupon_code> <Meta-_fcpdf_order_item_1579_coupon_id></Meta-_fcpdf_order_item_1579_coupon_id>Is the plugin generating a unique meta field for every coupon? Is that why I cannot include it in an XML export template – the ‘item_1578’ in the ‘_fcpdf_order_item_1578_coupon_id’ keeps changing for every coupon so it cannot be templated?
Thanks for your help.