Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Model Number From Showing


stickygrafix

Recommended Posts

Posted

I really like how my layout is starting to come together but I noticed that to use easy populate, I HAVE to put in a product_model number or else it gets uploaded all screwy. Question is, is there a way I can go in and edit a file so that when you are viewing the cart you don't even see the product numer; just the product description and product name???? Please, if anyone knows how to accomplish this, I'd be very greatful!!!!!

Posted

osC admin panel --> Configuration --> Product Listing - Display Product Model - reset to zero.

 

Vger

Posted

Thanks for the quick reply. I reset it to zero but it is still showing when I am viewing the product. Can this not be taken off? Here is a screenshot of what I am talking about. If anyone knows, please let me know. I don't have to have a product number when adding a product 1 by 1 but if I use easy populate I have to put them or else the easy populate screws up the product listings. Anyway, below is what I'm talking about. I'd also like to remove the whole "this product was added to our catalog on" thing too if this is possible. Thanks everyone!

 

 

model.jpg

Posted

Nevermind, I found the file to edit. I just removed the coding for the products_model in catalog/product_info.php and it worked like a charm. Now to work on the removal of the "this product added" and I'll be set. Thanks everyone!

Posted

Go to languages\product_info.php

 

About line 16 replace

 

define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');

 

with

 

define('TEXT_DATE_ADDED', '');

 

It worked for me anyhow

 

JM

  • 2 years later...
Posted
Nevermind, I found the file to edit. I just removed the coding for the products_model in catalog/product_info.php and it worked like a charm!

 

Yes, I know this post is over two years old. However, I'm trying to do the same thing: When looking at an individual product, it lists the title and the model. I want to remove the model.

 

When I remove the coding for the products_model in catalog/product_info.php, instead of the item reading DVD Player [sony], it says DVD Player [array].

 

Has the way to remove the model changed or am I modifying the code wrong?

 

Thanks!

Archived

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

×
×
  • Create New...