Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FREE_CALL_HELPER?


Tarnadair

Recommended Posts

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?

Link to comment
Share on other sites

You missed a step in the installation instruction, I think.

 

Review your steps.

-------------------------------------------------------------------------------------------------------------------------

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

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.

-------------------------------------------------------------------------------------------------------------------------

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

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:

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

:)

 

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...