.. include:: _include.rst .. _placeholders_shop: ###################### Shop ###################### The following placeholders refer to the shop to which a product is assigned. Check the :ref:`shops` section for more details about the shops feature. ************************************** {{ BuyButtonText }} ************************************** If an individual buy button text has been stored for the shop, this placeholder contains it. .. code:: {{ BuyButtonText }} ************************************** {{ DisclaimerText }} ************************************** If an individual disclaimer text has been stored for the shop, this placeholder contains it. .. code::

{{ DisclaimerText }}

************************************** {{ IsAmazonProduct }} ************************************** Contains the boolean value ``true`` if the product was created via |api|. ************************************** {{ IsCustomProduct }} ************************************** Contains the boolean value ``true`` if the product was created manually (not via |api|). .. _placeholders_shop_logo: ***** Logo ***** For more details about the shop logo, read section :ref:`shops_logo`. --------------------- {{ ShopLogoTinyURL }} --------------------- Contains the URL of the tiny shop logo. .. code:: ----------------------- {{ ShopLogoTinyWidth }} ----------------------- Contains the width of the tiny shop logo. Around 50 pixels. An integer representing the pixels. ------------------------ {{ ShopLogoTinyHeight }} ------------------------ Contains the height of the tiny shop logo. Around 50 pixels. An integer representing the pixels). ---------------------- {{ ShopLogoSmallURL }} ---------------------- Contains the URL of the small shop logo. .. code:: ------------------------ {{ ShopLogoSmallWidth }} ------------------------ Contains the width of the small shop logo. Around 75 pixels. An integer representing the pixels. ------------------------- {{ ShopLogoSmallHeight }} ------------------------- Contains the height of the small shop logo. Around 75 pixels. An integer representing the pixels. ----------------------- {{ ShopLogoMediumURL }} ----------------------- Contains the URL of the medium shop logo. .. code:: ------------------------- {{ ShopLogoMediumWidth }} ------------------------- Contains the width of the medium shop logo. Around 100 pixels. An integer representing the pixels. -------------------------- {{ ShopLogoMediumHeight }} -------------------------- Contains the height of the medium shop logo. Around 100 pixels. An integer representing the pixels. ---------------------- {{ ShopLogoLargeURL }} ---------------------- Contains the URL of the large shop logo. .. code:: ------------------------ {{ ShopLogoLargeWidth }} ------------------------ Contains the width of the large shop logo. Around 200 pixels. An integer representing the pixels). ------------------------- {{ ShopLogoLargeHeight }} ------------------------- Contains the height of the large shop logo. Around 200 pixels. An integer representing the pixels).