amitramani
Forum Replies Created
-
The caching is all done from the hosting side. I guess I can disable the Caching completely from my dashboard. Then I can wait till I receive a Paypal order (since the error happens when someone tries to use Paypal Express).
After that I can check the debug.log for this message.
Did I understand you correctly?
Thanks for such a fast response. I do have CDN enabled. I am hosting with Pagely. Should I ask them for assistance in solving this?
It seems very odd that wc_add_notice() is not found.
I am pleased to report success!!
When I ran the SELECT query, I found 841 rows of such orphaned variations. Once I ran the DELETE query, they were all gone.
@icaleb, I did backup my database before running the queries.
@mikejolley, how do we get WooCommerce core code to clean out these orphaned variations?
Thanks
Amit@mike
I will try the sql queries and report back the results.@mikejolley
I am not sure I understand.The products have already been deleted previously. Did you mean the reports will not show deleted products once another active product is updated? If yes, that is not the case. The Out of Stock reports always contain products that have been previously deleted.
Am I describing this clearly or am I confusing you?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not picking up the over-written CSS Files?Thanks, @frank. I will try it. I thought the use of !important was widely discouraged ?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not picking up the over-written CSS Files?Anyone have any ideas? It is probably not related to AutoOptimize
I am suspecting that maybe the order of the CSS media queries is incorrect?
So for example, the media query for max-width:768px is over-writing the one for min-width:320 and max-width: 480px ?
Forum: Plugins
In reply to: [Progress Bar] Dynamically change the progress valueHere is the code I added to get the Progress Bar working with Woocommerce as a Checkout Progress Bar.
https://gist.github.com/amitramani/4192ff2b4a8ec7230fa24b3fa0583991Forum: Plugins
In reply to: [Progress Bar] Dynamically change the progress valueHi Chris
With your help and a bit of experimentation with jQuery code, I am able to get the desired functionalit,y, i.e. the Progress Bar live updates as the Checkout fields are validated.I would really like to release this code to the www.remarpro.com repository. Essentially, it is a few lines of PHP code (in functions.php) and 1 JS file.
What do you suggest? I was thinking of making this as a plugin. I know lots of other people (that do not wish to buy the commercial plugins) would benefit from it.
Any luck? Did you find the cause?
Done. Added your email for GA access.
The store URL is https://www.tacknrider.comI did get transactions after I re-installed the plugin. For now, they are showing up correctly in GA.
I still do not understand what broke it in the first place.
Thank you for your help!I have un-installed and re-installed the plugin. Waiting for a transaction. Is there a way to debug this from the Order Received Page, to check that the code is even being added to the Thank You page?
I have disabled the conversion tracking code from adwords. It did not change anything.
I will try uninstalling and reinstall the plugin.
I have now disabled all other thank you hooks and the code still does not report anything to GA. Am I the only one having this issue?