Description
Free Sticker Pack Guidelines:
Limit 1 sticker pack per household
Abuses of this offer may result in a canceled order.
FEATURES:
Ink: UV-cured ink, completely scratch-proof and fade-proof
Material: Weatherproof vinyl
When applied properly to a clean, dry, smooth surface, our stickers are there to stay
Please Note:
Sticker Packs all contain a minimum of 3 stickers. Every sticker pack is different.
Tracking numbers will NOT be provided on sticker pack orders.
The Atoll Board company isn’t just known for their exceptional inflatable stand-up paddle boards. They offer a diverse range of accessories, apparel, and headwear to accompany the boards. Their inflatable paddle boards are the perfect travel companions, ideal for exploring the United States and beyond. With their dual action hand pump, inflating these top-rated boards is a breeze, leading to a sturdy stand-up paddle board that’s often mistaken for a traditional hardboard.
Check out our best selling hat: Atoll Tahoe Sunset Trucker Hat
add_filter( 'woocommerce_short_description', 'my_add_math_problem' );
function my_add_math_problem( $description ) {
global $post;
if ( 'product' === $post->post_type ) {
$num1 = rand( 1, 9 );
$num2 = rand( 1, 9 );
$sum = $num1 + $num2;
$description .= '
';
$description .= '
To receive your promo code, please solve the following math problem:
';
$description .= '
What is ' . $num1 . ' + ' . $num2 . '?
';
$description .= '
Your promo code is: FREESTICKERS
';
return $description;
}
return $description;
}