Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
kopaev
Topic Author
Posts: 10
Joined: 10 Apr 2011, 15:21

Вопросы по fotomoto.com

29 May 2011, 06:32

Уважаемые! Давайте по подробнее попробуем разжевать принцип работы fotomoto.com
1) Естественно что данное творение в России столь же необходимо как ежу футболка.. Но для забугорской стороны выглядит заманчиво
2) Каким образом происходит продажа фотографии? (я ТАК И НЕ ПОНЯЛ)
3) Если на сайте лежат ужатые фото с водяными знаками, то как в fotomoto.com запихнуть оригинал?
4) как будет происходить выплата гонораров владельцу сайта

Кто уже запустил сие творение на своем сайте, сскинте ссылку в личку пощюпать
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Вопросы по fotomoto.com

29 May 2011, 13:33

We have updated Fotomoto docs:
https://www.photo.gallery/blog/fotomoto/
 
User avatar
kopaev
Topic Author
Posts: 10
Joined: 10 Apr 2011, 15:21

Re: Вопросы по fotomoto.com

29 May 2011, 15:52

Это все понятно! Но зачем человеку покупать фото с водяным знаком? Как решить данную проблемму?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Вопросы по fotomoto.com

30 May 2011, 08:05

Здесь viewtopic.php?p=26414#p26414 Карл описал как происходит продажа фотографий через фото-мото.

Статья у них на сайте:
http://support.fotomoto.com/customer/po ... ked-images

Возможны два варианта развития событий:

1. Они запросят оригинал для печати.
http://support.fotomoto.com/customer/po ... eady-files
http://support.fotomoto.com/customer/po ... for-print-

2. Вы можете сообщить Fotomoto где искать оригиналы, тогда они загрузят их сами.
http://support.fotomoto.com/customer/po ... omatically
firedev.com
 
User avatar
Vegas
Posts: 16
Joined: 22 Aug 2012, 05:42

Re: Вопросы по fotomoto.com

22 Aug 2012, 07:08

А я бы хотел вообще из админки убрать пункт меню ФОТОМОТО. В чекбоксе Fotomoto {enabled} галочки нету. в каком файле кусок скрипта убрать? посоветуйте, пожалуйста
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Вопросы по fotomoto.com

22 Aug 2012, 22:01

iv-admin/templates/layout.phtml:
Code
<?php if (ivAcl::isAdmin()): ?>
				<li>
					<a  class="fotomoto <?php echo ('fotomoto' == $this->moduleName ? 'selected ' : ''); ?>" href="index.php?c=fotomoto" title="Fotomoto">Fotomoto</a>
				</li>
			<?php endif; ?>
firedev.com
 
User avatar
Vegas
Posts: 16
Joined: 22 Aug 2012, 05:42

Re: Вопросы по fotomoto.com

22 Aug 2012, 22:03

Nick wrote:iv-admin/templates/layout.phtml:
Code
<?php if (ivAcl::isAdmin()): ?>
				<li>
					<a  class="fotomoto <?php echo ('fotomoto' == $this->moduleName ? 'selected ' : ''); ?>" href="index.php?c=fotomoto" title="Fotomoto">Fotomoto</a>
				</li>
			<?php endif; ?>
Спасибо, Ник!
 
User avatar
Vegas
Posts: 16
Joined: 22 Aug 2012, 05:42

Re: Вопросы по fotomoto.com

12 Sep 2012, 10:37

а теперь ещё один вопрос.. убрать эту же вкладку в settings

Settings Controls Audioplayer Image Thumbnails Textpage Menu Misc Modules Seo Fotomoto Mobile


как?

Image

по сути, его в таком случае, и в контекстном меню не должно быть
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Вопросы по fotomoto.com

12 Sep 2012, 12:20

Для того чтобы убрать этот таб, придется вырезать всю секцию fotomoto is iv-includes/config.xml:
Code
<fotomoto>
			<enabled type="boolean" description="Enable or disable the Fotomoto shopping cart option. You will need Fotmoto account to use this option">false</enabled>
			<siteKey type="string" description="Your Fotomoto site key / Store ID"></siteKey>
			<product_menu type="boolean" description="Displays a fotomoto product submenu on mouse hover over the Fotomoto button in imagecontrols and maincontrols. If disabled, the menu will only react to click which is set in the option below">true</product_menu>
			<fotomotobutton_click type="enum" description="Sets the mouse-click event for the main fotomoto button. If set to 'menu', mouse-click will toggle the native Imagevue fotomoto dropdown menu. If set to 'window', mouse-click will immediately display the fotomoto window from it's default page." options="menu,window">menu</fotomotobutton_click>
			<default_page type="enum" description="Choose what default page the Fotomoto window opens on, unless a specific product-button is clicked. Default set to 'buy' shows the first product available for the item." options="buy,print,card,file,ecard">buy</default_page>
		</fotomoto>
firedev.com
 
User avatar
Vegas
Posts: 16
Joined: 22 Aug 2012, 05:42

Re: Вопросы по fotomoto.com

12 Sep 2012, 13:07

Nick wrote:Для того чтобы убрать этот таб, придется вырезать всю секцию fotomoto is iv-includes/config.xml:
Code
<fotomoto>
			<enabled type="boolean" description="Enable or disable the Fotomoto shopping cart option. You will need Fotmoto account to use this option">false</enabled>
			<siteKey type="string" description="Your Fotomoto site key / Store ID"></siteKey>
			<product_menu type="boolean" description="Displays a fotomoto product submenu on mouse hover over the Fotomoto button in imagecontrols and maincontrols. If disabled, the menu will only react to click which is set in the option below">true</product_menu>
			<fotomotobutton_click type="enum" description="Sets the mouse-click event for the main fotomoto button. If set to 'menu', mouse-click will toggle the native Imagevue fotomoto dropdown menu. If set to 'window', mouse-click will immediately display the fotomoto window from it's default page." options="menu,window">menu</fotomotobutton_click>
			<default_page type="enum" description="Choose what default page the Fotomoto window opens on, unless a specific product-button is clicked. Default set to 'buy' shows the first product available for the item." options="buy,print,card,file,ecard">buy</default_page>
		</fotomoto>

не беда. в большинстве случаев, когда скрипт нацелен на производство сайта без продаж, эта секция не нужна абсолютно. считаю, что в следующем билде этот функионал должен быть опциональным.
ведь обычному пользователю большинство настроек в админке просто не нужны, если допускать, что сайт делается "под клиента".

спасибо


ПС: только полный путь, наверное: iv-includes/include/config.xml ?
ибо в каталоге iv-includes/ файла config.xml нету.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Вопросы по fotomoto.com

16 Sep 2012, 08:43

Да, iv-includes/include/config.xml, но, к сожалению это не сработает – полезут ошибки, мы что-нибудь придумаем для следующего апдейта.
firedev.com
 
User avatar
Vegas
Posts: 16
Joined: 22 Aug 2012, 05:42

Re: Вопросы по fotomoto.com

16 Sep 2012, 12:54

Nick wrote:Да, iv-includes/include/config.xml, но, к сожалению это не сработает – полезут ошибки, мы что-нибудь придумаем для следующего апдейта.
Да, я уже понял, поэксперементировав
Спасибо
 
User avatar
Vegas
Posts: 16
Joined: 22 Aug 2012, 05:42

Re: Вопросы по fotomoto.com

27 Sep 2012, 06:03

Прошу прощения за оффтоп, но мне нужен ваш совет https://forum.photo.gallery/viewtopic.p ... 952#p31952

спасибо
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Вопросы по fotomoto.com

01 Oct 2012, 07:20

В последней версии вы можете спрятать таб с fotomoto, добавив
Code
.config-fotomoto { display: none }
в imagevue.admin.css
firedev.com
 
User avatar
Vegas
Posts: 16
Joined: 22 Aug 2012, 05:42

Re: Вопросы по fotomoto.com

01 Oct 2012, 07:33

спасибо, но не исчезает