• Resolved SocialSparkMedia

    (@socialsparkmedia)


    I want to close my shop for a couple of days. Does this plugin require that each product be changed in order for the add to cart button to be disabled? I would like to disable it for my whole store all at once.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Adding this to any “custom css”-field in your wordpress installation should do the trick:

     div.summary.entry-summary form.cart{display:none !important}
     div.summary.entry-summary > p.price {display:none !important}

    First one hides the purchase-button, the other the price.

    • This reply was modified 7 years, 2 months ago by aecorn.
    Plugin Author 9dpi

    (@9dpi)

    Hide Add to Cart button from homepage and all other pages.

    – Our plugin can hide “Add to Cart” button of a product or all products

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘does this need to be used per product?’ is closed to new replies.