Not button add to cart
-
I like to use this plugin and use it on several projects, but now I needed to remove the add to cart button on some products because they are out of sale.
These are courses that have closed enrollment, so I want to show it on the site, just like those with open enrollment. And in this case, I have a courses page where I’m using the product grid widget to display all courses, but it didn’t provide me with the option to send the user to the product page.
So I created a palliative, with display none that doesn’t display a button. I inserted a “notbutton” class in the widget and in the advanced I put the code:
.notbutton .eael-product-grid .add_to_cart_button { display: none !important; }
Even though I would like to have the option “Read more” and from what I realized, it is not even possible in the pro.
Anyway, thanks for this job.
The page I need help with: [log in to see the link]
- The topic ‘Not button add to cart’ is closed to new replies.