stickygrafix Posted December 8, 2005 Posted December 8, 2005 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!!!!!
♥Vger Posted December 8, 2005 Posted December 8, 2005 osC admin panel --> Configuration --> Product Listing - Display Product Model - reset to zero. Vger
stickygrafix Posted December 8, 2005 Author Posted December 8, 2005 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!
stickygrafix Posted December 8, 2005 Author Posted December 8, 2005 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!
Guest Posted December 8, 2005 Posted December 8, 2005 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
paulb104 Posted April 8, 2008 Posted April 8, 2008 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.