Forums / Setting Up Categories, Products, Attributes / Add hyperlink to option name

Add hyperlink to option name

Results 1 to 6 of 6
19 Aug 2014, 21:59
#1
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Posts:
477
Plugin Contributions:
0

Add hyperlink to option name

Hi
Is there anyway to add a hyperlink to the option name (attributes section) there is not enough space to add it there , I have managed to get it the comments section but I don't want it there ,otherwise will have to make a comment for each item

thanks for any help
19 Aug 2014, 22:51
#2
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,907
Plugin Contributions:
1

Re: Add hyperlink to option name

Andy-C27:

Hi
Is there anyway to add a hyperlink to the option name (attributes section) there is not enough space to add it there , I have managed to get it the comments section but I don't want it there ,otherwise will have to make a comment for each item

thanks for any help


What do you mean there is not enough room? Where is there not enough room?
20 Aug 2014, 05:54
#3
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Posts:
1,326
Plugin Contributions:
0

Re: Add hyperlink to option name

Andy-C27:

Hi
Is there anyway to add a hyperlink to the option name (attributes section) there is not enough space to add it there , I have managed to get it the comments section but I don't want it there ,otherwise will have to make a comment for each item

thanks for any help


You should be able to do it by increasing the length of the characters in the database table. In phpmyadmin (if that's what you use) - 'products_options' table - under the 'structure' tab - change the 'length/values' of row 'products_options_name' from the default of 32 to the length you need, 256 or 512 perhaps. I use html <a href code in my 'products_options_values_name' so can't see why it shouldn't work in 'products_options_name'
20 Aug 2014, 07:16
#4
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Posts:
477
Plugin Contributions:
0

Re: Add hyperlink to option name

Thank You ,it wasn't that 1 but you got me in the right place ,needed products_options_name increased that and was fine after ,hyperlinked the last word.
Did think to look in there but don't really like to fiddle around in there .. I learnt the hard way cost me loads to get my site back up again
20 Aug 2014, 07:31
#5
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Posts:
477
Plugin Contributions:
0

Re: Add hyperlink to option name

Sorry... still early in the morning re read your message correctly lol ,what you said was correct ,dunno why I thought something else
20 Aug 2014, 08:07
#6
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Posts:
1,326
Plugin Contributions:
0

Re: Add hyperlink to option name

That's ok, glad you got it sorted.