RPET Shopping Bag - Australia Map with Animals (*Wholesale Only*)
$0.00
Kangaroo Teaspoon
$9.99
A5 Australiana Sticker Sheet
$5.98
Sold Out
Australia Kangaroo FSC® 100% Timber Magnet (*Wholesale Only*)
$0.00
Koala Australia Embroidery Patch
$4.95
Koala Australia Hat Pin
$6.97
Koala Australia Keyring
$7.99
Koala Australia Magnet
$9.90
Sold Out
Kangaroo Australia Embroidery Patch (*Wholesale Only*)
$0.00
Kangaroo Australia Hat Pin
$7.99
Sold Out
Koala Moving Head Keyring (*Wholesale Only*)
$0.00
Kangaroo Moving Head Keyring
$7.99
Kangaroo Australia Keyring
$7.99
RPET Kids Mug Kangaroo
$5.99
RPET Travel Coffee Mug / Keep Cup Australian Animal Map
$6.99
Sold Out
Kangaroo Recycled Wheat Note Pad - FSC® Certified
$4.99
Australia Scene Map Enamel Mug
$22.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"
}
});
});