RE: cfwebstore

2009-07-27 Thread Sebastiaan GMC van Dijk

Take a look at ProShop, the Onlinebase CF webshop product. Yours for a licence 
fee of E 200. Contains all the features you want and it is simple. Buit in FB 
3.x, but reworked to use the FB 5.x principles of a central config file etc.
Sebastiaan
=
So long and thanx 4 all the fish

== Onlinebase.nl
 Date: Sun, 26 Jul 2009 22:28:19 -0400
 Subject: cfwebstore
 From: mikepoplaw...@gmail.com
 To: cf-talk@houseoffusion.com
 
 
 thanks for some great advice on simply purchasing a shopping cart.  I haven't 
 seen cfwebstore but have downloaded cfshopkart.
 
 my requirements are extremely small compared to a full featured shopping cart.
 
 The only requirements are as follows for my first stage (stage 1):
 
 1) categories and subcategories (unlimited subcategories)
 2) products allow options which can be shared among different products
 (e.g. tee shirt in S,M,L size will be radio buttons) and can be used for 
 multiple products.
 
 3) customer can perform one time only shopping without giving all the detail 
 info
 4) order details must be saved
 5) order status will be used for tracking purposes
 
 As you can see this is simply a base level prototype, not a fully featured 
 shopping cart application.
 
 I would like to use fusbox 5.X along with CFC's as much as possible.  Again, 
 without adequate experience in ecommerce, I need some assistance in building 
 this application.
 
 If you have experience in this area, please let me know.
 
 
 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325003
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfwebstore

2009-07-26 Thread mike pop

thanks for some great advice on simply purchasing a shopping cart.  I haven't 
seen cfwebstore but have downloaded cfshopkart.

my requirements are extremely small compared to a full featured shopping cart.

The only requirements are as follows for my first stage (stage 1):

1) categories and subcategories (unlimited subcategories)
2) products allow options which can be shared among different products
(e.g. tee shirt in S,M,L size will be radio buttons) and can be used for 
multiple products.

3) customer can perform one time only shopping without giving all the detail 
info
4) order details must be saved
5) order status will be used for tracking purposes

As you can see this is simply a base level prototype, not a fully featured 
shopping cart application.

I would like to use fusbox 5.X along with CFC's as much as possible.  Again, 
without adequate experience in ecommerce, I need some assistance in building 
this application.

If you have experience in this area, please let me know.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325002
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfwebstore ups rates table

2007-10-23 Thread Dan Vega
I am looking for anyone who has used the cfwebstore software before. I have
a client who is using a very old version (3.1) and needs to update the
shipping rates table. The tables are organized by service. For example there
is a next day air table called UPS_1da and has the following fields. I need
to find a way to update these rates for my client. Any help into this
problem would be great.

Weight:number
Zone102:currency
Zone103:currency
Zone104:currency
Zone105:currency
Zone106:currency
Zone107:currency
Zone108:currency
Zone124:currency
Zone125:currency
Zone126:currency


-- 
Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291861
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfwebstore ups rates table

2007-10-23 Thread Mary Jo Sminkey
I am looking for anyone who has used the cfwebstore software before. I have
a client who is using a very old version (3.1) and needs to update the
shipping rates table.

The UPSRateMonger tag used in that version has been long since abandoned by its 
author, there's really no way to update it with current UPS rates. You might be 
able to import them with a bit of effort but they still wouldn't calculate 
properly without rewriting the tag as well. All current CFWebstore 
installations (v.5.x and higher) can use code that taps into the UPS API to 
retrieve rates instead. 


Mary Jo Sminkey
Author, CFWebstore
http://www.cfwebstore.com





~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291899
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfwebstore ups rates table

2007-10-23 Thread Matt Robertson
Dan, as I mentioned in my email to you earlier today you can use the
importation tools that are in the tag distribution, but as Mary Jo said
there is more to this than just importing the text files (assuming UPS still
even makes them available, and they are still in a usable format).

I dropped UPSR for a reason... UPS changed their rate structures enough from
year to year that tag maintenance just ate too much time, especially given
what they did in the 2005 rates.  I made the decision after many hours of
work getting myself up to that point... and I knew that I was likely in
store for more of the same the following year when UPS played the same game
all over again.  Thats going to be you if you go this route.  UPSR was a
great tag for the four years or so that I kept it updated, but UPS wants
very badly for you to use their own internal tools and your client will be a
lot happier if you don't swim against that current... and so will you,
frankly.

If you are desperate to fudge this you can add a blanket surcharge to the
rate calculation that will guesstimate the difference from the 2004 rates to
today... but this is not recommended.

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291900
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfwebstore ups rates table

2007-10-23 Thread Matt Robertson
I just checked.  UPS no longer even provides ASCII data.  Its all pdf's
now.  They used to provide a form of ASCII that UPSR could clean up and use
as a fixed-length file.  No more.  You would have to hand-input every rate
item, and there are probably thousands of those.

The days of such independent tools are past; especially if the source dries
up.

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291902
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Anyone with CFWebstore Experience ?

2005-11-18 Thread Steve Kahn
Anyone with CFWebstore experience please contact me off list.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224696
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFWebstore

2005-01-31 Thread Cutter (CF related)
Anyone out there with experience with CFWebstore that wouldn't mind 
helping me through an issue (off list)?

Cutter


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.2 - Release Date: 1/28/2005


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192319
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFWebstore

2005-01-31 Thread Alex Sherwood
Cutter (CF related) wrote:

Anyone out there with experience with CFWebstore that wouldn't mind 
helping me through an issue (off list)?

Cutter


  


Kick ass product.

As I understand it, their support is pretty good, too.

-- 
Alex Sherwood
Director, Internet Services
PHS Collection Agency
Phone: 813-283-4579
Web: www.phs-net.com


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192320
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFWebstore

2005-01-31 Thread Mary Jo Sminkey
As I understand it, their support is pretty good, too.

I certainly try! IMO, good support is just as important as having a kick ass 
product. 

You can email me directly for help, or the CFWebstore email list on Yahoogroups 
is also a great place to get assistance from other developers. 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192402
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Feedback on CFWebstore?

2004-03-04 Thread Boardwine, David L.
Hi All,
Does anyone have any feedback on CFWebstore? What is your experience?
Weaknesses? Strengths?

 
TIA

 
DavidB
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Feedback on CFWebstore?

2004-03-04 Thread Lee Aston
Hi David
your in luck, a new version of the store was released just
yesterday - after a considerable period of beta testing. It's ultra easy
to customise to your own design (or you can use the default design), the
100+ page documentation is really really clear and the store admin
section is so comprehensive it'll blow you away. The feature list
(http://www.cfwebstore.com/featurelist.cfm) is full on - nothing has been
missed out.The checkout process is well thought out, the customer is
taken from purchase to payment quickly and in a logical and way.
Shipping options are fully configurable, as are store discounts and tax
options. Quite honestly if you spend your $300 on any other store CF
you'll have wasted your money. One other thing, the support is excellent.

Lee
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Feedback on CFWebstore?

2004-03-04 Thread Bruce Bergman
CFWebstore is an awesome product.I needed a good e-commerce solution
last year when my wife wanted to start selling children's books.I looked
around the net for good CF shopping carts (there are a bunch!), but when
you really look at features and costs, there were only 3-4 that truly
would be considered good players.CFWebstore and CF-EZ-Cart were my final
top two, and I spent about two weeks trying out the live demo of both of
them.I finally settled on CFWebstore for a number of reasons, including:

- MUCH easier to administer and set up.I was up in CFWebstore in about
two hours of work, and it took at least four days and about a half-dozen
E-mail's to Bud (author of EZ-Cart) to get *partially* installed.

- More professional looking out of the box.Both products were good, but
raw out of the box, CFWebstore looked more professional and gave the
perception of truly being a real e-store instead of an opensource hack.

- Code structure and comments.I knew I'd be extending whatever I purchased
to meet my exact needs, so I wanted something that was well documented and
relatively easy to add to.CFWebstore really was the better of the two
products in this regard, although both were fairly complex.Mary Jo
(author of CFWebstore) added a number of extras in different directories,
so my ultimate extensions were minimal.

- Number of sample sites.CFWebstore had a whole slew of examples for me
to look at, and that made a big difference.I saw how customers had
customized the store, and it really gave me some concrete examples of what
the product was capable of.EZ-Cart didn't seem to have that same library
of sites (at least when I was reviewing it).Also, while both stores had
samples stores that I could play with, it was easier to use the CFWebstore
version, so that was helpful.

- Finally -- and a major factor -- was that Mary Jo spent considerable time
with me in a pre-sales format.Bud didn't (or wasn't able to).I had sent
Mary Jo a huge list of questions (probably four printed pages) and she
answered every question and concern I had.Even before I purchased.So I
truly felt that I was going to be able to get the help I needed when I
went to install and configure the system.That was the deal-clincher for me.

Both were priced similarly, so they were a wash in that regard.

So how did I feel after the purchase?Great.I have never regretted my
choice for a single second.My wife's store went live on time, and it 
looked beautiful.It had no bugs, and when we went to make our first
series of major changes about two months in, I was able to do it without
much effort.I have even added a couple of fairly sophisticated add-ons
to the product to support our unique store requirements.I wrote those
in fusebox too, so that showed how well it scaled.

And now that the new version is out, it's INCREDIBLE.It's completely
rewritten in fusebox, and it is light-years ahead of the version that is
out there right now.Honestly, it looks like Amazon out of the box. ;-)
I'm going to upgrade my wife's site soon with the new version, and I can
tell right now that people are going to love it.

Seriously, you will NOT go wrong if you purchase CFWebstore.It's the best
CFML e-commerce/shopping cart system out there, in my opinion.

thanks,
bruce bergman
(http://www.JoyfulTales.com)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Feedback on CFWebstore?

2004-03-04 Thread Bruce A. Bergman
CFWebstore is an awesome product.I needed a good e-commerce solution
last year when my wife wanted to start selling children's books.I looked
around the net for good CF shopping carts (there are a bunch!), but when
you really look at features and costs, there were only 3-4 that truly
would be considered good players.CFWebstore and CF-EZ-Cart were my final
top two, and I spent about two weeks trying out the live demo of both of
them.I finally settled on CFWebstore for a number of reasons, including:

- MUCH easier to administer and set up.I was up in CFWebstore in about
two hours of work, and it took at least four days and about a half-dozen
E-mail's to Bud (author of EZ-Cart) to get *partially* installed.

- More professional looking out of the box.Both products were good, but
raw out of the box, CFWebstore looked more professional and gave the
perception of truly being a real e-store instead of an opensource hack.

- Code structure and comments.I knew I'd be extending whatever I purchased
to meet my exact needs, so I wanted something that was well documented and
relatively easy to add to.CFWebstore really was the better of the two
products in this regard, although both were fairly complex.Mary Jo
(author of CFWebstore) added a number of extras in different directories,
so my ultimate extensions were minimal.

- Number of sample sites.CFWebstore had a whole slew of examples for me
to look at, and that made a big difference.I saw how customers had
customized the store, and it really gave me some concrete examples of what
the product was capable of.EZ-Cart didn't seem to have that same library
of sites (at least when I was reviewing it).Also, while both stores had
samples stores that I could play with, it was easier to use the CFWebstore
version, so that was helpful.

- Finally -- and a major factor -- was that Mary Jo spent considerable time
with me in a pre-sales format.Bud didn't (or wasn't able to).I had sent
Mary Jo a huge list of questions (probably four printed pages) and she
answered every question and concern I had.Even before I purchased.So I
truly felt that I was going to be able to get the help I needed when I
went to install and configure the system.That was the deal-clincher for
me.

Both were priced similarly, so they were a wash in that regard.

So how did I feel after the purchase?Great.I have never regretted my
choice for a single second.My wife's store went live on time, and it
looked beautiful.It had no bugs, and when we went to make our first
series of major changes about two months in, I was able to do it without
much effort.I have even added a couple of fairly sophisticated add-ons
to the product to support our unique store requirements.I wrote those
in fusebox too, so that showed how well it scaled.

And now that the new version is out, it's INCREDIBLE.It's completely
rewritten in fusebox, and it is light-years ahead of the version that is
out there right now.Honestly, it looks like Amazon out of the box. ;-)
I'm going to upgrade my wife's site soon with the new version, and I can
tell right now that people are going to love it.

Seriously, you will NOT go wrong if you purchase CFWebstore.It's the best
CFML e-commerce/shopping cart system out there, in my opinion.

thanks,
bruce bergman
(http://www.JoyfulTales.com)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Feedback on CFWebstore?

2004-03-04 Thread Muzl Hed
CFWebstore's new version ROCKS! It includes a full publishing engine, role based security and content protection, the ability to sell memberships to site content, downloadable products and full puchase order/dropshipping capabailites. The value is amazing.

I've used CFWebstore for over 5 years and have been a big fan. MaryJo's support is first class. The product has always been very easy to customize and is well commented. 

The new Fusebox3 version is blows every other cart away. Sometimes it's the little things that end up making a huge difference in selecting a store. For instance, many stores look good at first look, then you realize that they can't put a single product into multiple categories or track inventory on products with options. I admire CFWebstore because it's a mature product that doesn't miss a thing! I just launched a store using the new code (www.techronics.com) and it is working great!

Considering the content management system, I absolutely plan on using this product for many non-store sites as well!

-MH
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Feedback on CFWebstore?

2004-03-04 Thread muzl hed
Hey David --

CFWebstore's new version ROCKS! It includes a full publishing engine, role based security and content protection, the ability to sell memberships to site content, downloadable products and full puchase order/dropshipping capabailites. The value is amazing -- I really appreciate the fact that MaryJo puts out such a quality product at a really fair (if not low) price.

I've used CFWebstore for over 5 years and have been a big fan. MaryJo's support is first class. The product has always been very easy to customize and is well commented. The way it presents categories and products makes it very, very flexible. You can give the store a custom look quickly right out of the box but it is really an ideal product for those who have really custom needs and are looking to build a custom store on a rock solid foundation.

Sometimes it's the little things that end up making a huge difference in selecting a store. For instance, many stores look good at first look, then you realize that they can't put a single product into multiple categories or track inventory on products with options. I admire CFWebstore because it's a mature product that doesn't miss a thing. 

The new Fusebox3 version is blows every other cart away. If you haven't seen the product lately you need to check it out. It's written in a totally modular way that makes it easy use and really, really powerful.

I just launched a store using the new code (www.techronics.com) and it is working great! Considering the full featured content management system, I absolutely plan on using CFWebstore for many non-store sites as well!

-MH

-
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFWebstore Error

2001-02-06 Thread paul smith

All of a sudden, we're getting the following error in CFWebstore:

Location: CCMckDirectLib; Message: Failure in Cryptographic library. 
Please change the information entered, or return to the store.

The only change I'm aware of is removal of the PDC (but BDC is available).

Allaire Cybercash tag has been working fine for some time.

Anyone know what would cause this error?

best,  paul


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfwebstore...

2001-01-26 Thread Jay Patton

this may sound like a stupid question. (but then again im a 20 yr old webdesigner that 
picked up a coldfusion book about 3 months ago and im already ahead of the 'guru' of 
the office:)so if this is a stupid question im sorry. im new to the shopping cart 
deal. but does cfwebstore work well with a SQL Database? as apposed to an Access 
Database? i just dont like working with Access if i can avoid it.

Thanks,

Jay Patton
Web Pro USA
406.549.3337 ext. 203
1.888.5WEBPRO
www.webpro-usa.com


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfwebstore...

2001-01-26 Thread Howie Hamlin

It comes with an Acces DB that can be easily upscaled to MSSQL.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!

- Original Message -
From: "Jay Patton" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Friday, January 26, 2001 5:55 PM
Subject: cfwebstore...


 this may sound like a stupid question. (but then again im a 20 yr old
webdesigner that picked up a coldfusion book about 3 months ago and im
already ahead of the 'guru' of the office:)so if this is a stupid question
im sorry. im new to the shopping cart deal. but does cfwebstore work well
with a SQL Database? as apposed to an Access Database? i just dont like
working with Access if i can avoid it.

 Thanks,

 Jay Patton
 Web Pro USA
 406.549.3337 ext. 203
 1.888.5WEBPRO
 www.webpro-usa.com



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfwebstore...

2001-01-26 Thread paul smith

SQL7?  Yep!

best,  paul

At 03:55 PM 1/26/01 -0700, you wrote:
this may sound like a stupid question. (but then again im a 20 yr old 
webdesigner that picked up a coldfusion book about 3 months ago and im 
already ahead of the 'guru' of the office:)so if this is a stupid question 
im sorry. im new to the shopping cart deal. but does cfwebstore work well 
with a SQL Database? as apposed to an Access Database? i just dont like 
working with Access if i can avoid it.

Thanks,

Jay Patton
Web Pro USA
406.549.3337 ext. 203
1.888.5WEBPRO
www.webpro-usa.com



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFWebstore Users - ICVerify Success?

2000-09-07 Thread LH Rothman

I recently purchased CFWebstore and so far its great EXCEPT I can't get
the ICVerify credit card processing to work.  Very frustrating!  I'm
specifically having trouble configuring the IC Share Directory in the
Payment Mgr. I've entered "I:\icdata" but
doesn't work. Can someone please provide an example of the appropriate
syntax for this field?  I've installed the CFX_MICV tag.

I've phoned ICVerify and sent them emails but cannot get in touch with a
technical support representative.

Please Help Me!
-Laura


This is the Cold Fusion error message:

Just in time compilation error

Invalid token found on line 11 at position 6. ColdFusion was looking at
the following text:


Invalid expression element. The usual cause of this error is a
misspelling in the expression text.
The last successfully parsed CFML construct was a CFX_MICV tag occupying

document position (10:1) to (10:9).

The specific sequence of files included or processed is:
E:\GOTOREC\REC\CFWEBSTORE\SHOPPING\CHECKOUT\CONTINUE.CFM

E:\GOTOREC\REC\CFWEBSTORE\SHOPPING\CHECKOUT\..\FUNCTIONS\ICVERIFY.CFM
CFInclude

The error occurred while processing an element with a general identifier

of (CFINCLUDE), occupying document position (70:1) to (70:48).



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFWebstore Users - ICVerify Success?

2000-09-07 Thread ron

 I recently purchased CFWebstore and so far its great EXCEPT I
 can't get
 the ICVerify credit card processing to work.  Very frustrating!  I'm
 specifically having trouble configuring the IC Share Directory in the
 Payment Mgr. I've entered "I:\icdata" but
 doesn't work. Can someone please provide an example of the appropriate
 syntax for this field?  I've installed the CFX_MICV tag.

 I've phoned ICVerify and sent them emails but cannot get in
 touch with a
 technical support representative.

Surprise surprise... ICVerify (ICV) is a dying software product.
CyberCash bought it a year ago, and is letting it die because it will be
too hard to upgrade with the new internet requirements Visa and MC are
forcing on everyone. CyberCash has stated it will support ICV only
through next March... after that, you're on your own. They're giving
current ICV owners an upgrade to WebAuthorize (used to be owned by
Tellan) if you ask.  And if you think getting ahold of an ICV tech is
tough, try finding the author of the CFX_MICV tag!!

If you still want to use it, make sure CF has read/write privileges to
I:\icdata. Set up a little test template using the CFFILE tag, and try
to read and write to that directory. Your syntax looks fine... but you
might want to try it with and without a trailing backslash.

In case you're wondering, we're moving to Authorize.net from
MerchantExpress.com... so far so good.

Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFWebstore Users - ICVerify Success?

2000-09-07 Thread LH Rothman

But CFWebstore only supports Authorize.Net, Signio/Verisign, CyberCash and ICVerify.  
Do you recommend any of these?
-L

[EMAIL PROTECTED] wrote:

  I recently purchased CFWebstore and so far its great EXCEPT I
  can't get
  the ICVerify credit card processing to work.  Very frustrating!  I'm
  specifically having trouble configuring the IC Share Directory in the
  Payment Mgr. I've entered "I:\icdata" but
  doesn't work. Can someone please provide an example of the appropriate
  syntax for this field?  I've installed the CFX_MICV tag.
 
  I've phoned ICVerify and sent them emails but cannot get in
  touch with a
  technical support representative.

 Surprise surprise... ICVerify (ICV) is a dying software product.
 CyberCash bought it a year ago, and is letting it die because it will be
 too hard to upgrade with the new internet requirements Visa and MC are
 forcing on everyone. CyberCash has stated it will support ICV only
 through next March... after that, you're on your own. They're giving
 current ICV owners an upgrade to WebAuthorize (used to be owned by
 Tellan) if you ask.  And if you think getting ahold of an ICV tech is
 tough, try finding the author of the CFX_MICV tag!!

 If you still want to use it, make sure CF has read/write privileges to
 I:\icdata. Set up a little test template using the CFFILE tag, and try
 to read and write to that directory. Your syntax looks fine... but you
 might want to try it with and without a trailing backslash.

 In case you're wondering, we're moving to Authorize.net from
 MerchantExpress.com... so far so good.

 Ron Allen Hornbaker
 President/CTO
 Humankind Systems, Inc.
 http://humankindsystems.com
 mailto:[EMAIL PROTECTED]

 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFWebstore Users - ICVerify Success?

2000-09-07 Thread Bud

On 9/7/00, LH Rothman penned:
But CFWebstore only supports Authorize.Net, Signio/Verisign, 
CyberCash and ICVerify.  Do you recommend any of these?

Authorize.net is simple to work with.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFWebstore ICVerify

2000-09-05 Thread LH Rothman

If anyone is experienced with CFWebstore, I'm having trouble configuring
the IC Share Directory in the Payment Mgr. I've entered "I:\icdata" but
doesn't work. Can you please provide an example of the appropriate
syntax for this field. I've installed the CFX_MICV tag.

Thank you!

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFWebstore ICVerify

2000-09-05 Thread Aaron Johnson

Hey there LH,

Check out the IC Verify list at:

The ICVerify E-mail List is hosted by Humankind Systems, Inc.
E-mail all commands to [EMAIL PROTECTED]
Put commands in the message body
To Subscribe: Subscribe icverify your_name
To Un-Subscribe: Unsubscribe icverify
More questions? mailto:[EMAIL PROTECTED]

Aaron

-Original Message-
From: LH Rothman [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 04, 2000 11:12 PM
To: CF Talk
Subject: CFWebstore  ICVerify


If anyone is experienced with CFWebstore, I'm having trouble configuring
the IC Share Directory in the Payment Mgr. I've entered "I:\icdata" but
doesn't work. Can you please provide an example of the appropriate
syntax for this field. I've installed the CFX_MICV tag.

Thank you!


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFWebStore - Was Is Able Commerce etc..

2000-04-20 Thread Howell, Katie

Does CF WebStore:

a) Support CyberCash
Yes
b) Customer online order tracking
No
c) ESD - Electronic Softgood Distribution
Don't know.

see http://www.cfwebstore.com for more info

HTH

Katie





--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.