Hi @digitaldel ,
Thank you for further details.
I really want to insert single products in my page, like [product id=’xx’] shortcode. But the product that I want inserted in the page, I want it to be displayed with an excerpt, not just the thumbnail, title and price.
This will depend on the way your theme styles the components. If the existing theme doesn’t display the products in such format, then you will need a new template which shows the product as you need – you will need help of a web developer for this.
As a workaround, you can use WordPress block editor to add any content (excerpt, images etc.) and then add a button (for adding the product to cart). You can link the add to cart button to URL in format of https://yourwebsite.com/shop/?add-to-cart=PRODUCT_ID
. Make sure to replace yourwebsite.com
with the domain of your site and PRODUCT_ID
with the ID of the product.
The setup in block editor should look somewhat like this: https://d.pr/i/YK053h
I hope this helps.