thadunno Posted June 1, 2014 Share Posted June 1, 2014 Hi I have a product that comes in different colours. I have set the colours up in attributes and that works fine, but I also wish to write the colours in text format. I have been using the reference field for this, but on the product page it displays "Model Black" instead of just "Black". How do I get rid of the "Model" text? Thanks! Link to comment Share on other sites More sharing options...
vekia Posted June 1, 2014 Share Posted June 1, 2014 hello it can be related to the fact that your theme uses "Model" instead of "reference" (translation) can you share the url? Link to comment Share on other sites More sharing options...
thadunno Posted June 1, 2014 Author Share Posted June 1, 2014 Hi Vekia I'm actually developing locally at the moment so I don't have a URL to share. I guess that doesn't make it easy! It's the default theme with 1.6 if that helps? Thanks Link to comment Share on other sites More sharing options...
Dh42 Posted June 1, 2014 Share Posted June 1, 2014 Try adding this to your product.css file #product_reference > label {display:none} Link to comment Share on other sites More sharing options...
thadunno Posted June 1, 2014 Author Share Posted June 1, 2014 That did the job! Thanks a lot! Link to comment Share on other sites More sharing options...
DJAd Posted November 14, 2014 Share Posted November 14, 2014 (edited) Hi guys. I would like to change the text on the product page from "model" to say "part number". How do I go about this? Thanks Edited November 14, 2014 by DJAd (see edit history) Link to comment Share on other sites More sharing options...
franek Posted December 21, 2014 Share Posted December 21, 2014 Hi! I have a similar problem. I would like not to show at all the line Model:<reference #> as I set my reference number as my internal shop code. Is there any way? Thanks! Link to comment Share on other sites More sharing options...
franek Posted December 30, 2014 Share Posted December 30, 2014 Hey guys, any reply on this? Link to comment Share on other sites More sharing options...
Dh42 Posted December 30, 2014 Share Posted December 30, 2014 I don't guess I understand what you are trying to do. Link to comment Share on other sites More sharing options...
franek Posted December 30, 2014 Share Posted December 30, 2014 Hi Dh42, I made a mass products upload using a csv I prepared. On the column reference # I've for each product an internal code that I will use in a further time to manage my warehouse. This code is showing at every product description. See on screenshot: https://www.flickr.com/photos/128592413@N07/ Being it an internal code, I wouldn't want it to show. Is there a way to hide it? Thanks! Link to comment Share on other sites More sharing options...
Dh42 Posted December 30, 2014 Share Posted December 30, 2014 Do you have a link to your site and I can give you the css to add to the products.css Link to comment Share on other sites More sharing options...
franek Posted December 30, 2014 Share Posted December 30, 2014 www.vegomania.com FO Thanks! Link to comment Share on other sites More sharing options...
Dh42 Posted December 30, 2014 Share Posted December 30, 2014 Add this to your product.css file #product_reference {display:none} Link to comment Share on other sites More sharing options...
franek Posted December 30, 2014 Share Posted December 30, 2014 It works, thanks!! Link to comment Share on other sites More sharing options...
RobS Posted January 1, 2015 Share Posted January 1, 2015 Hello I too was wanting to remove the label "Model" from the Product Page and I did see the solution here. I located the product.css file but may I ask if someone can tell me where in the file do I place the line #product_reference > label {display:none} If someone could help that would be great. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts