Hi all

I've been doing a bit of updating and housekeeping with the Updater... Firstly there was a bit of a discrepancy with the way the Updater was interacting with the cart which has now been fixed... As far as I'm aware there haven't been any situations where the bug might surface but it's better safe than sorry

Secondly, I've added the functionality for the Updater to display the weight of the product dynamically... I'm not sure if this is of any use to anyone but I thought I'd put it in there anyway... If you want to use it simply create a DIV or a SPAN with the ID of 'productWeight' and the Updater will update it for you automatically... I'd suggest something like the following layout:
Code:
<div class="myContainer">
   Product weight:
   <span id="productWeight"></span>
</div>
This code should go in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

I've also added a rudimentary sidebox feature but it's a bit more involved to get working... It's designed to work the same way as the one that was included with DPUv1 but I haven't quite got the prices for the individual attributes sorted out yet... Anyone that wants to give it a try (it isn't *very* difficult) should have a quick look at the readme included (under Update!)

I know this hasn't addressed any core issues that people have been experiencing but to be honest I've kind've lost track of all the issues... Could anyone still having a problem please repost it?

If there are any problems with the new additions please let me know

Cheers!

Dan