Here is the deal. I have a website that required Table Rate discounting across all products. <br><br><a href="http://treeinabox.com/wordpress/" target="_blank">http://treeinabox.com/wordpress/</a><br><br>
The deal is that they sell different types of trees. The more trees you
buy (no matter which type of tree it is), the more of a discount you
get. So I basically need Table Rate Pricing across all the products, so
that you can mix and match tree types, and still get a discount.<br>
<br>The wp e-commerce guys don&#39;t have time to work on  it right  now. But these were their initial thoughts...<br><br>
Development Idea (should work but Im not 100% certain)<br>
Basically the $cartitem-&gt;refresh_item() function requires slight
modifications so that the products table price condition around line
1573 in the RC3 version:<br>
if ($this-&gt;quantity &gt;= $qty) {<br>
uses the carts total quantity as opposed to the products quantity.<br>
<br>
There may need to be additional development in other areas but I believe the above should be a clean/valid solution.<br><br>When this initial idea was implemented though, it didn&#39;t seem to work. I&#39;m looking for someone who can get this to work for me. <br>
<br>Sara<br><a href="mailto:scitrenbaum@gmail.com">scitrenbaum@gmail.com</a><br><br><br><br>