Guest Posted February 9, 2003 Share Posted February 9, 2003 It seems there are some inconsistancies in the instructions for the allprods contribution. ALLPRODUCTS and ALLPRODS are used in the instructions as if they are the same. It took me a while to figure that part out... (not a programmer). I got a link that now works to run the allprods.php, and it seems to run just fine. The problem is the text in the information box is not the desired "All our Products". http://hyllehouse.httpsuites.com/ will be redirected to the right place to see the store. The information box is in the lower left side of the page. Please help me get this right!! Thanks in advance for time and the help! jLee Quote Link to comment Share on other sites More sharing options...
Guest Posted February 9, 2003 Share Posted February 9, 2003 You need to define the variable in catalog/includes/languages/english // information box text in includes/boxes/information.php define('BOX_HEADING_INFORMATION', 'Information'); define('BOX_INFORMATION_PRIVACY', 'Privacy Notice'); define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns'); define('BOX_INFORMATION_CONTACT', 'Contact Us'); define('BOX_INFORMATION_ALLPRODS', 'xxxxxxxxxxx'); (just add the last line) Quote Link to comment Share on other sites More sharing options...
Guest Posted February 9, 2003 Share Posted February 9, 2003 I had pasted a wrong line there, looked at it many times... and did not see... Thank you much!! jLee Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.