Test red color for the sale price on PLP
May 29, 2025
Still running
Test variants
Targeting filters
Different variants being tested in this experiment
Traffic allocation: 50%
Traffic allocation: 50%
Custom JavaScript:
document.querySelectorAll('main-product[section-id^="product-card--plp"]').forEach(product => {
const priceGroup = product.querySelector('[sub-section-id="price"]');
if (!priceGroup) return;
c...
Injection: immediately