reygoch
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Help with variable productsI’m not sure what happened there, but it seems like your exported file is all jumbled up. It has “t” as a separator instead of “,” for some reason and even than it is incorrect. Have you just uploaded it to the google docs or did you “import” it into google sheet?
Here is an example of properly formatted product file and you can see how variations are formed:
https://docs.google.com/spreadsheets/d/1Y9Rec3BVCwj9q34QZHUJ1piDu8-CMRbkAIWcdvplXX4/edit?usp=sharing
Basically, you need to set product type to variation, and than set proudct parent to “id:parent_id” or “sku:parent_sku” and you than in attribute columns fill out attributes that are specific for that variation.
Forum: Plugins
In reply to: [WooCommerce] Help with variable products@craftheavenlk just upload it to google docs or something like that and share a link.
Forum: Plugins
In reply to: [WooCommerce] Products WP_TABLE_DISPLAY takes 5-15 secs to executeWhat database engine are you using for MySQL tables? Try to switch from MyISAM to InnoDB and also optimize tables that have performance issues, there is a simple option in PHPMyAdmin to do all that.
Forum: Plugins
In reply to: [WooCommerce] Help with variable productsCan you post your CSV file? There is a difference between variable and grouped product. For variable product you have to set attribute that you are using for variation.
Try to create one product in the administration the way it should be and than export that data to CSV, open that CSV and compare it with your version to see where you made a mistake.
Forum: Plugins
In reply to: [WooCommerce] Add attributes to product variationI guess I’ll have to customize the theme for that than.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Subscription by tagsDamn, nobody has this feature. It is so annoying. 🙁
Forum: Hacks
In reply to: Capturing arbitrary semantic URL argumentsok, figured it out… i forgot to flush rewrite rules