Hi,
I've found that if a product goes out of stock but you are on the product page and then click "buy" and then find its out of stock, you get an error message in a table:
The following product(s) can not be added to the cart.
You can find the error description(s) by following the link(s).
AG13 Cell
The "AG13 Cell" product link points to:
javascript: location.hash = 'a59'; void 0
But the link doesn't do anything. Can anybody help?
My other question is, the table that appears on the product page with the above message is on a grey background. I can see that this grey background is changed in design | colours and I think its the applet Background. I don't want it using this grey, I would like it black. However I don't want all the other tables that use this to be black.
Is there a way around this?
I tried changing line 2178 in design | text
<TABLE CELLPADDING="0" WIDTH="250" BORDER="1" BGCOLOR="%s"><tr><td>%s
to
<TABLE CELLPADDING="0" WIDTH="250" BORDER="1" BGCOLOR="#000000"><tr><td>%s
But this stopped the whole table from working altogether!
Thanks,
Sam
I've found that if a product goes out of stock but you are on the product page and then click "buy" and then find its out of stock, you get an error message in a table:
The following product(s) can not be added to the cart.
You can find the error description(s) by following the link(s).
AG13 Cell
The "AG13 Cell" product link points to:
javascript: location.hash = 'a59'; void 0
But the link doesn't do anything. Can anybody help?
My other question is, the table that appears on the product page with the above message is on a grey background. I can see that this grey background is changed in design | colours and I think its the applet Background. I don't want it using this grey, I would like it black. However I don't want all the other tables that use this to be black.
Is there a way around this?
I tried changing line 2178 in design | text
<TABLE CELLPADDING="0" WIDTH="250" BORDER="1" BGCOLOR="%s"><tr><td>%s
to
<TABLE CELLPADDING="0" WIDTH="250" BORDER="1" BGCOLOR="#000000"><tr><td>%s
But this stopped the whole table from working altogether!
Thanks,
Sam
Comment