suppressing the mandatory thumbnail
-
hello –
using [wp_cart_display_product] shortcode appears to be the best way to only have price in one place.
i am trying to determine if there is a way to suppress the mandatory thumbnail. according to SO, this should have worked:
[wp_cart_display_product thumbnail="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="but it did not. using
thumbnail='about:blank'didnt work either.is there a way to not have a thumbnail, or somehow disable it?
EDIT: i realize i can probably just create a tiny transparent image, but was hoping for something a little better.
EDIT 2: creating a 1×1 transparent image worked. but still seems sort of clumsy to do this.
The topic ‘suppressing the mandatory thumbnail’ is closed to new replies.