dirkV-2
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Add to chart button not working
Started by: dirkV-2 in: Toolset Professional Support |
2 | 2 | 2 years, 8 months ago | ||
Toolset Woocommerce starts multiplying custom fields in back-end
Started by: dirkV-2 in: Toolset Professional Support |
2 | 10 | 3 years, 6 months ago | ||
Conditional with product categories is no longer working
Started by: dirkV-2
in: Toolset Professional Support
Problem: Some of my conditionals that previously worked to test Product Category assignment no longer work as expected. Solution: Use the following syntax with the WordPress function has_term to test whether or not the current post has one or more of the desired terms assigned. [wpv-conditional if="( has_term( 'Discogs', 'product_cat', null ) eq '1' ) AND ( has_term( 'Vinyl', 'product_cat', null ) eq '1' )"] ...this post has the terms 'Discogs' and 'Vinyl' in the Product Category taxonomy. [/wpv-conditional] [wpv-conditional if="( has_term( 'Discogs', 'product_cat', null ) ne '1' ) AND ( has_term( 'Vinyl', 'product_cat', null ) ne '1' )"] ...this post has neither the term 'Discogs' nor the term 'Vinyl' in the Product Category taxonomy. [/wpv-conditional] [wpv-conditional if="( has_term( 'Discogs', 'product_cat', null ) ne '1' ) AND ( has_term( 'Vinyl', 'product_cat', null ) eq '1' )"] ...this post has the term 'Vinyl' but not the term 'Discogs' in the Product Category taxonomy. [/wpv-conditional] [wpv-conditional if="( has_term( 'Discogs', 'product_cat', null ) eq '1' ) AND ( has_term( 'Vinyl', 'product_cat', null ) ne '1' )"] ...this post has the term 'Discogs' but not the term 'Vinyl' in the Product Category taxonomy. [/wpv-conditional] |
2 | 5 | 3 years, 6 months ago | ||
Split: invalid key?
Started by: dirkV-2 in: Toolset Professional Support |
2 | 8 | 3 years, 11 months ago | ||
invalid key?
Started by: dirkV-2 in: Toolset Professional Support |
2 | 9 | 3 years, 11 months ago | ||
cross-browser issues
Started by: dirkV-2 in: Toolset Professional Support |
2 | 11 | 4 years, 1 month ago | ||
updating custum fields
Started by: dirkV-2 in: Toolset Professional Support |
2 | 3 | 4 years, 2 months ago | ||
save custom field value as a product attribute in woocommerce
Started by: dirkV-2 in: Toolset Professional Support |
2 | 3 | 4 years, 3 months ago | ||
HTML tab of Fields and text block is acting weird
Started by: dirkV-2
in: Toolset Professional Support
Problem: I need to input some HTML and work with this, but the editor (HTML tab of Fields and text) is acting very weird. Solution: Please do the normal debug steps: https://toolset.com/forums/topic/html-tab-of-fields-and-text-block-is-acting-weird/#post-1758715 Relevant Documentation: |
2 | 3 | 4 years, 3 months ago | ||
When clicking on custum field directly HTML and not visual editor comes up
Started by: dirkV-2 in: Toolset Professional Support |
2 | 9 | 4 years, 4 months ago |