Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shopping Cart question from a newbie


world2er

Recommended Posts

I just want to use the catalog features of oscommerce, not the shopping cart ... How do I disable it ?

 

What I want to do is create an online "gallery" of sorts ... Not selling anything, just want to display items & descriptions ...

 

Thanks in advance for your replies :D

Link to comment
Share on other sites

Mainly, you would change the price display: /catalog/includes/classes/currencies.php is a function for display at the bottom. Set it to return ''; that's two single quotes btw.

 

Then where the turn off the Buy Now buttons in the Admin. Then turn off the In Cart button on /catalog/product_info.php

 

Comment out the link to the Shopping Cart and Login in /catalog/includes/header.php and remove the images to those pages as well.

 

You can then edit any other specifics referring to prices in a similar manner.

 

Later to make this a clean Gallery, you would want to edit the /catalog/includes/application_top.php file and set any redirects away from the login, shopping cart, etc. incase people enter in a specific address knowing how the shop works.

 

If you need additional help creating a gallery, you can email me on it.

 

Sounds easy, eh? :shock:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...