Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
daniel_lsf #1
shopping carts
Hi,
I am wanting to add shopping cart functionality to a site that I am building
in dreamweaver mx 2004. I have been looking at various products and am looking
for feedback on anybody's experiences with these cart applications.
Interakt - MX SHOP
Or if there are any suggestions that allow me to integrate the cart with the
same style and feel I have created the site with.
All help is welcome.
Thanks
Daniel
daniel_lsf Guest
-
Order forms and shopping carts
I'm fairly new to web design, having set up 3 or 4 basic sites. A friend asked me to help him set up a website for his small candy business. It all... -
Lost in a maze of PHP shopping carts...
I thought this might be relatively straightforward. All I want to do is find a PHP based shopping cart system. I don't necessarily want to use... -
Shopping Carts for Publisher
David: Thank you very much for your help with "shopping carts". However, I am a real dumby when it comes to computers and compatibility of... -
Who here has done PHP shopping carts before?
I need a back-to-basics shopping cart tutorial in PHP/mySQL. I thought I had it down and I failed, as usual. Here is what I mapped out as a spec: ... -
Off Topic: Shopping Carts
Hi Scott, It all depends on what the server supports. ASP, CF, php. Do a search of this forum for "shopping carts" and you will see a ton of... -
daniel_lsf #2
shopping carts
Hi,
I am wanting to add shopping cart functionality to a site that I am building
in dreamweaver mx 2004. I have been looking at various products and am looking
for feedback on anybody's experiences with these cart applications.
Interakt - MX SHOP
Or if there are any suggestions that allow me to integrate the cart with the
same style and feel I have created the site with.
All help is welcome.
Thanks
Daniel
daniel_lsf Guest
-
Lawrence TMM #3
Re: shopping carts
There is a good list of Dreamweaver compatible carts here..
[url]http://www.macromedia.com/software/dreamweaver/product_resources/ecommerce/ecomm_ext.html[/url]
All the carts on this page have a good reputation among the MM Developers
community.
--
Lawrence [Member Team Macromedia]
email: lawrence at cartweaver dot com
Cartweaver CF & ASP Shopping Cart for Dreamweaver MX
[url]www.cartweaver.com[/url]
[url]news://support.cartweaver.com[/url]
================================================== ===
"daniel_lsf" <webforumsuser@macromedia.com> wrote in message
news:d3s50v$i2$1@forums.macromedia.com...building> Hi,
> I am wanting to add shopping cart functionality to a site that I amlooking> in dreamweaver mx 2004. I have been looking at various products and amthe> for feedback on anybody's experiences with these cart applications.
> Interakt - MX SHOP
> Or if there are any suggestions that allow me to integrate the cart with> same style and feel I have created the site with.
> All help is welcome.
> Thanks
> Daniel
>
Lawrence TMM Guest
-
danilocelic *TMM* #4
Re: shopping carts
daniel_lsf wrote:
I've not used the MX Shop before so I don't know for sure how well you> Hi,
> I am wanting to add shopping cart functionality to a site that I am building
> in dreamweaver mx 2004. I have been looking at various products and am looking
> for feedback on anybody's experiences with these cart applications.
> Interakt - MX SHOP
> Or if there are any suggestions that allow me to integrate the cart with the
> same style and feel I have created the site with.
can integrate it into your site, but I'd bet that you could easily do
that. I'm sure that the Interakt folks will come along and confrim that
though.
As for suggestions, that would depend on the server language you are
working with. If you can use ColdFusion or ASP, then you may want to
check out Cartweaver: [url]http://cartweaver.com/[/url]
Or for some more to look at:
[url]http://www.macromedia.com/software/dreamweaver/product_resources/ecommerce/ecomm_ext.html[/url]
--
Danilo Celic
| Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
| Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
danilocelic *TMM* Guest
-
Distefano Felice #5
Re: shopping carts
You may look also at this site
[url]http://www.felixone.it/extensions/dwextensionsen.asp[/url]
there are few carts extensions for ASP and PHP, some of these is free.
Felix
"daniel_lsf" <webforumsuser@macromedia.com> ha scritto nel messaggio
news:d3s4f3$t5i$1@forums.macromedia.com...> Hi,
> I am wanting to add shopping cart functionality to a site that I am
> building
> in dreamweaver mx 2004. I have been looking at various products and am
> looking
> for feedback on anybody's experiences with these cart applications.> Interakt - MX SHOP
> Or if there are any suggestions that allow me to integrate the cart with
> the
> same style and feel I have created the site with.
> All help is welcome.
> Thanks
> Daniel
>
Distefano Felice Guest
-
droidhorse1 #6
shopping carts
:confused;hi. i need to find a shopping cart that i can link to a third party
distributor. in other words,customers visit our site, to order ,they select
catalog which links to our supplier. they place an item in the cart,select buy
and are returned to our site for payment. i have currently created the store
using the web assist extensions. i am new to programming, so please explain
simply. can i build this using dreamweaver mx. oh did i mention i have never
done this before.
droidhorse1 Guest
-
Lawrence TMM #7
Re: shopping carts
This would be a fairly complex set up. The code to do it is not that
difficult, but the customer going to your supplier's site then returning to
your site with the items in their cart and being able to complete the
purchase on your site means both sites would have to be "in synch" in
passing variables back and forth. For example, what if the user decides to
go back and add something to their order this would require even a higher
level of cooperation between the two sites. So the first question is, does
your supplier offer this type of interaction with their web site? What sort
of API do they support? You will have to have some discussions with them to
see if this is possible.
Normally this sort of interaction is handled with some sort of affiliate
relationship where you hand the customer off to your supplier's site and the
complete transaction takes place there and you receive some sort of
commission. Passing back and forth between sites is not apt to be a very
smooth or clean process.
--
Lawrence Cramer [Member Team Macromedia]
email: lawrence at cartweaver dot com
Cartweaver CF, ASP & PHP Shopping Cart for Dreamweaver
[url]www.cartweaver.com[/url]
[url]news://support.cartweaver.com[/url]
================================================== ===
"droidhorse1" <webforumsuser@macromedia.com> wrote in message
news:dnmu8s$abm$1@forums.macromedia.com...> :confused;hi. i need to find a shopping cart that i can link to a third
> party
> distributor. in other words,customers visit our site, to order ,they
> select
> catalog which links to our supplier. they place an item in the cart,select
> buy
> and are returned to our site for payment. i have currently created the
> store
> using the web assist extensions. i am new to programming, so please
> explain
> simply. can i build this using dreamweaver mx. oh did i mention i have
> never
> done this before.
>
Lawrence TMM Guest



Reply With Quote

