Add text to interface?

← Back to Tickets
#D1X6T9 Closed Public

Add text to interface?

bob bob WPC Composite Products

🔒 This ticket is closed.

Open New Ticket
bob
bob replied Sep 16, 2026 · 7:41 pm

Oh snap - did you add this based on my request!?!? Love it - thank you!

contact Staff
WPClever replied Sep 16, 2026 · 3:19 pm

Hi Bob,

Please update our plugin to the latest version (8.0.3), then add the custom code below (How to add custom code? ↗):

add_action( 'wooco_before_selected', function () {
	echo "<div class='wooco-selected-heading'>Products you've selected:</div>";
} );
bob
bob started the conversation Sep 15, 2026 · 10:47 pm

Is there way to wedge text into the interface like what I'm showing in the attached screenshot?