koitaki
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product IDs – Messed UpThanks Moses, that’s good advice! I was actually wondering about getting in a WC “database” expert, but they seem a little harder to find than a WC expert, and perhaps a WC expert would suffice.
Ahead of that, I’ll try:
(i) going through all the tables to better understand & be more comfortable with them
(ii) try to backtrack through my CSV uploads to see if I can fully understand how this mess happenedThen hopefully I’ll be better placed to evaluate a WC expert & understand their database solution.
I’d rather be dealing with many other business issues than with this…but it does lead to enhanced knowledge of the WC database.
Forum: Plugins
In reply to: [WooCommerce] Product IDs – Messed UpThanks for the comments Shahzeen – much appreciated as I need to resolve this as quickly as I can (for context, sales have crashed by circa 70% & we’ve just let go one person as a result).
So I have 1700 variations that I need to somehow fix. That’s “a lot” of manual clicking “Generate variations” and subsequent follow up 🙁
Apropos the variations: they seem to exist in the newly created products – at least I can see & interact with them on the product page (eg. by clicking colour buttons, I get the SKU and I can purchase them). However in the Product Editor the variations don’t appear (although the attributes do exist). Below is an image to show you the blank Variations editor, yet with the hint of existing variations.View post on imgur.com
So my fear is that if I were to click the “Generate variations” button on the newly created products, it will create yet more variation IDs, rather than linking to the existing IDs. Any idea what will happen? In an ideal world, it would just show the existing variations, but I have a red-hot feeling of no-enthusiasm to mess with WooCommerce these days.
Btw, albeit a comment from a super stressed user, WC needs a significantly better import/export tool. Speaking from the experience, the current tool really can be a business killer. Even the world’s best worst-platform eBay kills WC from the standpoint of safety checks on csv product imports.
- This reply was modified 9 months, 1 week ago by koitaki.
Forum: Plugins
In reply to: [WooCommerce] Product IDs – Messed UpHi LovingBro and respective readers!
I’ve got access to the site db now, so I can see what’s going on. Unfortunately it appears that during my intended change to make variations point to their parent IDs, instead of made up SKUs, has indeed killed off the old variations, created new duplicate products, complete with new variations (ie. with new IDs) under these new products.
This picture might help explain the issue better: https://imgur.com/jnIeDs8
Also, the newly created products don’t show variations in the Product Editor interface. They’re just blank, and showing the buttons to generate the variations.
I assume there’s no hope of getting back the old variations (ie. with their old IDs). So I’m now wondering how to clean up this shemozzle.
If I trash the old parent products that no longer have variations, that completely loses all link to past invoices, so those invoices will no longer work. We often sell products with 6yr warranty, which requires a long invoice tail.
In addition, the new products seem to be missing their variations in the Product Editor, and I’m not sure how to recover that.
Meantime, we’re showing duplicate products – some that allow the customer to buy them, and some that don’t allow the customer to buy them. Pretty nasty shopfront these days 🙁
Any suggestions on how to tackle this?
Thanks in advance folks!
Forum: Plugins
In reply to: [WooCommerce] Product IDs – Messed UpThanks for the useful response! I wrote a detailed answer and just lost it…apologies!
Suffice it to say that I understand most of the stuff you say, but your answer prompted me to go investigate the differences between Before CSV file and After CSV file – that’s a good place to look at 🙂
Forum: Installing WordPress
In reply to: Fatal error: Class ‘NOOP_Translations’ not found in (path)I’m a wordpress hacker so I dunno exactly what’s going on here, but my take on it is that for some reason the installation version currently for download does not include the class Noop_Translation. That class has something to do with language translations, so perhaps its not crucial.
My solution, for what its worth
In my wordpress files I found and opened the file wp-includes/pomo/translations.php
I replaced all the text in that file with the text from this site:
http://lab.yukei.net/wp-trunk/wp-includes/pomo/translations.php.source.txtThis text includes the Noop_Translation class.
Basically by doing this I’ve made sure the file does include the class that the error check was looking for and hence I successfully get through to the normal installation page.
Forum: Installing WordPress
In reply to: Error establishing a database connectionSame issue, your post about Capitals did the trick for me. Many thanks!