Larry,
Been there... done that!
Here is the solution.
Do not use the "Add to Cart Image" field.
Use the "TEXT" portion for the [ Add to Cart] or [PURCHASE AUDIO BOOK] - what
ever the text is set to.
Use an HTML comment tag in the text like this:
<!-- [ Add to Cart] -->
or
<!-- [PURCHASE AUDIO BOOK] -->
Do not have any spaces before the opening tag( <!-- ) or after the closing tag (
--> ).
The result is that no link will show up because ShopSite will place the text
into the page rather than an image tag and since the text is an HTML comment the
visitors browser won't display it.
I use the text field for all of my "Add to Cart" buttons and here is how I do
it.
<img src="http://www.-.com/-/media/-.gif" width=XX height=XX
hspace=X vspace=X border=X>
the X's represent the path, directory, file name and other values for the image
you use on your site.
This gives me more control over how the image shows up because I can override
the default "hspace=" and "vspace=" values that ShopSite sets on a "Add to Cart
Image"
Setting this up is easy.
Select ALL of your products, select "Power Edit", select the "Add to Cart
Button" field in layout, select the "Global - same change to all selected
products", select the "Text" radio button and place the <img.... > tag in the
text field.
Editing is easy... if I have eight or ten items which have become discontinued,
I simply select all of them from "Products Database" in the back office and then
"Power Edit" just like above. I add the html comment tags around the <img... >
tag like this:
<!-- <img... > -->
save and publish and your done.
One other thing I do is to turn off the "Display Price" so that not only is
there no "Add to Cart" button but there is no Price showing either.
Try this on just one product first so you understand what is happening but once
you get use to it you'll be glad you learned it.
Hope this helped!
Keith
Larry Bohen wrote:
Whenever an audiobook is discontinued I do the following in my Acess product
database for the item, prior to uploading:
1. delete the [PURCHASE AUDIO BOOK] button in the "Add to Cart" field
2. enter "Transparent 1 X 1 Pixel.gif" (without quotations) in the "Add to
Cart Image" field
NOTE: Sometime ago I changed the wording in the "Add to Cart" field from
[Add to Cart] (which I believe is Shopsite's default) to [PURCHASE AUDIO
BOOK].
Once uploaded and published I find that the [Add to Cart] text button DOES
NOT disappear. Here's what the "Add to Cart Button" section of the back
office looks like:
1. radio button for [ Add to Cart] IS NOT selected
2. radio button for "Transparent 1 X 1 Pixel.gif" IS SELECTED
What do I need to do in my Access product database to get the [ Add to Cart]
text button to disappear?
What ends up happening is that a customer, who isn't reading our OUT OF
PUBLICATION notice, clicks on the [ Add to Cart] button and orders a $0
product.