I'm thinking of upgrading to MX, does it do e-commerce? What are the benefits of MX over DW4? Ladyborg
"Many of life's failures are people who did not realize how close they were to success when they gave up." [Thomas A. Edison]
You can always use e-commerce extensions for UD4 or MX, or write your own scripts/extensions.
MX by itself has nothing to do with e-commerce.
Personally, I use another tool - CCS for ultra-fast creation of back ends (w/Access & SQL Server DBs) and 75% of front ends, MX with extensions for tuning up design and e-commerce elements & PayPal shopping cart.
Of course, some things will need hand-coding.
The PayPal shopping cart is perfect for a simple store, but I need something with more flexibility. I have a store that allows clients to "build" on their basic item, choose items to add to their basic item, extra for different colors, etc.
What is the best stand alone program to do all that? The extensions just don't cut it. Ladyborg
"Many of life's failures are people who did not realize how close they were to success when they gave up." [Thomas A. Edison]
I use PayPal shopping cart at final check-out stage.
All additional and tricky information is collected and stored either in variables or temp tables. Of course, it can't work for everything.
If this is not enough you'll have to buy one of expensive stand-alone sh/cart modules or (since you are a programmer) write your own, which should not be hard.
I'm not aware of any e-commerce software with built-in, flex shop/carts that are any good.
The company I use to work for bought the DW plugin and it worked great, keep in mind we had our own server with SSL. If you want the commerce portion to fit seamlessly with your existing site (in terms of design, etc) this is the way to go. In addition, the Storefront website list numerous providers that support their software on the backend.
I have looked at Storefront but am leaning more toward WebAssist. Any comments? Ladyborg
"Many of life's failures are people who did not realize how close they were to success when they gave up." [Thomas A. Edison]
What's the web site? Ladyborg
"Many of life's failures are people who did not realize how close they were to success when they gave up." [Thomas A. Edison]
Hi,
Question to mxjunkie:
I remember looking at this cart and rejecting it because it is 100% based on cookies.
What do you do with those visitors who have their cookies turned off? - do you use message box :"Please, turn your cookies on!" or do you have an alternative solution?
Yes, I use the MM_UserName session variable. Works well. Ladyborg
"Many of life's failures are people who did not realize how close they were to success when they gave up." [Thomas A. Edison]
Session variables create cookies and check SessionID against the value of the current session stored in this cookie.
If cookies are turned off - session vars are useless.
Please, read here:
I fugured out that in order to use Session Variables you need to check if user has cookies enabled and if not - grab his IP address and SessionID and insert them into DB for maintaning state between pages.
I'm not sure if this is a good way though...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.