Adding some text in ''short description''

mikx

No avatar

2007-07-23 16:25

Hello guys!
I want to add some text in short description of product, so when I go to add new product that text already is in text box of short description so I can change it a little bit and that's it
I hope you understand me!
thanx

» Quick.Cart v2.x

mikx

No avatar

2007-07-23 16:31

here is picture
http://img489.imageshack.us/img489/7171/screenlu3.jpg

thank you very much

u're the best

treewood (OpenSolution)

Avatar: treewood

2007-07-24 08:03

mikx - edit actions_admin/products.php and go to line: 56. After add this:

$aData['sDescriptionShort'] = 'Some start text';

Should work when You want add new product

mikx

No avatar

2007-07-24 12:00

thank you very much treewood

mikx

No avatar

2007-07-24 12:16

it doesn't work - can you tell me what I need to change in this lines for shortdescription

$aData['sDescriptionShort'] = changeTxt( $aData['sDescriptionShort'], 'nlNds' );
$aData['sDescriptionFull'] = changeTxt( $aData['sDescriptionFull'], 'nlNds' );

treewood (OpenSolution)

Avatar: treewood

2007-07-24 16:15

mikx - find this in file actions_admin/products.php:

$aData['aCategories']       = Array( );

and add under this:

$aData['sDescriptionShort'] = 'Some start text';

mikx

No avatar

2007-07-25 16:38

you're a legend
thank yoyu

Back to top
about us | contact