Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need Help with Custom Computer Creator v4


bgallitz

Recommended Posts

I had CCC v3 working, but on both the Intel and the AMD config pages, I get this error with v4:

 

Fatal error: Call to undefined function: tep_parse_input_field_data() in C:FoxServwwwcatalogincludesfunctionscustom_computer.php on line 357

 

Can someone help?

 

Thanks

Link to comment
Share on other sites

////

// Parse the data used in the html tags to ensure the tags will not break

 function tep_parse_input_field_data($data, $parse) {

   return strtr(trim($data), $parse);

 }

put that into includes/functions/html_output.php

at the top.

Link to comment
Share on other sites

Only problem I have found with this is that when you add:

 

////

// Parse the data used in the html tags to ensure the tags will not break

function tep_parse_input_field_data($data, $parse) {

return strtr(trim($data), $parse);

}

 

To either your custom_computer.php file or html_output.php file you lose the customers name when they login.

 

Is there a way around this??

 

I know it is for a newer snapshot, but if it can work this far then surely there must be a way around it...

 

thnx

 

CC.

Link to comment
Share on other sites

I can select the items in the pulldown, price is written to the database, nosel too, but descriptions are missing. Any help?

make sure that there is a description in the products_model in the database. that would be what you would see when you look at the build in the admin or the catalog.

Link to comment
Share on other sites

No, I mean when they try to login.

 

It does let them login and it goes to their account and everything, but it doesnt alter their name at the Welcome note.

 

It just stays as Guest.

Shame really cos this is a great mod.

But I am now back to version 3, cos it works for me on the older snapshot.

Mine is from about April time.

 

So it's a little dated really, but I have done to much now to upgrade.

 

CC.

Link to comment
Share on other sites

It doesnt display it at all thats the problem.

 

I have got rid of the intentional code that the core developers put it, that kept the name on screen after they logged out. I thought it looked more of a bug than an additional help.

 

It is when I add the code:

////

// Parse the data used in the html tags to ensure the tags will not break

function tep_parse_input_field_data($data, $parse) {

return strtr(trim($data), $parse);

}

 

That it doesnt show the name.

If I leave this out then it is fine.

 

I dont understand why.

Do you?

 

CC.

Link to comment
Share on other sites

No problem.

 

I will PM it to you now.

I have posted it on here a bit but i dont want it posted too much. It aint live yet, so I dont want visitors really.

 

PM coming your way now dude.

 

Do you want me to put v4 back on now?

Cos I am running v3 at present.

 

CC.

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...