Hi Bill
In order that the issues have come to me I'll try to address yours first... Hopefully this will work... Firstly, find the line that says:
and change it to:Code:objPrice = document.getElementById('productPrices');
Your template has a different document structure to what the Updater is expecting... Hopefully that's the only difference but give it a try and let me know what happensCode:objPrice = document.getElementById('price').getElementsByTagName('P')[0];
Cheers
Dan
Bookmarks