Displays a personalized text badge overlay on the WooCommerce product image with the ability to include a custom css class and duration.
WC Simple Product Badge creates three new custom fields in the WooCommmerce product meta admin panel. One is for the message you’d like displayed on the badge, the second is for an optional css class, and the third is the number of days the badge will be displayed. On the site, the text is displayed as a badge overlay on the WooCommerce store product image for the amount of time determined by the user. Some basic styling for the badge is included by default as well as some optional classes (e.g. orange, yellow, blue, green, purple, and black) to change the background color of the badge.
wc-simple-product-badge
to the /wp-content/plugins/wc-simple-product-badge
directory or install the plugin through the WordPress plugins screen.Out of the box, there are only a few styles applied to the badge using the ‘wc_simple_product_badge’ class. If you’d like to add to those styles you can create your own css rules using that class or use your own class by adding it using the “Badge Class” field.
Include the number of days that you’d like to display the badge in the custom field titled “Duration” within the product details. Please note that the duration timeframe is based off of the date and time that the product was published.
Initial release
Defined an absolute path for use when loading the stylesheet