Hi,
I have this issue with one of my shops that many items go "Out of stock" every week, then they re-appear anytime in the future. Instead of having this "Out of stock" message near the item, I wanted to display a small form that a visitor could fill in to register his/her interest.
I could contact the visitor once the item is back in stock.
What I did was:
1. Design -> Text -> General Information
2. Changed the default text bit "OUT OF STOCK" to this:
Needless to say that this doesn't work.
It displays an odd /> near the "Register your interest" bit and when I click the button, it shouts something like Cannot add this item to cart. What cart? Don't ask me...
I think that this is a lovely idea (even if you think it's rubbish ) and I suppose many webmasters would like to use this. I, honestly, have no more ideas on how to make this work. Maybe you could kindly join in!
I have this issue with one of my shops that many items go "Out of stock" every week, then they re-appear anytime in the future. Instead of having this "Out of stock" message near the item, I wanted to display a small form that a visitor could fill in to register his/her interest.
I could contact the visitor once the item is back in stock.
What I did was:
1. Design -> Text -> General Information
2. Changed the default text bit "OUT OF STOCK" to this:
Code:
Register your interest: <form name="formular2" method="post" action="interest.php"> <input type="hidden" name="ref" value="<Actinic:Variable Name="ProductReference"/>"/> <input onclick="this.focus();this.select()" type="text" name="email" value="your email" size="15" /> <input type="submit" name="formular22" value="GO" size="8"></form>
It displays an odd /> near the "Register your interest" bit and when I click the button, it shouts something like Cannot add this item to cart. What cart? Don't ask me...
I think that this is a lovely idea (even if you think it's rubbish ) and I suppose many webmasters would like to use this. I, honestly, have no more ideas on how to make this work. Maybe you could kindly join in!
Comment