Pat
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 |
---|---|---|---|---|---|
Conditional output does not work with Divi
Started by: Pat in: Toolset Professional Support |
2 | 6 | 5 years, 11 months ago | ||
Manage Mailpoet 3 with shop manager role
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 11 months ago | ||
Display specific variation of a product
Started by: Pat
in: Toolset Professional Support
Problem: I'm using Toolset and WC on a new site and have created products with different variations. Those variations are related to different user levels/roles and allow to define a product price defined for each user level/role. So, I would like to know if there is a possibility to define the variation that will be display in a Views (and only these variation) depending of the user role to be sure that a specific user will buy the product at the price defined by his role. Solution: There isn't such a built-in feature with Toolset, you might consider custom codes. Relevant Documentation: |
2 | 3 | 6 years ago | ||
Radiofield with specific options per product
Started by: Pat
in: Toolset Professional Support
Problem: I would like to create a radio field that displays specific options per product. Solution: Use WooCommerce attributes to create variable products. |
2 | 10 | 6 years ago | ||
Placeholders do not work with user notification (relaunch)
Started by: Pat
in: Toolset Professional Support
Problem: I have checked and I have some code inside my function.php file related to placeholders, see details here: Solution: This is a custom PHP codes problem, I suggest to debug those custom PHP codes line by line. Relevant Documentation: |
2 | 5 | 6 years ago | ||
Assign custom field to WC order
Started by: Pat
in: Toolset Professional Support
Problem: I would like to use the title of a parent post to set a custom field value using a cred_save_data hook, but I'm not sure how to access the parent post. Solution: It depends on when this Form was created and whether or not this post relationship has been migrated into the new Post Relationships system. In the old system, you could access the parent post ID in the $_POST superglobal as _wpcf_belongs_concours_id, then get the title using get_the_title: $meta_value = isset($_POST['_wpcf_belongs_concours_id']) ? get_the_title($_POST['_wpcf_belongs_concours_id']) : ''; In the new system, you can access the parent post using the updated relationship slug syntax. It looks like @relationship-slug_parent, but depends on your post relationship slug: $meta_value = isset($_POST['@relationship-slug_parent']) ? get_the_title($_POST['@relationship-slug_parent']) : ''; |
2 | 3 | 6 years ago | ||
Placeholders do not work with user notification
Started by: Pat in: Toolset Professional Support |
3 | 7 | 6 years, 1 month ago | ||
Split: Unable to add custom fields to field group
Started by: Pat in: Toolset Professional Support |
2 | 11 | 6 years, 1 month ago | ||
Retrieving WC order ID inside cart and checkout pages
Started by: Pat in: Toolset Professional Support |
2 | 8 | 6 years, 1 month ago | ||
What are the latest plugin compatible version with Layouts demo for Bootstrap 3
Started by: Pat in: Toolset Professional Support |
2 | 6 | 6 years, 1 month ago | ||
Update of a radio field options in the frontend thanks to a Cred
Started by: Pat in: Toolset Professional Support |
2 | 2 | 6 years, 1 month ago | ||
Update of a radio field options in the frontend thanks to a Cred
Started by: Pat in: Toolset Professional Support |
2 | 7 | 6 years, 1 month ago | ||
Retreive custom fields in checkout page
Started by: Pat in: Toolset Professional Support |
2 | 9 | 6 years, 1 month ago | ||
Split: Integration of the Divi builder inside the Views loop
Started by: Pat
in: Toolset Professional Support
Problem: Solution: Toolset's Product Management receives a notification and accordingly evaluates and plans features for Toolset. |
4 | 4 | 6 years, 2 months ago | ||
Integration of the Divi builder inside the Views loop
Started by: Pat in: Toolset Professional Support |
2 | 6 | 6 years, 2 months ago |