Closed (fixed)
Project:
quantity_discount
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
23 Oct 2007 at 19:07 UTC
Updated:
11 Feb 2009 at 17:10 UTC
I created custom products nodes using CCK, but the quantity discount select box doesn't show up for these products. Any idea how I can do that?
Comments
Comment #1
janusman commentedI think it's not that you are using CCK, but that I left out the fact that it has only been tested with tangible subproduct (e.g.: "EC Live Subproduct") types. This is a simple change, I will look into it.
Comment #2
zahor commentedAny updates?
Comment #3
janusman commentedFixed! Sorry for taking so long. Will post this soon.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
frankleelgt commentedHi janusman,
where could I find the fix? the one available seems to be the Oct2007 version.
many thanks.
frank
Comment #6
janusman commentedI'm sorry, I had problems connecting to CVS after marking the problem "fixed"; I will post the new dev version soon: bug me if you don't hear from me!
Comment #7
frankleelgt commentedHi janusman,
while i was looking at the quantity_discount.module, line 427
if ($form_id=="product_node_form" && $form["type"]!="")
could i simpily change this condition for other forms to make it visible on other content types?
many thanks.
frank
Comment #8
frankleelgt commentedi made the condition to
if ($form["type"]!="")
this allows the Quantity Discount to show on all content types. but how could i make it so that it only shows in a content type that is also a product?
i.e. the original question of CCK compatibility.
many thanks.
frank
Comment #9
frankleelgt commentedhi janusman,
it does appear it's not as simple as that, because I realised althought the field is visible, the discount doesn't apply to the type.
could you kindly submit your update?
many thanks.
frank
Comment #10
janusman commentedI will be working on this soon. For now, can you try getting the newer 5.x-1.x version?
To really make this work I could use some help =) If none is available you'll just have to wait a bit =)
Comment #11
janusman commentedNow fixed in the 5.x-1.x dev branch
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #13
dvasquez commentedHello. For display the discount is needed change all coonditios posible?