Yes it is possible. Create a custom layout for a specific single product page where you want to show an add to cart button and drag and drop the shortcode widget and and the following shortcode. [add_to_cart id=305]
Hello, I think I have expressed myself incorrectly. I generally need the normal shopping cart and checkout function. Everything should remain as in the source.
But I would like to hide (gladly via css) all “Add to cart” buttons. Only the “Add to cart” button on the product detail page should remain.
The below code will help you to hide the “Add to cart” button on the archive page. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-grid-item .wd-add-btn {
display: none;
}
The below will help you to hide the “Add to cart button on a single product page.