Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167829

    Is it possible to eliminate or hide the “show details” functionality?

    My client is selling different levels of advertising. Each product has its own custom page created (not generated by WooCommerce) which displays what you get with that particular level of advertising…with the [product id=”” sku=”BSPL-003″] shortcode used for displaying the product via SKU. My client wants the buyer to only have the option of selecting “add to cart.” My client feels that having the “show details” positioned next to “add to cart” will only confuse the buyer, as clicking on “show details” takes the buyer to a different page which describes the same product again.

    I have tried using the shortcode [add_to_cart id=”” sku=”BSPL-003″] but it is not showing up, it is just a blank space.

    Thanks in advance!

    #167983

    Hello MLA18!

    You can add this on your custom.css or Quick CSS:

    .button.show_details_button {
    display: none !important;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce – Eliminate "Show Details" functionality?’ is closed to new replies.