
內容簡介
Sell Media 是一款精心設計的電子商務解決方案,可以透過您的自託管 WordPress 網站銷售照片、照片印刷以及影片。攝影師喜愛它的靈活性和功能強大的擴充套件庫。
使用 Sell Media,您可以:
銷售照片、照片庫、影片、PDF 和其他數字檔案。
建立自己的庫存照片或影片網站。
按照商業、編輯或個人用途收取授權費用。
保護檔案上傳。
接受 PayPal 付款。還有其他付款閘道也可用。
2.5 新功能:Gutenberg 區塊
使用 Sell Media 區塊可以在 Gutenberg 中以多種不同的格式插入照片庫!
資源
文件
官方外掛頁面
Github 代碼庫
Sell Media 經常更新,並且它也依靠其擴充套件以獲得更多功能,因此如果您安裝了任何擴充套件,它將檢查更新並在您的管理畫面上顯示通知。您還可以查看我們的條款和條件以及隱私政策。
主題整合
這些WordPress 主題旨在增強 Sell Media 的功能。Sell Media 也可以與任何正確編碼的 WordPress 主題搭配使用,但可能需要進行一些小的樣式微調。
使用這些功能強大的擴充功能將 Sell Media 提升至更高層次:
按需印刷
訂閱
浮水印
Mailchimp
銷售佣金
還有更多
開發人員
操作
上方購物車添加訊息範例:
function sell_media_above_cart_function() {
print '<p>在購物車彈出視窗上方會顯示此訊息。您可以包含版權訊息或連結到您的服務條款。</p>';
}
add_action( 'sell_media_above_cart', 'sell_media_above_cart_function' );
下方購物車添加訊息範例:
function sell_media_below_cart_function() {
print '<p>在購物車彈出視窗下方會顯示此訊息。您可以包含版權訊息或連結到您的服務條款。</p>';
}
add_action( 'sell_media_below_cart', 'sell_media_below_cart_function' );
可用的操作鉤子:
sell_media_above_archive_content - 封存內容上方
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Sell Media is finely tailored e-commerce solution for selling photos, prints, and videos through your self-hosted WordPress site. Photographers love it for it’s flexibly gallery layouts and powerful extensions.
Using Sell Media, you can:
Sell photos, galleries, videos, pdf’s and other digital files.
Create you own stock photo or video site.
Charge licensing fees for commercial, editorial, or personal usages.
Protect file uploads.
Accept payments via PayPal. Additional payment gateways are also available.
New in version 2.5: Gutenberg Blocks
Insert galleries in many different formats using Sell Media blocks for Gutenberg!
Resources
Documentation
Official Plugin Page
Github Code Repository
Sell Media is constantly updated and it also relies on its extensions for more features so if you have installed any extensions, it will check for updates and show you a notification on your admin screen. You can also view our Terms and Conditions and Privacy Policy.
Theme Integration
These WordPress themes were designed to enhance the functionality of Sell Media. Sell Media also works with any properly coded WordPress theme, however, some minor styling tweaks might be required.
Take Sell Media to the next level with these powerful extensions:
Print On Demand
Subscriptions
Watermarks
Mailchimp
Sales Commissions
And many more
Developers
Actions
Example for adding a message above the cart:
function sell_media_above_cart_function() {
print '
This message will show up above the cart on the cart popup. You could include a copyright message or links to your terms of service.
';
}
add_action( 'sell_media_above_cart', 'sell_media_above_cart_function' );
Example for adding a message below the cart:
function sell_media_below_cart_function() {
print '
This message will show up below the cart on the cart popup. You could include a copyright message or links to your terms of service.
';
}
add_action( 'sell_media_below_cart', 'sell_media_below_cart_function' );
Action hooks available:
sell_media_above_archive_content – Above archive content
sell_media_below_archive_content – Below archive content
sell_media_above_archive_header_content – Above archive header content
sell_media_below_archive_header_content – Below archive header content
sell_media_above_archive_header_content
sell_media_above_cart – Above the cart
sell_media_below_cart – Below the cart
sell_media_cart_below_licenses – Between license and price on cart
sell_media_menu_hook – settings.php – Use for adding new submenu pages
sell_media_register_settings_hook – settings.php – Use for registering new settings/options
sell_media_settings_above_general_section_hook – settings.php – Above tables on settings page
sell_media_settings_below_general_section_hook – settings.php – Below tables on settings page
