Without going through all of the function in detail I realized that
item_details is
missing something there are no includes in the 1.0.2 release yet the
$Item array is used and I believe getItemInfo is part of item_functions
I think I overkilled by adding attribute_functions.
I'm not out of my mind though, right I mean the
> > //get item functions
> > require(APPLICATION_ROOT . "/modules/include/item_functions");
> >
> > //get item info
> > $Item = GetItemInfo($item);
parts were missing? right?
I just know mine didn't work and I unpacked it twice just to make sure
I didn't make any changes on accident.
there is a value like $Item('LargeGrphic') used on the page and $Item
was never created? anyway I added those any mine works, but like I said
I didn't dig through everything.
thanks
Steve
Shannon -jj Behrens wrote:
>
> > Freetrade 1.0.2 package seems to be missing the lines to get the out
> > of module information in screens/item_details
> >
> > //get attribute functions
> > include(APPLICATION_ROOT . "/modules/include/attribute_functions");
> >
> > //get item functions
> > require(APPLICATION_ROOT . "/modules/include/item_functions");
> >
> > //get item info
> > $Item = GetItemInfo($item);
>
> Steve,
> I'm sorry, I don't understand. You are suggesting that we are missing
> the "attribute_functions", right? We're in this file are the
> "attribute_functions" being used?
>
> -jj
>
> --
> Shannon -jj Behrens * Web Engineer * CLEAR INK�
> Imagination is the only real medium(sm)
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]