osCmax v2.5 User Manual
Results 1 to 10 of 10

How do you change the OSCMAX logo with your store logo

This is a discussion on How do you change the OSCMAX logo with your store logo within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; In OSCommerce you added you image in the images folder and then in the includes.header.php on line 57 you changed ...

      
  1. #1
    New Member
    Join Date
    Aug 2009
    Location
    Calgary, Alberta
    Posts
    9
    Rep Power
    0


    Default How do you change the OSCMAX logo with your store logo

    In OSCommerce you added you image in the images folder and then in the includes.header.php on line 57 you changed oscommerce.gif with the image you stored in the images folder....easy

    In OscMax 2.2 I, for the life of me, can not figure out where to change the OscMax logo to my store logo. I see that the header.php no longer exists. I still assume that I still would put my image in the main image folder?

    I found main_page.tpl.php file in catalog/templates/aabox, but I can't figure out which line to edit with my new image. I can't find anything that says logo ...

    Can some one please help me?
    Last edited by twa_mr; 08-22-2009 at 10:46 PM. Reason: spelling

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: How do you change the OSCMAX logo with your store logo

    Edit ...

    Code:
        <td width="750"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'OSCMAX_top.jpg', 'osCommerce taken to the max!') . '</a>'; ?></td>
    You should read up on BTS since osCmax is built on a template system which is the biggest change from stock oscommerce ... you will find all the content in /catalog/templates/<your template>/content with the main control template being main_page.tpl.php.

    Regards,
    pgmarshall
    _______________________________

  3. #3
    New Member
    Join Date
    Aug 2009
    Location
    Calgary, Alberta
    Posts
    9
    Rep Power
    0


    Default Re: How do you change the OSCMAX logo with your store logo

    Quote Originally Posted by pgmarshall View Post
    Edit ...

    Code:
        <td width="750"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'OSCMAX_top.jpg', 'osCommerce taken to the max!') . '</a>'; ?></td>
    You should read up on BTS since osCmax is built on a template system which is the biggest change from stock oscommerce ... you will find all the content in /catalog/templates/<your template>/content with the main control template being main_page.tpl.php.

    Regards,
    I tried that one, but it did not change anything for me. I end us going to the following file:
    /catolog/templates/fallback/main_page.tpl.php

    and changing the following line:
    <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'Star1.gif', STORE_NAME) . '</a>'; ?></td>
    whereby 'Star1.gif' replaces the default 'store_logo.gif'

    Now the extra question... what is BTS and where do I find documentation on it to read up on? I have tried doing search on this site and had 0 results.....

    Power comes from information and information is always power!

  4. #4
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Smile Re: How do you change the OSCMAX logo with your store logo

    Try here

    BTS is a very powerful and very good system.

    Basically all the files are stored in templates

    You need to create a new template folder ... if your store can not find the file it wants in <your template> folder it uses the one from fallback.

    Good luck with your store ...

    Regards,
    pgmarshall
    _______________________________

  5. #5
    New Member
    Join Date
    May 2010
    Posts
    29
    Rep Power
    0


    Default Re: How do you change the OSCMAX logo with your store logo

    I have had a bit of trouble finding where to change to my own logo, going to have look at the BTS link.

    I changed the store_logo.gif in the fallback/images folder but none of the logos changed. I had to change the catalog/images/store_logo.gif file. Is that the correct way to do it?
    Last edited by tdwuk; 05-19-2010 at 06:52 AM.

  6. #6
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Default Re: How do you change the OSCMAX logo with your store logo

    In OscMax 2.2
    Hey where's that!!! Who's been holdin' out on me?
    Hosting plans with installation, configuration, contributions, support and maintenance.

  7. #7
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Default Re: How do you change the OSCMAX logo with your store logo

    I tell ya, PGM: Go to all that trouble of updating the wiki, for why I ask? For why?
    Hosting plans with installation, configuration, contributions, support and maintenance.

  8. #8
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Smile Re: How do you change the OSCMAX logo with your store logo

    Go to all that trouble of updating the wiki, for why I ask? For why?
    I am hoping that some people read it - don't want to think we all waste hours of our time typing nice helpful guide to using osCMax and people don't read them!!

    I even use it myself sometimes! It did help me when I started out using osCMax a while back ... I am sure that software packages live and die by their documentation so it should be worth it in the end ... (hopefully!)

    Regards,
    pgmarshall
    _______________________________

  9. #9
    New Member
    Join Date
    May 2010
    Posts
    29
    Rep Power
    0


    Default Re: How do you change the OSCMAX logo with your store logo

    Reading the wiki http://wiki.oscdox.com/how_to thanks

  10. #10
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Default Re: How do you change the OSCMAX logo with your store logo

    Note for reference:
    Mar 30th; Template fixed r448 - oscmax2 - Project Hosting on Google Code
    Hosting plans with installation, configuration, contributions, support and maintenance.

Similar Threads

  1. Store Logo
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-03-2009, 08:01 PM
  2. PRINT INVOICE with store LOGO???
    By Kyle_Bassett in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 10-18-2005, 07:27 PM
  3. Where do I change my store logo?
    By jak211 in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 01-02-2005, 04:32 PM
  4. How do you change the OSCOMMERCE logo with your store logo
    By Matias in forum osCommerce 2.2 Modification Help
    Replies: 7
    Last Post: 10-31-2004, 11:14 AM
  5. Problem with osC-PrintOrder with Store Logo v1.0
    By knullhund in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 03-26-2004, 05:12 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •