Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / modify special textarea in admin

modify special textarea in admin

Views: 579

Results 1 to 5 of 5
30 Aug 2012, 3:53 PM
#1
navido avatar

navido

Zen Follower

Join Date:
Sep 2008
Posts:
221
Plugin Contributions:
0

modify special textarea in admin

Ive searched without finding any relevant info for this one

The textarea when i go to Admin - specials - new. Where can i modify the size of this area where it displays the products? It is too small on 1.3.8.

Thanks

30 Aug 2012, 6:01 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: modify special textarea in admin

While it may look similar to one, it's not a textarea. It's a multi-line pulldown.

/admin/specials.php
Change the 15 to something else:

            <td class="main"><?php echo (isset($sInfo->products_name)) ? $sInfo->products_name . ' <small>(' . $currencies->format($sInfo->products_price) . ')</small>' : zen_draw_products_pull_down('products_id', '[B]size="15"[/B] style="font-size:12px"', $specials_array, true, $_GET['add_products_id'], true); echo zen_draw_hidden_field('products_price', (isset($sInfo->products_price) ? $sInfo->products_price : '')); ?></td>
6 Sep 2012, 11:54 PM
#3
navido avatar

navido

Zen Follower

Join Date:
Sep 2008
Posts:
221
Plugin Contributions:
0

Re: modify special textarea in admin

Thank you very much for taking time to reply..it is much easier to work now.

7 Sep 2012, 12:33 AM
#4
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,777
Plugin Contributions:
11

Re: modify special textarea in admin

If you are on 1.3.8, you need to update yesterday. As you are using a vulnerable, 6 year old version that will probably be hacked. Move up to at least 1.3.9h till you know which mods are compatible with 1.5.0.

7 Sep 2012, 12:50 AM
#5
navido avatar

navido

Zen Follower

Join Date:
Sep 2008
Posts:
221
Plugin Contributions:
0

Re: modify special textarea in admin

seems my post didnt got posted so i try again

Yes you are right and i am fully aware of it. I want to upgrade to the newest one, but i have many mods installed and if i upgrade, then all the mods must be upgraded too. I dont know anyone who can help me neither :huh: