Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Integrating the cart with an existing website

Integrating the cart with an existing website

Locked

Views: 2,634

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
5 Feb 2008, 2:41 AM
#1
patrick_mathews avatar

patrick_mathews

New Zenner

Join Date:
Jan 2008
Posts:
29
Plugin Contributions:
0

Integrating the cart with an existing website

I'm about ready to put our new zen cart in to production. We are a community pharmacy and have an existing website (https://www.porterranchpharmacy.com). What is the best or at least some ways of adding the shopping cart to the website? I always thought that we would just put an extra link on the web page to "online store" but perhaps there is another way. I'm also thinking how can we get the rest of the links for the web pages to appear on the cart?

Thanks
Patrick

5 Feb 2008, 3:14 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Integrating the cart with an existing website

You can just put an "online store" link on your current site. The difficulty with integrating an HTML site with a PHP e-commerce site is that if your customer leaves the cart and spends much time on the HTML pages, their session will time out and they will lose whatever is in their cart (unless they are logged in).

There is a Sidebox Anywhere mod that can let you show some Zen Cart content on the HTML pages.

The best solution long-term is to make your ZC home page and some other pages replicate the current contents, and have one system for the whole site.

5 Feb 2008, 5:23 AM
#3
kobra avatar

kobra

Black Belt

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

Re: Integrating the cart with an existing website

Looking at what you currently have - Your best option is to make Zen Cart your site and including your current content with Zen Cart pages with the replacement/abandonment of what you have

5 Feb 2008, 3:14 PM
#4
patrick_mathews avatar

patrick_mathews

New Zenner

Join Date:
Jan 2008
Posts:
29
Plugin Contributions:
0

Re: Integrating the cart with an existing website

I think I like the idea of having everything in Zen. Just for consistency sake. Now I just have to figure out how to put 5 or so static html pages and one secure form as pages in zen.

5 Feb 2008, 3:30 PM
#5
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Integrating the cart with an existing website

You can use EZ-pages for the static html. Take a peek at the Fan Odyssey site in my sig. I used EZ-pages to integrate information from the old site. Look under "Past Events".

HTH!

10 Feb 2008, 7:48 PM
#6
patrick_mathews avatar

patrick_mathews

New Zenner

Join Date:
Jan 2008
Posts:
29
Plugin Contributions:
0

Re: Integrating the cart with an existing website

This is what I"m going to do - thanks for the tip - I see you changed the title of the side box to past events - how is that done?

10 Feb 2008, 7:51 PM
#7
Kim avatar

Kim

Obaa-san

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

Re: Integrating the cart with an existing website

10 Feb 2008, 7:52 PM
#8
kobra avatar

kobra

Black Belt

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

Re: Integrating the cart with an existing website

I see you changed the title of the side box to past events - how is that done?
Edit aa copy of includes/languages/english.php find the current text as a defines and change the text between the pair of single quotes - do not remove these

11 Feb 2008, 3:34 AM
#9
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Integrating the cart with an existing website

kobra:

Edit aa copy of includes/languages/english.php find the current text as a defines and change the text between the pair of single quotes - do not remove these

Yup, what Kobra said. :smile:

The whole thing was pretty easy to do since I pretty much copied sections of the existing html pages and dropped them into EZ-pages. It was much simpler than I thought and I got to retain some of the old content.