Tarnadair Posted March 19, 2003 Share Posted March 19, 2003 I've got this "FREE_CALL_HELPER" showing up printed out (exactly like that) underneath the "Products Name" entry when I am editing or adding products. Looking at the categories.php I see this was added when I installed the attribute sorter & admin and it appears that it should be calling a value or something from somewhere but whatever it might be is not there. Everything seems to be functional with the attribute sorter and admin otherwise. I'm not sure though whether this might result in a problem in the long run, etc. Is this normal? Can I just remove it from the code? Linda or anyone that can steer me in the right direction? Quote Link to comment Share on other sites More sharing options...
wizardsandwars Posted March 19, 2003 Share Posted March 19, 2003 You missed a step in the installation instruction, I think. Review your steps. Quote ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help. Link to comment Share on other sites More sharing options...
Tarnadair Posted March 19, 2003 Author Share Posted March 19, 2003 Hmm, Looks like Linda is working the other one up to MS1. Functional the way it is for the time being. I'll just wait. Quote Link to comment Share on other sites More sharing options...
wizardsandwars Posted March 20, 2003 Share Posted March 20, 2003 Suite yourself. It's just a simple little define statement that you are missing. It is probably supposed to go in the application_top.php. Either way, you are still going to have to put it in there tio remedy the situation. Quote ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help. Link to comment Share on other sites More sharing options...
Guest Posted March 20, 2003 Share Posted March 20, 2003 yesp, he missed a define define('FREE_CALL_HELPER','whateveryouwantocallit'); I usually drop all those into english.php since its the only language we use right now... :wink: Quote Link to comment Share on other sites More sharing options...
Tarnadair Posted March 20, 2003 Author Share Posted March 20, 2003 Ehhe :P I don't think I ever fully grasped all the functionality of the mod. 'Twas one of my first and I got it to do the one thing I wanted to do so I kinda just pressed on at the time. :wink: Quote Link to comment Share on other sites More sharing options...
Ajeh Posted March 20, 2003 Share Posted March 20, 2003 That is one of mine ... :D Which add-on ... hmm ... Quantity Controller or Attributes Sorter and Copier ... or Free Call for Price more than likely. That should be in one of the language files. Check the language files from those three if you are using them and make sure you have included them based on the README.txt files to load. Quote Link to comment Share on other sites More sharing options...
Ajeh Posted March 20, 2003 Share Posted March 20, 2003 Looks like you are missing this in the Free Call for Price: Add to /admin/includes/languages/english.php // BOF: WebMakers.com Added: FREE-CALL FOR PRICE-COMING SOON ETC. require(DIR_WS_LANGUAGES . $language . '/' . 'free_call_for_price.php'); // EOF: WebMakers.com Added: FREE-CALL FOR PRICE-COMING SOON ETC. Quote Link to comment Share on other sites More sharing options...
Tarnadair Posted March 20, 2003 Author Share Posted March 20, 2003 :) It's the Attributes Sorter v 4.0 solo (without the Free Call for Price installed). It looks like it's a call for the define from the Free Call mod - if I had it installed. It doesn't affect the functionality or anything. Just prints up the call itself. 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.