Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Configure for "just catalog" (not selling anything)


matiasar

Recommended Posts

I'm new to OSCommerce (version 2.3.1), I have installed and started learning configure options.

 

I have the following doubt: Is it possible to configure OsComm to operate as a simple catalog of products without buying options?

In case is possible, I can do it through web gui administrative tool? Or should I dig into the code?

 

May be just removing "Buy now" and "Add to cart" buttons would be enough...

 

Thanks in advance,

Matías

Link to comment
Share on other sites

Set all quantities to 0,

then go admin configuration>stock>allow checkout false.

 

Remove buy now (add to cart buttons)

Then go to admin>>modules>>boxes>>shopping cart = False

 

That should get you pretty close.

Link to comment
Share on other sites

NodsDorf, thanks a lot for your answer!! I'll give it a try soon.

It seems it will get pretty close.

 

 

Set all quantities to 0,

then go admin configuration>stock>allow checkout false.

 

Remove buy now (add to cart buttons)

Then go to admin>>modules>>boxes>>shopping cart = False

 

That should get you pretty close.

Link to comment
Share on other sites

Well, I tried it. I followed these steps but despite I removed shopping cart

By: admin>>modules>>boxes>>shopping cart = False

(and even uninstalled that module) the shopping cart button remains.

 

Is there any action for this change to take effect?

 

Set all quantities to 0,

then go admin configuration>stock>allow checkout false.

 

Remove buy now (add to cart buttons)

Then go to admin>>modules>>boxes>>shopping cart = False

 

That should get you pretty close.

Link to comment
Share on other sites

The catalog/index.php page will create "Buy Now' buttons, and the catalog/product_info.php will create "add to cart" buttons. You'll need to manually go comment those calls out.

Link to comment
Share on other sites

Thanks a lot. It worked.

I also modified catalog/includes/header.php just to not to show "View Cart" and other buttons, not necessaries if oscommerce would work as a simple catalog (not shop).

 

The catalog/index.php page will create "Buy Now' buttons, and the catalog/product_info.php will create "add to cart" buttons. You'll need to manually go comment those calls out.

Link to comment
Share on other sites

  • 1 month later...

Archived

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

×
×
  • Create New...