
New to Model 1.7
- Code base enhancements – collections are extra suitable with themes
New to Model 1.6
- Picture Meta Knowledge Cheat Codes utilizing the cheat code system now you can populate product descriptions utilizing meta knowledge (exif)
New to Model 1.5
- Password Protected Collections The proper option to promote photos to a personal occasion
New to Model 1.4
- ImageMagick Help (requires php imagemagick extension put in) Provides assist for the next file codecs: gif, png, jpg, jpeg, webp, pdf, eps, bmp, arw, cr2, crw, dcr, dng, heic, jp2, psd, uncooked, svg, tiff, webp, avif
- Restructured Code to accommodate for brand new options
- Uploads Folder – uploads at the moment are saved into its personal folder for higher file safety
- Higher Errors – the error dealing with have been revamped to provide extra that means full error messages
- Much less Database calls – processing uploads at the moment are extra environment friendly and talks to the database much less that means processing must be quicker
- Choose watermarked thumbnails file format – choose from png, jpg or webp format for the thumbnail to be saved as.
New to Model 1.3
- Up to date UI to accommodate for brand new options
- Variable merchandise – Now you can promote your photos at totally different costs based mostly on variants you create. for instance, totally different value for various resolutions (this device will auto scale the pictures for you). Or perhaps promote the identical full scale picture at totally different costs to just accept donations
Promote Photographs On-line Quick
WooCommerce Picture Gross sales was constructed to supply a greater, faster and simpler option to flip your photos into digital downloadable merchandise. This device automates the method, saving you invaluable time. Including photographs the previous means would take hours, if not days.
4 Easy Steps to market
Options Overview
- Watermark Preview Picture (Prevents clients getting the total picture at no cost)
- Bulk Add with presets and particular person modifying
- Cheat Code to assist presets
- Cheat Code Filters to assist Cheat Codes
Bulk Add Presets (used to populate picture blocks, for instance value)
- Set A number of Classes (NEW)
- Set SKU (NEW)
- Set Title
- Set Description
- Set Excerpt
- Set Worth
- Set Printed
Cheat Code
A Cheat Code is actually a brief code that’s changed with a worth
for instance. if we add a picture known as “wordpress.jpg” and use the next within the title preset
Picture {file.title}
Will probably be modified to
Picture wordpress
Out there Codes
- {file.title} – returns the file title
- {file.mime} – returns the file mime kind. for instance picture/jpeg
- {file.measurement} – returns the file measurement
- {file.width} – returns the file picture width
- {file.peak} – returns the file picture width
- {file.id} – returns the file id
- {preset.description} – returns the outline from the merchandise
Cheat Code Filters
Filters are for use on cheat codes following the format
filtercode
For instance
excerpt
Out there Filters
- excerpt – returns the primary 55 characters of textual content
- size – returns the rely of characters within the textual content
Good Data
This plugin is a backend device and doesn’t edit your web site theme performance. In case your theme helps Woocommerce it helps Woocommerce Picture Gross sales
Uninstalling Woocommerce Picture Gross sales is not going to have an effect on the merchandise you could have created with it. it’s 100% secure to uninstall.
Change log
1.7.0 - Refactor and enhance code referring to collections. 1.6.0 - Added assist for cheat codes to return exif meta knowledge of a picture. Fastened small assortment bug 1.5.1 - Fastened Tag & assortment creation bug from bulk uploader. Fastened collections password safety web page compatibility problem with oxygen builder. 1.5.0 - Create password protected picture collections, mounted a difficulty with uncooked picture rotation from exif knowledge, mounted a difficulty with limitless downloads 1.4.0 - Refactored code for higher extensibility. Added assist for imagemagick (php imagemagick extension needs to be put in to make use of it. or solely php gd will probably be used). If imagemagick has been put in these codecs are supported: gif, png, jpg, jpeg, webp, pdf, eps, bmp, arw, cr2, crw, dcr, dng, heic, jp2, psd, uncooked, svg, tiff, webp, avif. File uploads at the moment are saved to their very own folder and don't clog up the media library solely the watermarked photos will probably be within the media library. Much less database calls means processes will run extra environment friendly and quicker. Higher error dealing with means when there's an error processing a file it can return a significant message 1.3.7 - Added Offered Individually preset 1.3.6 - Fastened bug the place variable costs png photos would not be clear after resizing. 1.3.5 - choices "Function Required To Edit Settings" and "Function Required To Bulk Add" return all out there roles to pick out from. Fastened a bug the place watermarking a png with the watermark would trigger a coloured background. Fastened Chinese language translations. 1.3.4 - Added presets to restrict the variety of occasions a buyer can re-downloads the bought product & the variety of days a obtain hyperlink ought to expire 1.3.3 - Fastened product variation bug that occurred after the WordPress 5.7 replace 1.3.2 - Added Multilingual assist - with 11 languages, Welsh, German, Spanish, Estonian, End, French, Hebrew, Hindi, Dutch, Swedish, Chinese language. Please word I used a translator to create these recordsdata so some translations is probably not correct. 1.3.0 - Improved UI, New function to create variable merchandise, mounted bug that induced a difficulty for codecs in capitals. new and improved cheat code engine that now helps chainable filters. Added new filters to enhance ease of making new variants 1.2.7 - improved reminiscence utilization 1.2.6 - Present thumbnails as much as 60mb within the add field 1.2.5 - cheatcode filters can now be chained for instance preset.description|excerpt|size 1.2.4 - mounted add timeout problem 1.2.3 - mounted bug with some inputs not being disabled throughout importing 1.2.2 - added classes to the presets 1.2.1 - added watermark measurement ratio, watermark max share, watermark opacity 1.2.0 - added filters, excerpt. mounted watermark backside bug 1.1.3 - added description preset. swapped out template engine used 1.1.2 - mounted watermark bug, resize watermark. repair alpha bug 1.1.1 - added watermark thumbnail resize, numerous bug fixes 1.0.0 - undertaking first launched
Demos
- Reside Demo – https://demo.swapstack.co.uk
- Video (outdated) – https://youtu.be/jOABwKRrYrw
IMPORTANT NOTES
Your WordPress web site runs on PHP. And has a default reminiscence restrict of 128mb (in case your on a managed hosted platform. then you may ask the supplier to set this for you). This will probably be effective for many circumstances. Nonetheless in case your picture decision is massive the reminiscence restrict needs to be raised or they’ll fail to course of.
the maths to work out the quantity reminiscence the picture will want in an effort to be processed is
(( width * peak ) * 4)/1000000 = X mb
for instance
((8334 * 8334) * 4)/1000000 = 277.822224mb
this worth will should be barely larger once more because the plugin and wordpress requires reminiscence too.
Additionally word that the larger the picture the longer the wait after add. The plugin manipulates these photos and watermarks them.