Australia Kangaroo FSC® 100% Timber Magnet (*Wholesale Only*)
$0.00
Australia Word FSC® 100% Timber Magnet
$5.99
Apollo Bay - FSC® 100% Circle Timber Magnet
$5.99
Bells Beach - FSC® 100% Circle Timber Magnet
$5.99
Sold Out
Kangaroo Recycled Wheat Note Pad - FSC® Certified
$4.99
Australia Map Recycled Wheat Note Pad - FSC® Certified
$4.99
document.addEventListener('DOMContentLoaded', function() {
var prices = document.querySelectorAll('.sqs-money-native, .product-price'); // Adjust the selector as per your template
prices.forEach(function(price) {
if (price.textContent.trim() === '$0.00') { // Checks if the price is exactly $0.00
price.textContent = 'POA - Wholesale Only'; // Changes the text to "POA - Wholesale Only"
}
});
});