Replies: 0
On our site, we would like to display a small number (fewer than six) static products on one particular page. I created the first of these products, added
[product id="xxxx"]
to the page, and what is presented is (the default behavior):
- Product icon (currently not defined, so the default is displayed)
- Product name
- Product price
- Add to cart button
Further, each of the first three elements is hyperlinked to the product page.
What I would like to display is:
- Product name
- Product short description
- Product price
- Add to cart button
without any of the first three elements being a hyperlink.
How can this be accomplished? As I noted above, this is for ‘static’ products, i.e., I can hard code the ID number into the page.
Note: We use WC for other purposes on the site, so any suggested changes have to be limited to just these few products.
Thank you.