The problem is a php error below the price and bove the stock prod ref line - see image.
No one can work out where it is coming from. I suspect therefor that it is spurious.
I have tried suppressing php errors using htaccess but although the files work ok on my hosting on Sellerdeck hosting they generate a 500 script error.
Can I put this right at the top of the outer layout, after <html> or after <body> ? :
[code]<actinic:block PHP='true' SELECTABLE='false'>
error_reporting(0);
</actinic:block>
[code]
Do you think this would do the trick - the web page is a bit unsightly at present:
https://www.ajs-shop.co.uk/acatalog/...3-3370105.html
No one can work out where it is coming from. I suspect therefor that it is spurious.
I have tried suppressing php errors using htaccess but although the files work ok on my hosting on Sellerdeck hosting they generate a 500 script error.
Can I put this right at the top of the outer layout, after <html> or after <body> ? :
[code]<actinic:block PHP='true' SELECTABLE='false'>
error_reporting(0);
</actinic:block>
[code]
Do you think this would do the trick - the web page is a bit unsightly at present:
https://www.ajs-shop.co.uk/acatalog/...3-3370105.html
Comment