TR,
I know it sounds kinda weird to do it like this, but let me try to explain why something like this could be useful.
First of all I like the atrributes module because you can show multiple prices and it's just easy. There are other ways to do the above in better ways (coding is involved), but I'm tryin to make the pricing-methode for my client as easy as possible. The pricez change always every week, and every product has multiple prices. BUT (here it comes!) the prices are based on the qty the customer buys, so the attributes-options are there for displaying the multiple prices, if doing so the only thing my client has to do is change the options-prices, and it would be formatted in the way I want, without the client seeing any code.
And for the misunderstanding for how to sell those diffrent products: I have no diffrent products, only diffent prices that are based on the qty. And with the Custom Price Calculation Module I can hadle this. The code would be something like this:
if($item->qty > 9) {
$item->price =[sell_price] - 1.00;
}
if($item->qty > 19) {
$item->price = [sell_price] - 2.00;
}I hope this clears it, and you see that it can be useful to show those attributes as non-clickable just for users-perspectif.
Btw thx for tryin to understand, but I still don't know what code to use to override that theme function, if you could help me with that?
*edit* My clients site will sell meat... yeah I know
-> http://slagerij-islamcentrum.nl/producten (still testing, working local, will update the live site soon)
Pieter


Joined: 03/20/2008