Hi,
I wanted to list some items which will not be able to be added to cart, since they are not in stock and need to be ordered by the client request.
I have done an Attribute, which will let me define if the product is on order or not (yes/no button). Then from the addtocart.phtml removed the cart if the on order option was set to yes.
Now I am looking to hide the price if the item is set to on order, since in that case I need to quote the client the price of the item.
Can someone tell me from where I can edit the product page where it shows the price, since I cannot seem to fine from where?
thanks in advance for your help.