Hi,
We don't use Actinic for stock management as we sell across so many platforms, instead stock is managed by the central accounting system.
We generate a file to handle products that are out of stock and I have just introduced a php script to handle that on the pages which works fine.
However, when I run the search facility it doesn't seem to properly parse the php and it shows the following:
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo '
Quantity: '; echo ''; echo ''; break; } ?> Product is currently out of Stock, we can Back Order for you."; echo "
Our Terms and Conditions for Back Orders."; break; case 'P': echo "
Our Terms and Conditions for Pre-Orders.
"; echo "[Expected Release Date: 10/02/2005(date liable to change without notice)]"; break; case 'I': break; } ?>
Anyone any ideas for how I can make search function properly ?
Cheers,
Paul Bryant
www.gameslore.com
0800 970 2731
We don't use Actinic for stock management as we sell across so many platforms, instead stock is managed by the central accounting system.
We generate a file to handle products that are out of stock and I have just introduced a php script to handle that on the pages which works fine.
However, when I run the search facility it doesn't seem to properly parse the php and it shows the following:
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo '
Quantity: '; echo ''; echo ''; break; } ?> Product is currently out of Stock, we can Back Order for you."; echo "
Our Terms and Conditions for Back Orders."; break; case 'P': echo "
Our Terms and Conditions for Pre-Orders.
"; echo "[Expected Release Date: 10/02/2005(date liable to change without notice)]"; break; case 'I': break; } ?>
Anyone any ideas for how I can make search function properly ?
Cheers,
Paul Bryant
www.gameslore.com
0800 970 2731
Comment