LemonStand Forum: Logos - LemonStand Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Logos

#1 User is offline   NickToye 

  • LemonElite
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 492
  • Joined: 09-July 10

Posted 05 December 2010 - 03:13 PM

Is there no way to upload an image that can act as the logo for the front-end?

If not, can we have one? :)
0

#2 User is offline   Aleksey 

  • Co-Founder
  • Group: +Administrators
  • Posts: 4,066
  • Joined: 31-October 09

Posted 05 December 2010 - 04:34 PM

Hi, Nick!

You can use the company logo, I think (System/Settings/Customize). You can use the following code for displaying the company logo in the front-end:

<? if (Shop_CompanyInformation::get()->logo->count): ?>
   <img src="<?= Shop_CompanyInformation::get()->logo[0]->getThumbnailPath(100, 'auto') ?>" alt=""/>
<? endif ?>


I hope this helps

Thanks!

#3 User is offline   NickToye 

  • LemonElite
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 492
  • Joined: 09-July 10

Posted 05 December 2010 - 04:38 PM

It does, thanks. Was that by design or just a quick solution?
0

#4 User is offline   Aleksey 

  • Co-Founder
  • Group: +Administrators
  • Posts: 4,066
  • Joined: 31-October 09

Posted 05 December 2010 - 04:42 PM

Quote

It does, thanks. Was that by design or just a quick solution?


It is difficult to reply on this question, because in LemonStand we use pure API on almost every page. But this specific approach is not documented yet, so you can consider it as a quick solution :-)

Thanks

#5 User is offline   NickToye 

  • LemonElite
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 492
  • Joined: 09-July 10

Posted 05 December 2010 - 04:44 PM

sorry what I meant was the functionality meant to be for admin only, but you can trick the system for frontend too?
0

#6 User is offline   Aleksey 

  • Co-Founder
  • Group: +Administrators
  • Posts: 4,066
  • Joined: 31-October 09

Posted 05 December 2010 - 04:46 PM

Ah, I see. There is no a separate front-end logo field now. Do you need we to add it?

#7 User is offline   NickToye 

  • LemonElite
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 492
  • Joined: 09-July 10

Posted 05 December 2010 - 04:49 PM

Well it was just a suggestion.

If enough people want it then sure. I think it all comes under having content like contact details, social networking accounts, email addresses, postal addresses and company logo. Could be it's own category in the settings.
0

#8 User is offline   Aleksey 

  • Co-Founder
  • Group: +Administrators
  • Posts: 4,066
  • Joined: 31-October 09

Posted 05 December 2010 - 04:51 PM

Sounds good. Added to the roadmap. Thanks.

Share this topic:


Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users