Hi Larry,
I run into "out of stock" and or "discontinued" situations and have
found a solution which works really slick.
I simply use the [Add to Cart] text field and place html comment tags
<!-- --> in it. Doing so does not remove the link from the html page
shopsite generates but instead simply hides it from the visitor.
In fact, here is what I do with all of my products... In the [Add to
Cart] text field I place html image code which looks like this:
<img src="http://www.specialmart.com/store/media/add_to_cart.gif"
width=93 height=28 hspace=0 vspace=0 border=0 align=left>
This produces the same type of effect as selecting an image from the
images drop down list.
When I have an item that I do not want to have the add to cart button
showing, I'll change the [Add to Cart] text field in my database for
that item to simply be the html comment tags <!-- -->.
I upload the data to update the shopsite database and publish.
By always using the [Add to Cart] text field rather than selecting an
image from the drop down list, when this item becomes available again
all I have to do is change the [Add to Cart] text field back to the <img
src="http://......./add_to_cart.gif"> and publish.
To see how this works using the shopsite system...
select one product...
click on Power Edit...
under Layout, select the Add to Cart Button...
click Proceed...
click the Text radio button...
in the text field type:
<!-- this is my hidden add to cart button -->
click Save Changes...
now publish and go look at the page the product is on.
You will notice that it has nothing to click on to add to the cart.
However if you view the source of the page you see the comment in the
link like this:
<a
href="http://www.yourStore.com/bla/bla/&dbname=products&itemnum=0&function=add"><!--
this is my hidden add to cart button --></a>
The text is there but to the shopper... it does not show as a link.
Hope this helps
Keith
Larry Bohen wrote:
We often change an audiobook offering to "out-of-publication" with a $0
price and do not want the [Add to Cart] text button to show up.
Even though the Text radio button is not checked, in the [Add to Cart]
Button Customization choices, the [Add to Cart] still shows up and we
occasionally have someone ordering a $0, out-of-publication audiobook.
I manage all our offerings on my desktop with MS Access. What, if anything
should I have in the Add to Cart Button field. Just having the field blank
doesn't eliminate the [Add to Cart] text button.