Australia Kangaroo FSC® 100% Timber Magnet (*Wholesale Only*)
$0.00
Australia Word FSC® 100% Timber Magnet
$5.99
Koala Australia Magnet
$9.90
sale
Kombi Australia Enamel Magnet
Sale Price:$3.99 Original Price:$9.99
Sold Out
Australia Scene Bottle Opener Magnet (*Wholesale Only*)
$0.00
Apollo Bay - FSC® 100% Circle Timber Magnet
$5.99
Bells Beach - FSC® 100% Circle Timber Magnet
$5.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"
}
});
});