martham
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 |
---|---|---|---|---|---|
I somehow lost an archive template when moving a site to new URL
1
2
Started by: martham in: Toolset Professional Support |
2 | 21 | 2 years, 2 months ago | ||
Sort order on archive page not working.
Started by: martham in: Toolset Professional Support |
2 | 4 | 2 years, 10 months ago | ||
Problem with a billing company field that you set up for us.
Started by: martham
in: Toolset Professional Support
Problem: Display Woocommerce order customer's billing fields. Solution: For those Woocommerce order placed by logged-in user, you can use below codes to output billing company field value: [wpv-conditional if="([wpv-post-field name="_customer_user"] eq 0)" evaluate="false"][wpv-user field='billing_company' id='[wpv-post-field name="_customer_user"]'][/wpv-conditional] For guest user(none-logged-in), you can use below codes to output billing company field value: [wpv-conditional if="([wpv-post-field name="_customer_user"] eq 0)" evaluate="true"][wpv-post-field name="_billing_company"][/wpv-conditional] Relevant Documentation: |
2 | 10 | 2 years, 11 months ago | ||
Setting up a filter for a custom user role field
1
2
Started by: martham
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 20 | 2 years, 11 months ago | ||
Need an exposed filter for a date range
1
2
Started by: martham in: Toolset Professional Support |
2 | 19 | 2 years, 11 months ago | ||
We'd like the product to just register the customer with the Membership role we set up automatically
Started by: martham in: Toolset Professional Support |
2 | 8 | 2 years, 12 months ago | ||
Woocommerce billing company field
Started by: martham
in: Toolset Professional Support
Problem: Display customer information in the WooCommerce order post view. Solution: You can try these: customer ID: [wpv-post-field name="_customer_user"] customer billing_company: [wpv-user field='billing_company' id='[wpv-post-field name="_customer_user"]'] Relevant Documentation: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-user |
2 | 13 | 3 years ago | ||
Is there a field that will display a User Role?
Started by: martham in: Toolset Professional Support |
2 | 6 | 3 years ago | ||
Pulling data from custom Woocommerce checkout fields for use on front-end
Started by: martham in: Toolset Professional Support |
2 | 5 | 3 years ago | ||
Custom Woocommerce store order and customer reports
Started by: martham
in: Toolset Professional Support
Problem: Query Woocommerce order posts with Views. Solution: Toolset plugin can query and display Woocommerce Order posts in frontend, see our document: https://toolset.com/course-lesson/how-to-display-woocommerce-orders-on-the-front-end/ Relevant Documentation: |
2 | 15 | 3 years ago | ||
Access custom roles
Started by: martham in: Toolset Professional Support |
2 | 10 | 3 years ago | ||
Is there a Woocommerce field that will display Products Ordered in an order?
Started by: martham
in: Toolset Professional Support
Problem: The customer asked is there a Woocommerce field that will display products ordered in an order? Solution: Guided that the Toolset offers a "wpv-ordered-product-ids" shortcode which returns the comma-separated list of products that are included in order. A custom shortcode will be needed, that gets those product IDs and then shows their titles with links, separated by commas. Relevant Documentation: |
2 | 4 | 3 years ago | ||
Creating an archive page.
1
2
Started by: martham in: Toolset Professional Support |
3 | 27 | 3 years ago |