[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Need more info on Orders
> This is a great job for item attributes - little bits of extra data that
> you can attach (or not attach) to items in the order, either for
> informational purposes, or to affect pricing, or both.
>
> Unfortunately the current docs on the subject leave much to be desired. I
> suggest you go to ftp.akopia.com and grab the tarball of the last MV4, then
> read up on Pricing:Item Attributes in the docs which are contained in that
> archive.
Also, do not neglect 'perldoc NNNNN' where NNNNN is the name of a perl
or .pm file. Many times these program files contain documentation within
them. Man, the man pages are usefull as well. Go to the 'doc' directory
and type 'nroff -man filename > filename.txt' The filename.txt file will
contain the documentation in human readable format.
The man pages and the perldoc stuff often contains additional
information.