ThierryR232
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 |
---|---|---|---|---|---|
How i can displaying "sold out" when the stock is 0
Started by: ThierryR232 in: Toolset Professional Support |
3 | 3 | 5 years, 12 months ago | ||
How i can displaying custom field in invoice ?
Started by: ThierryR232
in: Toolset Professional Support
Problem: I want displaying a custom field in my pdf invoice with plugin "WooCommerce PDF Invoices & Packing Slips". Solution: You can follow their document to output custom fields, for example: https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/displaying-a-custom-field/ Relevant Documentation: |
2 | 3 | 6 years ago | ||
Don't displayind a view
1
2
Started by: ThierryR232 in: Toolset Professional Support |
3 | 19 | 6 years, 2 months ago | ||
Layout and woocommerce (ugs)
Started by: ThierryR232 in: Toolset Professional Support |
2 | 3 | 6 years, 3 months ago | ||
Filter View of Products by price ranges and free ranking
Started by: ThierryR232
in: Toolset Professional Support
Problem: I would like to filter a View of Products by price ranges like "More Expensive" and "Less Expensive", and by a free ranking system. Solution: Toolset offers a price range filter that allows the User to select a minimum and maximum price, but there is no built-in filter for arbitrary price groups. You could create a custom field instead and use that as a filter, or write custom code that automatically sets that value when you save a Product. A free ranking system can be accomplished with a select custom field. |
2 | 7 | 6 years, 4 months ago | ||
Show different Views on two different product category archives
1
2
Started by: ThierryR232
in: Toolset Professional Support
Problem: I have two Product Categories and two different Views. I would like to include one View on the Product Category archive for term "pierres-precieuses" and the other View on the Product Category archive for term "diamant". Solution: Use conditional HTML inside your WordPress Archive that tests the current archive slug: [wpv-conditional if="('[wpv-taxonomy-archive info='slug']' eq 'pierres-precieuses')" ] [wpv-view name="pierres"] [/wpv-conditional] [wpv-conditional if="('[wpv-taxonomy-archive info='slug']' eq 'diamant')"] [wpv-view name="test"] [/wpv-conditional] Relevant Documentation: |
3 | 21 | 6 years, 7 months ago | ||
Custom Select Field Filters in WordPress archive, created with Toolset Layouts, do not work
1
2
Started by: ThierryR232
in: Toolset Professional Support
ProblemI created an Archive using a Toolset Layouts Archive Cell and inserted Custom Searches as select Fields. Those custom fields do not show any search options on the archive page’s front-end. |
2 | 30 | 6 years, 8 months ago | ||
Problem with the last row
Started by: ThierryR232
in: Toolset Professional Support
Problem: I have a View that shows inconsistent results when filters are applied or removed. Solution: Uncheck the box "Don't include this page in the results of this View" and delete the current WordPress Archive applied to product categories. There is currently a Layout and a View assigned to product categories so the WordPress Archive is unnecessary. |
2 | 5 | 6 years, 8 months ago | ||
Displaying custom field in the cart and order
Started by: ThierryR232
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 17 | 6 years, 11 months ago | ||
Display price with and without taxes
Started by: ThierryR232
in: Toolset Professional Support
Problem: Solution: Show Tax: <div class="show-tax"> [wpv-woo-product-price] </div> Hide Tax: <div class="hide-tax"> [wpv-woo-product-price] </div> Add to Layouts CSS: .hide-tax .price .woocommerce-price-suffix { display:none; } .show-tax .price > .woocommerce-Price-amount.amount { display:none; } Relevant Documentation: https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/ |
2 | 5 | 7 years ago | ||
I need help for use filter
Started by: ThierryR232 in: Toolset Professional Support |
2 | 4 | 7 years ago | ||
Link on thumbails (archives woocommerce)
Started by: ThierryR232
in: Toolset Professional Support
Problem: Solution: The solution to this is that you can do the following <a href='[wpv-post-featured-image size="full" output="url" ]'><img src='[wpv-post-featured-image size="thumbnail" output="url"]' /> </a> |
2 | 9 | 7 years ago |