”,
‘type’ => ‘tincture’, // ‘tincture’ or ‘extract’
‘hero_title’ => ‘Premium RSO Extract – Lab Tested’,
‘hero_subtitle’ => ‘Full-spectrum • Made in Amsterdam • Ships Worldwide’,
‘urgency_text’ => ‘Only 8 units left at this price’,
‘discount_code’ => ‘FIRST15’,
‘discount_percent’ => ’15’
), $atts);
// Get WooCommerce product
$product = wc_get_product($atts[‘product_id’]);
if (!$product) {
return ‘
Product not found. Please check product ID.
‘;
}
ob_start();
?>
get_name(); ?>
is_on_sale()): ?>
get_regular_price()); ?>
is_on_sale()): ?>
SALE
€get_price() * (1 – $atts[‘discount_percent’]/100), 2); ?>
- Suggested use: , 30-60 minutes before bed
- Full-spectrum plant extract, crafted in Amsterdam
- Third-party lab tested for quality and purity
- Discreet packaging, trackable shipping worldwide
- 14-day money-back guarantee
Disclaimer: This product is not intended to diagnose, treat, cure, or prevent any disease.
Educational information only; not medical advice.
✓ Our 14-Day Money-Back Guarantee
Try our product risk-free for 14 days. If you’re not completely satisfied, we’ll refund your purchase—no questions asked.
Frequently Asked Questions
Adjust gradually over several days based on your personal response. Always consult with your healthcare provider
before starting any new supplement regimen.
with tracking via UPS Express. Delivery typically takes 3-7 business days depending on your location.
However, hemp laws vary by location. Please check your local regulations before ordering. We cannot ship
to locations where our products are not legal.
educational information only and strongly encourage discussing any supplement use with your healthcare provider.
This is not medical advice, and our products are not intended to diagnose, treat, cure, or prevent any disease.
of receiving your order for a full refund. The product must be unopened and in its original packaging.
Contact us via email or WhatsApp and we’ll send you the latest lab results for the batch you’re interested in.
post_content, ‘rso_product_landing’)) {
// Enqueue WooCommerce scripts if not already loaded
if (class_exists(‘WooCommerce’)) {
wp_enqueue_script(‘wc-add-to-cart’);
wp_enqueue_script(‘wc-cart-fragments’);
}
// Custom FAQ JavaScript
wp_add_inline_script(‘jquery’, ”
jQuery(document).ready(function($) {
$(‘.rso-faq-question’).click(function() {
$(this).parent(‘.rso-faq-item’).toggleClass(‘active’);
$(this).parent().siblings().removeClass(‘active’);
});
// Sticky CTA
$(window).scroll(function() {
if ($(window).scrollTop() > 600) {
$(‘.rso-sticky-cta’).slideDown(200);
} else {
$(‘.rso-sticky-cta’).slideUp(200);
}
});
// Copy coupon code
$(‘.rso-offer-code’).click(function() {
var code = $(this).text();
if (navigator.clipboard) {
navigator.clipboard.writeText(code).then(function() {
var msg = $(‘‘).text(‘ ✓ Copied!’).css(‘color’, ‘#059669’);
$(‘.rso-offer-code’).append(msg);
setTimeout(function() { msg.remove(); }, 2000);
});
}
});
});
“);
}
}
add_action(‘wp_enqueue_scripts’, ‘rso_landing_enqueue_scripts’);
?>
