Closed (fixed)
Project:
Ubercart Out of stock Notification
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 13:43 UTC
Updated:
15 Oct 2009 at 14:40 UTC
Comments
Comment #1
hanoiiNot by this module, you could, eventually, do it by theming the price display or the product and add logic there to not display the price if stock is 0.
Comment #2
joachim desarmenien commentedThanks for reply
Is there a module wth wich it is possible ?
What is the file that i have to edit / overide, to modifiy the output of the code for the product ?
thanks again
Comment #3
hanoiiI suggest you to read the handbooks on how to override theme functions.
The function I think you should override is theme_uc_price() in uc_store.module.
You should do this probably on your template's template.php file, but please do read the handbooks.
Hope this helps.