Footer Menu with Columns

[quote name='brandonvd' timestamp='1332218884' post='133455']

Just add it to your languages in Administration => Languages



Just click “Add Language Variable”



For the variable, put:



log_out



For the value, put:



Log Out



And you'll be all set.



Thanks,



Brandon

[/quote]



Hmmm…that didn't work for some reason. It seems to be hard wired somewhere I just don't know where. I dug around a bit, but no luck yet.

[quote name=‘akistdm’ timestamp=‘1329228977’ post=‘131226’]

Thanks dvs nice job! (ΕυχαριστούμΕ!πολύ καλή δουλΕιά!ΆντΕ να μην λένΕ οι ξένοι ότι παμΕ πίσω :) )

[/quote]



οι ξΕνοι Ειναι απο πισω μας!!

Umm, seems to be working apart from I can't see the links, they are there if I highlight them and I can click on them. Have tried to change the color but may not have been doing it in the right place, also can't get a background color to show

Hi,



Give a url and I will give the css overrides you need.



Fotis

Hello,

I'm really new to code and figuring out how and where to put files in my Cpanel, so I'm trying to figure out how to install this addon. I have the multivendor version. I downloaded the file, transferred it to my addon folder and extracted the files from my Cpanel. What do I do next? I didnt see anything added to my admin 'addon page'. Any help to a newbie would be appreciated!

Thank you in advance for your help,

Austin Upcycler

Hi you must upload and extract the zip in the root and not in the addons folder.



Thats why you didnt see anything.



Try again and let me know



Fotis

hi Fotis, i wonder if i can change the company information column ?

i want to change it as the "general information ", and add other links.

Could you please tell me how to change it ?



Thank you

Hi Londonman



Try in the file bottom_links.override in skins\your skin\customer\addons\bottom_menu\hooks\index



at line 74, to change it you own way.


```php


{$settings.Company.company_name}



  • {$settings.Company.company_address},

  • {$settings.Company.company_zipcode} {$settings.Company.company_city}


  • {$lang.phone}.{$settings.Company.company_phone}

  • {$lang.fax}.{$settings.Company.company_fax}



```

Replace all info in
  • ...
  • to your wish, like links as you said.
    And dont forget the heading in

    ...

    also.

    Hope this helps

    Fotis

    hi there. I am back. finally the footer menu is working perfectly on my multi vendor shop.

    One question I have is how can I change the font color, the litle link marks (triangles) color and the button on email subscribe .

    Thats all

    Thanks again for the addon

    [quote name='grafman' timestamp='1334842438' post='135103']

    hi there. I am back. finally the footer menu is working perfectly on my multi vendor shop.

    One question I have is how can I change the font color, the litle link marks (triangles) color and the button on email subscribe .

    Thats all

    Thanks again for the addon

    [/quote]





    Hi grafman,



    Right now it inherits this css form cs-cart skin

    But its all in the file bottom_links.override in skins\your skin\customer\addons\bottom_menu\hooks\index.

    You need to change the css line 1 to 64.



    Add at the end this for button



    #footer .button-submit-action, #footer .button-submit, #footer .button-submit-big, #footer .button, #footer .button-action, #footer .button-big {ldelim}
    background: YOUR CSS FOR BUTTON;
    {rdelim}




    and this code for the list style (triangles) through css


    #footer .quick-links ul {ldelim}
    list-style-type: disc; or
    {rdelim}






    or this for a small image



    #footer .quick-links ul li {ldelim}
    background: url(your-image) no-repeat scroll 3px 4px transparent;
    margin-left: -19px;
    padding-left: 17px;
    {rdelim}





    #footer .quick-links ul {ldelim}
    list-style-type: none;
    margin-left: 5px;
    padding-left: 19px;
    width: 201px;
    overflow:hid den;
    {rdelim}




    let me know how it turned out.



    If you have issues with the css then pm your url to send you exactly the css you need.



    Fotis

    [quote name='dvsgr' timestamp='1334168015' post='134653']

    Hi you must upload and extract the zip in the root and not in the addons folder.



    Thats why you didnt see anything.



    Try again and let me know



    Fotis

    [/quote]

    [quote name='dvsgr' timestamp='1334168015' post='134653']

    Hi you must upload and extract the zip in the root and not in the addons folder.



    Thats why you didnt see anything.



    Try again and let me know



    Fotis

    [/quote]

    [quote name='dvsgr' timestamp='1334857283' post='135130']

    Hi grafman,



    Right now it inherits this css form cs-cart skin

    But its all in the file bottom_links.override in skins\your skin\customer\addons\bottom_menu\hooks\index.

    You need to change the css line 1 to 64.



    Add at the end this for button



    #footer .button-submit-action, #footer .button-submit, #footer .button-submit-big, #footer .button, #footer .button-action, #footer .button-big {ldelim}
    background: YOUR CSS FOR BUTTON;
    {rdelim}




    and this code for the list style (triangles) through css


    #footer .quick-links ul {ldelim}
    list-style-type: disc; or
    {rdelim}






    or this for a small image



    #footer .quick-links ul li {ldelim}
    background: url(your-image) no-repeat scroll 3px 4px transparent;
    margin-left: -19px;
    padding-left: 17px;
    {rdelim}





    #footer .quick-links ul {ldelim}
    list-style-type: none;
    margin-left: 5px;
    padding-left: 19px;
    width: 201px;
    overflow:hid den;
    {rdelim}




    let me know how it turned out.



    If you have issues with the css then pm your url to send you exactly the css you need.



    Fotis

    [/quote]



    I just need a simple rectangular white button.

    And another question. Is there any way for clients to upload their own images e.g for printing ??

    ευχαριστω και καλημερα

    Ok for file upoad try this.



    Add your product then choose the options tab at the top. In the click add option the choose “file” as the option type. This will allow them to upload a file. If you want them to be able to add more than 1 file check the “multiupload” file box.

    Also if you are planning on having this file option on many products probably worth while setting it up as 1 global option and then adding the global option to all products in 1 go.



    Fotis

    εισαι θεός. Thanks

    I do not know. please you can say again a few more details…

    C:\AppServ\www\cscart\upload\skins\toy_store

    after i copy and pass:

    Hi there selenhuynh,



    You have copy it wrong!



    You have to put it in root that is the public HTML or www folder where also folders like var, skins , js, library etc are located.



    So delete all those marked files and try again.



    Keep all files in the original two folders.



    That is addons and var. They will then go in place. You don't have to copy any files just the 2 folders in the zip file.



    Fotis

    Hi There dvsgr

    Thank you





    [size=5]I would like to redesign the title bar for the same post…[/size]



    Hi



    Give a url

    [quote name='dvsgr' timestamp='1336314492' post='135952']

    Hi





    [size=5]I would like to redesign the title bar for the same post…[/size]











    Give a url

    [/quote]



    [center]http://www.codingstaff.com[/center]