ignite2x
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Price Rounding IssueI am having a similar issue. We export our order data out of Woo to XML for import into Dynamics AX. Since upgrading WooCommerce to 3.x. the <TaxTotal> of our XML export now shows four digits after decimal, where used to be only two.
The import of data into AX now chokes every time there’s an order with a tax calculation included.
How can we have <TaxTotal> go back to rounding to two decimals after the point?
The errors we get look like:
Error AIF AifRequestProcessor-processServiceRequest Invalid document schema. The following error was returned: The 'http://schemas.microsoft.com/dynamics/2008/01/documents/SalesOrder:TotalSalesTax' element is invalid - The value '7.3393' is invalid according to its datatype 'http://schemas.microsoft.com/dynamics/2008/01/documents/SalesOrder:AxdExtType_TaxAmountCur' - The FractionDigits constraint failed. 6/3/2017 11:15:19 pm Error AIF AifRequestProcessor-processServiceRequest Invalid document schema. The following error was returned: The 'http://schemas.microsoft.com/dynamics/2008/01/documents/SalesOrder:TotalSalesTax' element is invalid - The value '7.3393' is invalid according to its datatype 'http://schemas.microsoft.com/dynamics/2008/01/documents/SalesOrder:AxdExtType_TaxAmountCur' - The FractionDigits constraint failed. clust 6/3/2017 11:15:19 pmForum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Possible to send email via SMTPHi @chetnapatel,
I was finally able to send/receive test email with Postman SMTP active. I had forgotten that dev domain did not have firewall exception for the sMTP server.
However, when I activate the template and abandon a cart, I never receive the real automated email after one hour. Do I need to set a cron? Something else I may be missing??
Thank you
Forum: Plugins
In reply to: [WooCommerce Multiple Free Gift] Opt Out of Free Gift?Cannot delete free gift from cart.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] RelayThanks Luke.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Relayexchange
Forum: Plugins
In reply to: [WooCommerce] Coupons Keep ExpiringThanks again Caleb,
I found code in child theme’s functions.php that was limiting coupon usage to 1 for a custom application.
What I had difficulty wrapping my head around is that this did not effect other coupons in mirror dev site – only in live. Disabling server side caching on live still did not resolve issue.
For now I have commented out suspect code.
Forum: Plugins
In reply to: [WooCommerce] Coupons Keep ExpiringThey are expiring on live site after a single redemption.
Forum: Plugins
In reply to: [WooCommerce] Free Shipping if Product of particular category in cartThanks Caleb.
Forum: Plugins
In reply to: [WooCommerce] Coupons Keep ExpiringThanks Caleb. I am unable to reproduce the issue on staging. Code and Plugin set/versions are mirror copies. There are some differences in the environment. Live has cloudflare caching and secure certificate. Staging does not. Also staging supports PHP 5.3.3 and Perl and Python. Live supports PHP 5.6.24
Forum: Plugins
In reply to: [WooCommerce] Coupons Keep ExpiringIt’s less than a couple hundred. The last one was maybe less then 10. And the usage doesn’t seem to be counting correctly in admin. In WooCommerce > Coupons it shows usage as “0”. In Reports, shows usage as 1.
Forum: Plugins
In reply to: [WooCommerce] Coupons Keep ExpiringAre you sure there are no usage limits in the coupon’s settings?
Yes, I am sure there are no usage limits.
I don’t know if it’s plugin conflict. I can’t test for that on live site, and on development site, I haven’t been able to generate the same “Coupon usage limit has been reached.” message.