Clickable Products in Composite Product components
-
Hi,
I have the composite products plugin of woocommerce and when I adding a component in a product I want the components to be clickable such that when you click on the component it takes you to the specific product page for that component.
Ex: If I have a composite product where in first step customer has to select between product A,B and C. I want these products clickable and not just display their name.
How can I achieve this?
Example: https://mentalix.com/store/product/build-fed-submit-tx-ten-print-capture-station-package/
As you can see, each component has choice of 2 or 3 options but they are all just text. I want them to redirect to their actual respective product page.I put it under woocommerce support ticket and they replied as follows:
The template found at woocommerce-composite-products/templates/composited-product/title.php can be overwritten in your child theme following this guide: https://docs.woothemes.com/document/template-structure/
You could also just use the woocommerce_composited_product_title found in that file. Essentially you will need to replace the product title text with a link that opens in a new window. All of the needed items are passed into the filter.
Thank you.
- The topic ‘Clickable Products in Composite Product components’ is closed to new replies.