Is there no way to upload an image that can act as the logo for the front-end?
If not, can we have one? :)
Page 1 of 1
Logos
#2
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:
I hope this helps
Thanks!
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!
#4
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
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?
#6
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
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.
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.
Share this topic:
Page 1 of 1

Help












