sigerS
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
CPT relationship is not showing in backend (a loadingbar is showed instead)
Commencé par : sigerS in: Toolset Professional Support |
2 | 3 | Il y a 6 années et 2 mois | ||
Is it possible to show two Woo product at one posttype?
Commencé par : sigerS in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 6 mois | ||
Conflict using Toolset Beta (many-to-many relationships) and WPML
Commencé par : sigerS
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 8 | Il y a 6 années et 6 mois | ||
Linking of child in Relationship (Beta) not possible for non-administrator
Commencé par : sigerS
in: Toolset Professional Support
Problem: I am unable to link child posts in the parent post's Post Relationship panel if I am logged in as a non-Administrator. As an admin, the relationship editor works fine. Solution: This bug has been acknowledged by our developers and will be resolved in a future beta release. |
2 | 3 | Il y a 6 années et 10 mois | ||
Displaying 2 products on CPT page
Commencé par : sigerS
in: Types Community Support
Problem: I have created a one-to-many relationship between my CPT Workshops (parent) and WooCommerce Products (child). I would like to display the related Products on the single Workshop page, and include a way to add the product to the cart and show the stock status of each Product. Solution: Use Views to create a new View of Products, filtered by post relationship, where the post is a child of the current page. In the Loop Output area, you can insert the Product title / link, an Add to Cart button, and a Product In Stock status indicator using the Fields and Views button, or by copy + pasting this code inside the wpv-loop tags: [wpv-post-link]<br /> [wpv-woo-buy-or-select]<br /> [wpv-conditional if="('[wpv-post-field name='views_woo_in_stock']' eq '1' )"]In stock[/wpv-conditional] [wpv-conditional if="('[wpv-post-field name='views_woo_in_stock']' eq '1' )" evaluate="false"]Out of stock[/wpv-conditional] Relevant Documentation: |
2 | 6 | Il y a 6 années et 10 mois | ||
Customizing the Add to Cart button
Commencé par : sigerS
in: Types Community Support
Problem: I would like to add the Add to Cart button to my site, but it seems to add a maximum quantity value to the input field. Solution: In this case, the inventory of available Products was determining the max value. |
1 | 2 | Il y a 6 années et 10 mois |