Jump to content

xyncro

Member
  • Posts

    198
  • Joined

  • Last visited

Posts posted by xyncro

  1. Hi broady!

    yes.. i'm here.. :D

    nice to hear that one care for another... :) thx..!!

    i've been busy lately with an unfortunate thing that happened 3 weeks ago..

    my brothers 8 months pregnant girlfriend collapsed and ended up in coma, from a sting or bite from a tick - borealis (i don't know if i got this rite)..

    anyway.. she's ok now thank god, and so's the little one...

    and as for my store... well... B)

    i had to get hold of a guy helping me to do a major modification of the advanced shipping mod in my store.. he's still working with it thoo..

    it'll be a specially tuned up swedish shipping mod, to offer customers even the cheapest shipping.. :)

    hope everything is ok with you and that your store is blooming...

    thx again..

    /Bertil

  2. ...... :D

    super... this thing was really for me... :wacko:

    great functionallity there... thx cbunting!!

    i fiddled a little with the files and even managed to install it in admin/settings

    with good result

    so....

    to those of you who want that: :)

    in admin/edit_settings.php around line 171

    find:

    ===

    <td valign=\"top\"><textarea name=\"welcome_note\" value=\"\" cols=\"55\" rows=\"7\">".htmlspecialchars($welcome_note)."</textarea>

          </td>

          <td bgcolor=\"$color_1\" valign=\"top\">$la_store_welcom_msg_desc</td>

        </tr>

    <tr bgcolor=\"$colour_1\">

    replace with:

    ========

    <td width=\"400\" valign=\"top\">";

    ?>

    <textarea name="welcome_note" style="width:600; height:200">

    <? echo"$welcome_note"; ?>

    </textarea><br>

    <script language="javascript1.2">

    var config = new Object();    // create new config object

    editor_generate('welcome_note');

    </script>

    <? echo"<td valign=\"top\">$la_store_welcom_msg_desc</td>

        </tr>

    <tr bgcolor=\"$colour_1\">

    that should do the trick....

    cheers!! :P

×
×
  • Create New...