There is CF_Image in the tag gallery.  I use it with the catalog/shopping
cart system I developed myself.  it works great and you don't have to
register it since it's a CFML tag.  I don't know if it does exactaly what
CFX_Image does or not though.

Dave


----- Original Message -----
From: "Benjamin S. Rogers" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 10:13 AM
Subject: RE: CF Shopping Cart Solution?


> Does someone with CF Webstore experience know how to use a <CFModule> call
> for this tag so that I can avoid having to place the custom tag in CF
Admin?

A CFX tag is a DLL; DLLs cannot be called through CFMODULE. You can download
custom tags written in CFML that will probably handle what the CFX tag is
handling, though a CFML custom tag will be less efficient for this type of
operation. Custom tags written in CFML can be called by CFMODULE, so if you
have access to the CFWebStore source code, you can change the application to
call a CFML custom tag with CFMODULE as opposed to using the CFX tag.

That would be a lot of work for ten dollars a month. It would also cripple
your upgrade path since you would have to recreate all of the changes you've
made whenever you want to upgrade or patch your installation. Taking these
things into consideration, your best bet would be to contact the company and
let them know what you've run into. Perhaps they could work these changes
into the next release or explain why it is necessary to use a CFX custom tag
as opposed to a CFML custom tag.

Benjamin S. Rogers
Web Developer, c4.net
Voice: (508) 240-0051
Fax: (508) 240-0057
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to