Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Integrating Oscommerce Site with HTML Site


toryj

Recommended Posts

Posted

I have a client that has an HTML site (using a Dreamweaver template) combined with an Oscommerce site. He would like to be able to do the product descriptions in the HTML site so he can make the updates using Dreamweaver which allows him more flexibility in terms of layout and images.

 

The Problem:

When the user clicks between the Oscommerce site and the HTML site the session ID is lost which empties the shopping cart. (The sidebar navigation was identical in both sites and hard coded.)

 

From what I have read the HTML site will need to be converted to PHP and some code will need to be added to the pages. I also assume that the navigation will needed to be coded differently.

Posted

we use the following code for the buy now buttons on the html side of our site.

 

http://www.website.com/catalog/index.php?action=buy_now&products_id=32

 

just change the product id number to whatever the number is of that product. 32 was just an example.

 

we've never had any problem with the cart being emptied as they go back and forth between the sites.

 

is this the same code you're using?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...