Vastor Posted January 24, 2003 Posted January 24, 2003 How can I change the captions from standard field names to my own? easypopulate v2.41beta7 TIA
wasson65 Posted January 24, 2003 Posted January 24, 2003 How can I change the captions from standard field names to my own? easypopulate v2.41beta7 TIA The froogle download of EP uses a different set of header field names than the standard. You just set up an additional array named $fileheaders (search in the code for it, you'll find it). The problem comes when you want to bring data back in - EP needs to know what fields you've got and where they go. This isn't an issue with froogle, it's a one-way path. You could start by doing a search/replace of every occurance of 'v_product_model' with whatever you want to call the field. But whatever you put in needs to be a valid variable name in php, i.e. no spaces or funky chars. To really do what you want, there needs to be some code that can cross reference from what the field is called in the file to what the field is called internally. This process happens on the output side for froogle, but the input side doesn't know about it yet. Tim
Recommended Posts
Archived
This topic is now archived and is closed to further replies.