jadeloddo
Forum Replies Created
-
Depending whether you need all the columns in the product view, you can select “screen options” from the top of the page, and then deselect columns you don’t need. it gives it space to go horizontal.
Hi, I’m having the same issue. I have added EAN to all listings. I use product feed pro and mapped GTIN to wpm GTIN code. But it is still stating that there is no identifier
Hi,
No that is not it, none of my products I wanted to hide appear in any of the categories I wanted to show, the product categories are completely different products.
I even changed the filters to categories “Include Only”. They are 100% NOT duplicated in any other category. Using “include only” now is only displaying 4 items. There are at least 50+ items. I am not typing the names of the category names, when you select “category” it gives a dropdown containing my category names to select from.
Hi,
Apologies I didn’t see this reply. I have cleared the cache several times on my browser and still it is showing all products.
I also don’t have any cache plugins.
Hi,
I’m having the same issue (sort of)
I’ve excluded a load of categories. The products in these categories DO NOT appear in the categories I am including.
However when I refresh the feed, all of my products show. None are filtering out at all.
Please see screenshots for an example
https://ibb.co/fkbLNRC
https://ibb.co/k6DT6tK
https://ibb.co/R2Nxpf9Am I doing something wrong here?
- This reply was modified 5 years, 6 months ago by jadeloddo.
Hi,
That’s great thank you so much!
– Jade
Hi,
Not too sure if this is what you mean, I managed to get it done with:
//New register privacy policy checkbox add_action( 'woocommerce_register_form_start', 'bbloomer_add_register_form_privacy_policy', 9 ); function bbloomer_add_register_form_privacy_policy () { woocommerce_form_field( 'privacy_policy', array( 'type' => 'checkbox', 'class' => array('form-row privacy'), 'label_class' => array('woocommerce-form__label woocommerce-form__label-for-checkbox checkbox'), 'input_class' => array('woocommerce-form__input woocommerce-form__input-checkbox input-checkbox'), 'required' => true, 'label' => 'I\'ve read and accept the <a href="/privacy-policy">Privacy Policy</a>', )); }
I added this to my child theme functions file. The only thing I can’t figure out is how to get it above the submit button rather than the top, but it will do for now.
Forum: Plugins
In reply to: [WooCommerce] No drag and drop option for product attributesHi,
Sorry for the stupid question, but have you applied the attributes/terms to any products yet? When I have set them up, I can only drag and drop once products have been assigned.