e4eureka
15-12-07, 19:08
Hi, I just finished installing the shop-winodw here: http://e4eureka.co.uk/GiftStores/
This works fine. However I was using the Bespoke Functionality document (PDF) and was trying to add the search box in the main website. I used the following code from the PDF:
<?PHP
REQUIRE_ONCE('/GiftStores/global.inc.php');
INCLUDE('/GiftStores/includes/elements/product_search_box.php');
?>
This returns a parse error simply because there is no code called product_search_box.php. I looked in /includes/elements/ and the closest that matched it was search_box.php so I used search_box.php.
For testing I added it here
http://www.e4eureka.co.uk/test/
Problems:
1. Search button image is not coming
2. No way to change font/heading/orientation
3. Try seraching anything (I tried iPOD) and it is returning "No input file specified."
Can someone please help? I am not a pro in PHP, just use a bit of common sense and a lot of Google :D
Many thanks !!
This works fine. However I was using the Bespoke Functionality document (PDF) and was trying to add the search box in the main website. I used the following code from the PDF:
<?PHP
REQUIRE_ONCE('/GiftStores/global.inc.php');
INCLUDE('/GiftStores/includes/elements/product_search_box.php');
?>
This returns a parse error simply because there is no code called product_search_box.php. I looked in /includes/elements/ and the closest that matched it was search_box.php so I used search_box.php.
For testing I added it here
http://www.e4eureka.co.uk/test/
Problems:
1. Search button image is not coming
2. No way to change font/heading/orientation
3. Try seraching anything (I tried iPOD) and it is returning "No input file specified."
Can someone please help? I am not a pro in PHP, just use a bit of common sense and a lot of Google :D
Many thanks !!