eoinkennedy
Forum Replies Created
-
Hi,
Can you implement a numeric ordering system in the Product Edit page, and then look at that first before looking at the date/time of form creation for display order on the Product Page?
Thanks,
EoinHi,
Yep, that’s the one (grrr).
Eoin
Hi,
I think I have found the solution:
I’m using Advanced Coupons for WooCommerce to generate the coupon codes and to expand their functionality, and in there is an option to create a URL link for the coupons.
If I disable that option when creating a new coupon, then your URL works perfectly every time.If you need access, that’s easy to provide.
Thanks,
EoinForum: Plugins
In reply to: [WooCommerce] Attribute Filter not working for VariationsAnd also to be clear, the Attributes are set up as Global already, as I can use them in any product.
So, I managed to fix it after hours of uploading and deleting products.
Here are my steps:
1. Following this guide, https://docs.woocommerce.com/document/product-csv-importer-exporter/, use the example csv file given to create the basic products, but make sure to set Attribute 1 Global to 1 for all.
2. Go into wp_postmeta table and using HeidiSQL or similar, find and replace all instances of this substring ‘%is_variation”;i:0;s:11:%’ with ‘%is_variation”;i:1;s:11:%’.
3. Upload the Variations CSV file with the link to the parent SKU and Attribute 1 Global set to 1.You’ll notice in the guide that the Attribute 1 Global is set for 0 for the Products and Variations upload, which is probably where many ppl are having problems.