Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Zen Cart and Flash CS3

Zen Cart and Flash CS3

Locked

Views: 1,196

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
16 Feb 2008, 9:42 PM
#1
nmeuvdast8 avatar

nmeuvdast8

New Zenner

Join Date:
Feb 2008
Location:
Philippines
Posts:
3
Plugin Contributions:
0

Zen Cart and Flash CS3

It's my first time to build an online store, I'm new to Zen Cart and completely a noob at PHP. I've already configured my Zen cart based on the different turtorials found here and wiki. I've already created my site with Flash CS3 and want to test my shopping cart (Zen Cart), but don't know how to do so. Could anyone give me a sample code (action script) for my site's Add to Cart button? I'm completely lost. Thanks in Advance!

16 Feb 2008, 10:51 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Zen Cart and Flash CS3

Zen Cart doesn't work that way. The program is meant to be your whole site not just the backend.

16 Feb 2008, 11:24 PM
#3
knuckle_101 avatar

knuckle_101

Totally Zenned

Join Date:
Dec 2005
Location:
Cincinnati Ohio
Posts:
1,034
Plugin Contributions:
3

Re: Zen Cart and Flash CS3

You will need to read on implementing flash into zencart.

PHP and swf can get nasty.

As kim said zen is one for all and to customize the way you are wanting is not so easy.:shocking:

17 Feb 2008, 4:58 AM
#4
nmeuvdast8 avatar

nmeuvdast8

New Zenner

Join Date:
Feb 2008
Location:
Philippines
Posts:
3
Plugin Contributions:
0

Re: Zen Cart and Flash CS3

thanks for the input guys. kim was right that I was only planning to use Zen Cart for just my backend, (just the shopping cart). If Zen Cart is already a whole program, which among the pages (the file name) is the actual shopping cart? I could try to use an action script to call that page and parse data on it. Lets see if it would work.

17 Feb 2008, 5:12 AM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Zen Cart and Flash CS3

which among the pages (the file name) is the actual shopping cart
Being php or server sise includes which you might be more familiar with...

Pages do not actually exist as you are thinking - they are constructed from many pieces and based upon the request assembled at the server - then sent to the requester.

17 Feb 2008, 6:26 AM
#6
nmeuvdast8 avatar

nmeuvdast8

New Zenner

Join Date:
Feb 2008
Location:
Philippines
Posts:
3
Plugin Contributions:
0

Re: Zen Cart and Flash CS3

@kobra: yup, lately I've noticed that as I was browsing through the extracted Zen Cart files in my PC. I think the best solution for my problem is to have my "Add To Cart" button on my Flash site create a customized script that will assemble the page (using the database that Zen Cart created) that I wanted. However, this is paramount as I dont have any background in PHP.

17 Feb 2008, 6:58 AM
#7
life avatar

life

New Zenner

Join Date:
Feb 2008
Posts:
4
Plugin Contributions:
0

Re: Zen Cart and Flash CS3

If you really want to have and add to cart button maybe the easiest way is to create a button using html and making a hyperlink to the zen cart page for that product can get time consuming though like the other guys said zen is really front end shopping cart

17 Feb 2008, 6:15 PM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Zen Cart and Flash CS3

nmeuvdast8,

Re-read post #2 by Kim - kinda says it all - you will not be happy attempting what you are attempting due to sessions security checks