Jump to content

Rename and move "reference" option.


wutekk

Recommended Posts

Hi.

We had some customers complaining about missing part number for our products.

 

I was thinking about it and in multiple choice products eg. http://timage.eu/site/deck-fillers/319-501Deckfiller.html

 

we could use "reference" as part number because you can stick correct part number for each variation.

 

The question is. Can the "reference" be renamed to "Part Number" and can this be moved down to the position just above the price?

 

Please advise.

 

Link to comment
Share on other sites

Good morning

 

You can change it to Part Number if you go to:

 

/public_html/Your Shop/themes/default/product.tpl

 

Around line 333 

 

{/if}
<p id="product_reference" {if isset($groups) OR !$product->reference}style="display: none;"{/if}>
<label>{l s='Reference:'} </label>  Change this to Part Number
<span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span>
</p>
 
Result:
 
Hope this helps
 
Paul
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...