robscott
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product categories have disappeared after latest update!Thanks Mike – appreciate the quick fix.
Apologies for the attitude earlier Esmi – I was trying to help the OP with my reply, having landed from Google, not hijack a thread. It is clear that there were a lot of identical topics going up at the same time. This is perhaps because of the way the “Broken” button works in the Plugins section…
That said, it is helpful to know that an issue is general, and not specific to one’s own set of plugin / theme conflicts. Hence my answer “I have this issue too” – that’s what I’d want to know if I was OP here. Also, how to fix the problem, NOW, if this were in a production shop, I could imagine clients / webmasters tearing whole chunks of hair out…
Well done on posting a quick fix on what remains a very good, free, plugin!
Forum: Plugins
In reply to: [WooCommerce] Product categories have disappeared after latest update!To revert, go here: http://downloads.wordpress.org/plugin/woocommerce.2.0.14.zip
Forum: Plugins
In reply to: [WooCommerce] Product categories have disappeared after latest update!As in, I am confirming that the issue complained of is not confined to this one user, and that user should either revert or await a fixed version of the plugin. Ergo: this is a legitimate answer. At least it is as legitimate as you repeating your message “start your own topic” twice.
Forum: Plugins
In reply to: [WooCommerce] Product categories have disappeared after latest update!Thanks esmi – people do actually like to know that the issue is not only their own problem. But thanks for being a forum nazi and putting me off helping.
Forum: Plugins
In reply to: [WooCommerce] Categories disappeared with 2.0.15 updateIf you’d like to roll back, then delete the entire woocommerce directory, and then extract that zip in your wp-content/plugins directory. It rolls back pretty seamlessly – no db updates required.
Forum: Plugins
In reply to: [WooCommerce] Categories disappeared with 2.0.15 updateIf you want to roll back to previous version, you can find it here:
http://downloads.wordpress.org/plugin/woocommerce.2.0.14.zip
Note that the categories DO disappear on the 2.0.15 update for me too. Tested on a couple of non-production sites!
Forum: Plugins
In reply to: [WooCommerce] Product categories have disappeared after latest update!Hi,
I can confirm that categories have disappeared following latest update of WooCommerce (in testing site using WP built-in theme). The following shortcode returns empty:
[product_categories number=”12″ parent=”0″]
Forum: Plugins
In reply to: [W3 Total Cache] V 0.9.3 CDN Cloudfront Error – Empty Access KeyGot this exact issue – says “error empty access key” when testing distribution.
1) It is NOT empty!
2) CDN is WORKING as it should!Just a glitch to iron out.
Forum: Plugins
In reply to: [WooCommerce] Google Analytics eCommerce reporting with PayPal StandardHaving similar issues: customer reaches the Cart > Checkout stage, but the Thank You is not loaded.
We’re using card payments with PayPal Pro and 3D secure settings turned on.
Pretty sure the thank you page was coming through okay in the tests prior to 3D secure, but we NEED that security!
Not sure what’s changed, as our tests deliver us to our thankyou page, but 5-10 sales per day doesn’t get anyone else there. This is also a concern as users MIGHT (and, if it is possible, someone will do it 🙂 ) end up thinking they haven’t purchased, and order twice…
Also, we’d like to get conversions and goals working for Adwords / Analytics optimization – for the obvious reasons stated above. And, no, we don’t want to do this manually…
Forum: Plugins
In reply to: [Scroll Triggered Box] Plugin ConflictsI had a good look through and I opted for W3 Total Cache as the first one to cut.
Deactivating that plugin has removed the errors.
Will dig a little deeper as I know the plugin author is very keen to remove any conflicts with this one, and I’m sure it is something to do with how we had this setup (i.e. the actual things we were caching).
Forum: Plugins
In reply to: [WooCommerce] Many problems with Woocommerce Customer InvoiceWill be doing this on one of our shops today – I’ll try to get a code example up.
In case you were wondering, and this applies to your circumstances, the maths involved to work out VAT from a purchase price (at 20% VAT – UK rate) are as follows:
Ex-VAT price = (purchaseprice x 5) / 6
VAT amount = purchaseprice – ((purchaseprice x 5) / 6)We need this logic for our invoices – so thought it could be useful for someone else. The maths will be different depending on how you work VAT on shipping and non-VATable products, too.
This code would go into Functions.php on almost any theme!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Schedual ImportExperienced the same issue. As a workaround, chopped our CSV into slices of around 1,000 each and uploaded them individually. Not ideal, but I couldn’t figure out how to get the scheduled import and/or the fixed import to work!
The ordinary CSV import worked, but we could only get 1,700 to go through before maxing our script execution rules.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Who wants to test the new BETA version?Okay – I received the download link by email – just as a heads up, Gmail for domains spam filtered your email.
Also your shop won’t add to cart from product page, but worked from category page. You’ll want to fix that as most users wouldn’t hang around to test that 😉
Forum: Plugins
In reply to: [Woocommerce CSV importer] Who wants to test the new BETA version?Hi, I had a go at downloading this from your shop – it got to the thank you page, but no download link?