[MOD] Show product name while editing

For Articles relating to more than one ISC version
Post Reply
Martin
Site Admin
Site Admin
Posts: 1854
Joined: Wed Jun 17, 2009 6:30 pm
Location: South Yorkshire UK
Contact:

[MOD] Show product name while editing

Post by Martin »

(Original Author Moe80)

This hack displays the product name clearly on the edit product page. Allowing you to refer to the product you're editing.

in admin/templates/product.form.tpl

Find:

Code: Select all

<td class="Heading1">%%GLOBAL_Title%%</td>
And replace it with this:

Code: Select all

<td class="Heading1">%%GLOBAL_Title%%  &nbsp;&nbsp;<i><font color="red"> %%GLOBAL_ProdName%%</font></i> </td>
Always remember to BACKUP!!

Hope this helped..
The Impossible can be on your desk by lunchtime, Miracles will take a little longer
SnailSolution Interspire Mods/Hacks store
Tony Barnes
Posts: 744
Joined: Thu Jun 18, 2009 8:59 am

Re: [MOD] Show product name while editing

Post by Tony Barnes »

This is a great simple change, lord knows why it's not standard!
manamana
Confirmed
Confirmed
Posts: 21
Joined: Wed Jun 17, 2009 11:28 pm

Re: [MOD] Show product name while editing

Post by manamana »

Tony Barnes wrote:This is a great simple change, lord knows why it's not standard!
Agreed! Thanks for including it here.
ISC 5.0.5 Multi-Vendor Edition - Already abandoned ship for CS-Cart 2.0 - LOVE IT!
SamX
Posts: 14
Joined: Thu Jul 09, 2009 11:26 pm

Re: [MOD] Show product name while editing

Post by SamX »

On ISC6 the code is:
<td class="Heading1">{{ Title|safe }}&nbsp;&nbsp;<i><font color="red"> {{ ProdName|safe }}</font></i> </td>
ISC 6.1.1 Multi-Vendor Edition
jesterstrickbits
Posts: 18
Joined: Thu Dec 09, 2010 8:47 am
Location: somewhere sunny :-P
Contact:

Re: [MOD] Show product name while editing

Post by jesterstrickbits »

Thank you, thank you, thank you!
This does make editting much easier! (and thanks to SamX for the ISC6 edit)

Tracey
Tracey

http://www.jesterstrickbits.co.uk
Aftermarket accessories for motorcycles, track bikes and streetfighters
Follow us on twitter http://www.twitter.com/jesterstb
A man is as good as he has to be and a woman as bad as she dares
DBMAN
Posts: 56
Joined: Sat Dec 25, 2010 1:18 am

Re: [MOD] Show product name while editing

Post by DBMAN »

Forgot all about this great one after changing things.

Thanks, big help. :D
xukc
Posts: 3
Joined: Tue May 17, 2011 9:45 pm
Location: UK

Re: [MOD] Show product name while editing

Post by xukc »

Any ideas how to add the SKU to the product title as well? :roll:
xaminha
Posts: 2
Joined: Mon Dec 03, 2012 9:33 am

Re: [MOD] Show product name while editing

Post by xaminha »

in 6.1.9

Code: Select all

<td class="Heading1">{{ Title|raw }} - <b>{{ ProdName|raw }}</b></td>
Post Reply