Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

suggested correction to _not_ show product_model


dmnalven

Recommended Posts

Posted
catalog/product_info.php, line 83:

if (tep_not_null($product_info['products_model'])) {

to

if (tep_not_null($product_info['products_model']) && PRODUCT_LIST_MODEL) {

Why not just turn it off in admin?

Posted

Without the code logic modification the admin setting is not used in my installation of the latest release.

 

I would be happy if others were to test this condition in advance of a bug report.

For ALL problems, please review this link first -> osCommerce Knowledge Base

Archived

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

×
×
  • Create New...