PME Candy Melts
- PME Candy Buttons have the texture and consistency of chocolate but none of the fuss as no tempering is required.
- Create wonderful sugar treats. Simply melt, pour and set.
- Coat cake pops: Add colour and flavour with PME Candy Buttons.
- Dip fruit and treats: Perfect for parties. Enjoy as a fun fondue or create delicious desserts
- Melt and mould: Create lollies and candy shapes.
- Pipe and create: Pipe on wax paper, leave to dry and remove for cupcake and desserts toppers.
- Each bag contains 340 g (12 oz.) of tasty candy buttons.
- For excellent melting use with PME Electric Chocolate Melting Pot.
(() => {
const countryCode = "+1"; // ADD YOUR COUNTRY CODE HERE
if (!window.location.href.includes("a/gc/gift-card")) return;
document.addEventListener('gcp-page-loaded', () => {
const currentPage = window.GCPSDK.page.get();
if (!currentPage || currentPage.step !== "gift_card") return;
const phoneInput = document.querySelector("#gcpMobileSelectInput");
if (!phoneInput) return;
phoneInput.addEventListener('click', (e) => {
if (e.target.value === "" || e.target.value === "+") {
phoneInput.value = countryCode;
}
});
});
})();