Photo Reviews for WooCommerce
Photo Reviews for WooCommerce is an ultimate review plugin for WooCommerce which helps you send review reminder emails, allows customers to post reviews include product pictures and send thank you emails with WooCommerce coupons to customers. Send review reminder emails asking customers to review their purchased products. Allows customers posting reviews include product pictures. Send thank you email with a coupon code when a customer review is published. Try the Demo | Documents| Premium Version | Facebook group Preview Photo Reviews for WooCommerce IMPORTANT NOTICE Plugin works based on WooCommerce plugin. It is released on WordPress.org and you can use plugin as free to build themes for sale. FEATURES ► PHOTO REVIEWS:The plugin WooCommerce Photo Reviews allows your customers to post pictures along with their product review. This feature will help you to create a social proof of your product and increase conversion rate. Photo review: The plugin allows customers to attach pictures to reviews and display that pictures along with the review on the front-end. Maximum picture size: Set a maximum picture size that customers can attach to their reviews. Photos required: Reviews must include a picture to be uploaded. Display by time: Select to display the newest or oldest review first on front-end. Overall rating & Rating count: Show the average rating, total number of reviews and the number of each rating in an intuitive and friendly way Review Filter: Filter reviews by rating, contain pictures or verified buyers GDPR compliance: The plugin will display a message and a checkbox at the review form that allows customers to agree to share the review on your page. Edit reviews: Admin can edit review text, change review images… ► REVIEW REMINDER:After a scheduled time from when an order is marked as complete. The plugin will send a review reminder email to the customer, asking to review the product. To encourage the customer to take pictures of the product and leave a review, the plugin will offer them a discount coupon. The plugin only sends a review reminder if a customer has never reviewed the item before. Review reminder email: Send emails to customers who purchased products, offering them coupons to encourage them posting review Configure review reminder email: Configure the review reminder email sending to customers using shortcode {customer_name} ► COUPON FOR REVIEW:The plugin will generate coupons and send to review authors. This prize will encourage customers to post reviews and it also increases your profit when they use the coupon. Send coupon email: the plugin will send an email coupon whenever a review which qualifies the requirement is published. Use existing coupons: you select to send existing WooCommerce coupons as a prize. Auto-generate coupons: set up the plugin to generate unique coupons and send it along with the coupon emails. You can set up the plugin to generate coupons with all WooCommerce Coupon settings. Photos required: you can select to send coupons to authors of reviews include photos only. Minimum rating required: set a minimum rating review can get a coupon. Verified owners required: the only reviews from the verified owner can get a coupon. Configure coupon email: configure the coupon email sending to customers using shortcode {customer_name} {coupon_code} {date_expires} ► FRONT-END DESIGNS:The plugin provides such many design option for you to change the review module to fit with your website interface. Front-end style: there are 2 front-end styles for you to select. The Grid style and the default style. Background-color: helps you to change the background color of the review section. Text color: you can change the review text. Review date: you can choose to display the review date on front-end. Review Rating Count: display overall rating on the front-end. Full-size images: allows customers to display review image full size. Custom CSS: you can add your CSS code to change the front-end design as you want. PREMIUM VERSION ► AJAX PAGINATION AND FILTER: Do not reload page when users want to view other review page or select a filter. When this function is on, you can also select default filters which are selected when your customers visit product or reviews page ► REVIEW TITLE: Users now can add title for their reviews like when you review a plugin on WordPress.org ► REVIEW IMAGE FOLDER: Now you can put images from reviews uploaded by your users to a folder and reviews imported from AliExpress to a different folder for later modification ► POPUP TYPE: You can make only review images clickable or disable popup for masonry style. With normal style, lightbox effect can be applied to review images ► IMPORT ALIEXPRESS REVIEWS:The plugin allows you to import reviews from AliExpress by using AliExpress product IDs. Import using product ID: Using an AliExpress product ID to import reviews from that products to a selected WooCommerce product. Phrases filter: This helps you automatically replace unwanted letters/words/phrases within review author name and review content before reviews are imported to your store Selected Ratings: Choose which review ratings will be imported Included pictures: Select to import only reviews that include pictures Translate to English: AliExpress has a feature to translate reviews into English. This option of WooCommerce Photo Review allows you to select to import translated reviews of import original reviews. Mark imported review as Verified owner: The imported reviews will be marked with a “Verified owner” badge, that means the reviews come from people who purchased. Download picture: If you select the download picture option, review pictures will be download to your website database. If not, the plugin will use the AliExpress pictures (with URLs to AliExpress.com) to display review pictures. Country: Select to import reviews from specific countries Number of reviews: Select how many reviews will be imported. A product on AliExpress.com can have thousands of reviews and you may not want to import all of those reviews. So this option will help you to set a limit on reviews will be imported. ► IMPORT/EXPORT REVIEWS:The plugin allows you to import/export reviews using CSV files Export review: the plugin allows you to export existing reviews to a CSV file. The exported file includes author, author email, comment date, comment content, rating, review image links, user ID… Date: you can select a time range to export reviews. Products: Select the products which you want to export reviews. Categories: select the categories which you want to export reviews from. Rating: select the review rating you want to export. For example, you want to export only 4-stars and 5-stars reviews. Comment status: select comment status of review you want to export. For example, you want to export only approved reviews. Import review: you can import review using CSV files as well. The import review CSV has the same structure as the export CSV file. ► OPTIONAL FIELDS:With this option, you can create multiple optional fields and set values for those fields. Then customers can select these value when they leave a review. The optional fields option help to provide more information about the product. Create optional fields: you can create multiple fields and set the values of each field. For example, you can create a color field, and set values are Blue, Black, Red, etc. Select field value: when a customer leaves a review, they can select a value of the field which you created. For example, a customer reviews a shirt and he can select the size is “XL”. Create fields from variations: the plugin will automatically create fields and values from your product variations. ► SHORTCODES:The plugin provides 3 shortcodes. A shortcode to allows you to displays product reviews at anywhere you want. And the other shortcode which displays a review form, allows customers to leave a review about their purchased products. Product rating shortcode is used to display rating of a product: [wc_photo_reviews_rating_html] The shortcode to display reviews: [wc_photo_reviews_shortcode comments_per_page=”10″ cols=”4″ cols_gap=”” products=”” grid_bg_color=”” grid_item_bg_color=”” text_color=”” star_color=”” product_cat=”” order=”” orderby=”comment_date_gmt” show_product=”on” filter=”on” pagination=”on” pagination_position=”” conditional_tag=”” custom_css=”” ratings=”” mobile=”” style=”masonry” overall_rating=”off” rating_count=”off” only_images=”off”] –comments_per_page: number of comments per page. comments_per_page=”10″ –cols: number of grid columns. Example: cols=”5″ –cols_gap: gap between grid columns(px). Example:cols_gap=”30″ –products: display reviews of which products, enter product IDs. Example: products=”99,100″ –grid_bg_color: grid background color. Example: grid_bg_color=”#000000″ –grid_item_bg_color: grid item background color. Example: grid_item_bg_color=”#3c3c3c” –text_color: reviews text color. Example: text_color=”#ffffff” –star_color: rating stars color. Example: star_color=”yellow” –product_cat: display reviews of products in which category. Example:product_cat=”men” –order: sort reviews ASC or DESC. Example: order=”asc” –orderby: select how you would like to sort reviews. “comment_agent”, “comment_approved”, “comment_author”, “comment_author_email”, “comment_author_IP”, “comment_author_url”, “comment_content”, “comment_date”, “comment_date_gmt”, “comment_ID”, “comment_karma”, “comment_parent”, “comment_post_ID”, “comment_type”, “user_id”, “comment__in”, “meta_value”, “meta_value_num”. Example:orderby=”comment_date_gmt” –show_product: show product summary on Mansory popup, ON/OFF. Example: show_product=”on” –filter: show filter bar, ON/OFF. Example:filter=”on” –pagination: turn pagination ON/OFF. Example:pagination=”on” –pagination_ajax: turn ajax pagination ON/OFF. Example: pagination_ajax=”on” –pagination_position: select left/right/center. Example: pagination_position=”center” –conditional_tag: enter conditional tags to select pages you want to display the review. In case you paste the shortcode in an area which appears on many pages, use this option to select which pages you want the shortcode to run. Example: conditional_tag=”is_page(35)” –custom_css: allows you to add your custom CSS code. –ratings: select which rating you want to display. Example: display only 4 and 5 stars reviews, ratings=”4,5″ –mobile: ON/OFF, select if you want the shortcode to run on mobile devices. Example: mobile=”on” –style: select the front-end style mansory/normal. Example: style=”masonry” –overall_rating: ON/OFF select if you want to display the overall rating. Example: overall_rating=”on” –rating_count: ON/OFF select if you want to display the rating count module. Example:rating_count=”on” –only_images: ON/OFF select if you want to display only reviews which have images. Example: only_images=”on” The shortcode to display the review form: [woocommerce_photo_reviews_form] This shortcode helps you to display a review form. There are 3 ways to use it. –Display in single product pages: Paste the shortcode [woocommerce_photo_reviews_form] into product description to display a review form for that product on front-end. –Add product ID: Add a product ID into the shortcode [woocommerce_photo_reviews_form product_id=””] by adding the product ID you can create a review form for a specific product and display it on any page. ► COUPON FOR REVIEW: Registered-account email is required: only send coupons if the author’s email is registered an account Required products: only selected products review can get a coupon. Exclude products to give coupon: select products that reviews on these products will not receive a coupon Required categories: only selected categories review can get a coupon. Exclude categories to give coupon: select categories that reviews on products in that categories will not receive a coupon. Coupon code prefix: select a prefix for coupons created by WooCommerce Photo Reviews. ► REVIEW REMINDER: Auto-login: When customers click on the link in their Review Reminder Email, they will be automatically login to their account on your site. Products Restriction: Select which products will review reminder works. Cancel/send reminders: If for some reasons you don’t want to send review reminders which were scheduled before, just go to admin orders page and look for order you want to cancel reminder and select cancel reminder from bulk actions. You can also send review reminders immediately or send reminders for orders that were completed before this plugin is active on your site. REVIEW NOW button: Include a review now button with the link lead to the single product page. You can customize button color, background color, title, link… Create a review page: Use the shortcode [woocommerce_photo_reviews_form] to create a review page, then add the review page in the Review Reminder tab. Customers who click on the Review now button in Review Reminder email will be redirected to this page. And they can review the product so easily. Exclude products/categories: select which products/categories will receive a review reminder email. Exclude non-coupon given products: enable this if you mean to offer a coupon for reviews in review reminder. The plugin will not send a review reminder email with non-coupon given products. ► ADD REVIEW MANUALLY:WooCommerce Photo Reviews provides a review form, allows Admin to add review manually. ► MULTILINGUAL SUPPORT:If WPML or Polylang is active on your site, you will be able to send reviews reminder or coupon emails in your customers language ► HELPFUL BUTTONS:Customers can up-vote or down-vote reviews to show if those reviews are helpful to them or not GET PRO VERSION or https://codecanyon.net/item/woocommerce-photo-reviews/21245349 MAY BE YOU NEED 9MAIL – WordPress Email Templates Designer 9Map – Map Multi Locations Abandoned Cart Recovery for WooCommerce Advanced Product Information for WooCommerce AFFI – Affiliate Marketing for WooCommerce ALD – Dropshipping and Fulfillment for AliExpress and WooCommerce Boost Sales for WooCommerce – Set up Up-Sells & Cross-Sells Popups & Auto Apply Coupon Bopo – WooCommerce Product Bundle Builder Bulky – Bulk Edit Products for WooCommerce Cart All In One For WooCommerce Catna – Woo Name Your Price and Offers Checkout Upsell Funnel for WooCommerce ChinaDS – Tmall-Taobao Dropshipping for WooCommerce Clear Autoptimize Cache Automatically COMPE – WooCommerce Compare Products Coreem – Coupon Reminder for WooCommerce Coupon Box for WooCommerce CURCY – Multi Currency for WooCommerce – Smoothly on WooCommerce 9.x Customer Coupons for WooCommerce DEPART – Deposit and Part payment for Woo Email Template Customizer for WooCommerce EPOI – WP Points and Rewards EPOW – Custom Product Options for WooCommerce EU Cookies Bar for WordPress EXMAGE – WordPress Image Links Faview – Virtual Reviews for WooCommerce FEWC – Extra Checkout Fields For WooCommerce Free Shipping Bar for WooCommerce GIFT4U – Gift Cards All in One for Woo HANDMADE – Dropshipping for Etsy and WooCommerce HAPPY – Helpdesk Support Ticket System Jagif – WooCommerce Free Gift LookBook for WooCommerce – Shoppable with Product Tags Lucky Wheel for WooCommerce – Spin a Sale Lucky Wheel Giveaway Notification for WooCommerce | Boost Your Sales – Recent Sales Popup – Live Feed Sales – Upsells Orders Tracking for WooCommerce Pofily – WooCommerce Product Filters PRENA – Product Pre-Orders for WooCommerce Product Builder for WooCommerce – Custom PC Builder Product Size Chart For WooCommerce Product Variations Swatches for WooCommerce REDIS – WooCommerce Dynamic Pricing and Discounts REES – Real Estate for Woo S2W – Import Shopify to WooCommerce Sales Countdown Timer SUBRE – Product Subscription for WooCommerce – Recurring Payments Suggestion Engine for WooCommerce Thank You Page Customizer for WooCommerce – Increase Your Sales TMDS – Dropshipping for TEMU and Woo VARGAL – Additional Variation Gallery for WooCommerce VillaTheme Core VIMA – Multi Customer Addresses for Woo VISeek – Easy Custom Search W2S – Migrate WooCommerce to Shopify WebPOS – Point of Sale for WooCommerce WPBulky – WordPress Bulk Edit Post Types Documentation Getting Started Plugin Links Project Page Documentation Report Bugs/Issues
Top keywords
- review86×3.39%
- reviews68×2.68%
- woocommerce56×2.20%
- product45×1.77%
- select36×1.42%
- coupon26×1.02%
- example26×1.02%
- products25×0.98%
- rating25×0.98%
- display23×0.91%
- color21×0.83%
- comment21×0.83%
UpdraftPlus
The UpdraftPlus Backup & Migration Plugin is trusted by the WordPress community to backup, restore and migrate their WordPress websites. UpdraftPlus is actively installed on more than 3 million websites around the world. Backup with UpdraftPlus UpdraftPlus is the world’s highest ranking and most popular scheduled backup and migration plugin. Backup to your preferred storage location and restore in just three clicks. Backup to Dropbox, Google Drive, Amazon S3 (or compatible), Rackspace Cloud, FTP, DreamObjects, Openstack Swift or email. The paid version also allows you to backup to Microsoft OneDrive, Microsoft Azure, Google Cloud, Backblaze B2, SFTP, SCP, pCloud, WebDAV or UpdraftVault, our integrated storage option for UpdraftPlus. Backup manually or schedule to run every 2, 4, 8 or 12 hours, daily, weekly, monthly or fortnightly. Restore with UpdraftPlus Your WordPress website is vulnerable. Your site may get hacked. Something could go wrong with an update or your server could crash. You might need to reverse a change made or a mistake caused by human error. Whatever the reason, you can restore your WordPress website in just a few clicks with UpdraftPlus. Choose which components to restore (e.g. plugins, themes, database etc.), click again to restore, then click again to return to the main screen. Migrate with UpdraftPlus It’s easy to migrate your WordPress website to another web host, server or domain with this free version of UpdraftPlus. To migrate, simply download your database, plugins, themes etc. from the source site, then upload them into your destination site. When migrating, a built-in search-and-replace engine identifies old strings and replaces these to reflect the new location. UpdraftPlus saves you time and reduces the risk of broken links or missing files associated with manual migrations. Why UpdraftPlus? Writing a reliable backup and migration plugin that ‘just works’ consistently across millions of different WordPress deployments is hard. UpdraftPlus is relied upon to do exactly that. We’re trusted and actively deployed on more websites around the world than any other WordPress backup and migration plugin. UpdraftPlus: Backs up, migrates and restores Offers a huge number of remote storage locations Allows you to schedule backups, so you can ‘set and forget’ Is comprehensive and easy to use Is proven to work on over 3 million sites. UpdraftPlus Premium The free version of UpdraftPlus will back up and migrate your website perfectly well. However if you need more features and options you can purchase our Premium version. Backup and Migrate with UpdraftPlus Premium, and: Get automatic backups before updates. Restore the very latest version if a WordPress or plugin update breaks your site. Backup Incrementally. Changes are added to the master, saving server resources vs repeatedly backing up in full. Get more remote storage options including Microsoft OneDrive, SFTP, Microsoft Azure, WebDAV, Google Cloud, SCP, Backblaze and pCloud. Get 1GB of integrated storage with UpdraftVault for 99.999% reliability, redundancy and scalability. Get more control over how many backups are stored in a specified interval. Restore from other backup plugins including BackWPup, BackupWordPress, Simple Backups and more. Run backups at set times e.g. during periods of low traffic. Backup to more than one location for added protection. Get detailed reports. Includes cryptographic checksums so you can verify the integrity of the backup files and more. Get Premium migration. Migrating to the destination site is more direct and can be done from the source site. Get Multisite / multi-network compatibility. Backup non-WP files and databases e.g. tables belonging to your e-commerce store or customisations to WordPress core. Get database encryption. Manage your backups and migrations from the WP-CLI. Get Premium Support. Find out more on our comparison page. UpdraftPlus Premium is available for purchase here. Managing multiple websites? UpdraftCentral is a powerful remote control dashboard for WordPress that allows you to manage your backups, as well as updates, users, pages, posts, plugins and themes from one central location. Choose between: UpdraftCentral (free, self-hosted) UpdraftCentral Premium (paid-for, self-hosted) UpdraftCentral Cloud (paid-for, fully-hosted) Optimize your sites centrally by combining the power of WP-Optimize and UpdraftCentral or manage your backups centrally by combining the power of UpdraftPlus with UpdraftCentral. Need to create a temporary clone of your site? UpdraftClone makes it quick and easy to create a temporary sandbox for changes you want to try out. Simply select the versions of WordPress and PHP that you want, and we’ll do the rest. More about UpdraftClone The full suite of plugins from Team Updraft and friends UpdraftPlus. Backup, migrate and restore. Rated 5* on the plugin directory and trusted by more than 3 million WordPress website owner WP-Optimize. Clean the database, compress images and caching. Optimize your WordPress website. 5* user rating. 1 million + active installs. All-In-One Security (AIOS). Secure your WordPress website. Comprehensive, feature rich and easy to use. 5* user rating and 1 million + active installs. WP Overnight. Quality Extensions for your WooCommerce store. 5* rated invoicing, order and product management, customer management solutions and more. Easy Updates Manager. Take control of updates. Lots of features for free, and a Premium version with even more – over 300,000 users. Internal Link Juicer.Boost your SEO. Automate internal links within your WordPress website. Save time and rank higher in the search engines. For other useful, free plugins see our lead developer’s profile, here. Are you multilingual? Can you translate? Do you want to help people that speak your language to backup, migrate and restore their WordPress websites? The UpdraftPlus backup, migration and restoration plugin is ready and waiting. The translation process is easy, and web-based – please go here for instructions: https://updraftplus.com/translate/. Or, if you’re already an expert WordPress translator, just pick out the .pot file from the wp-content/plugins/updraftplus/languages/ directory – if you scan for translatable strings manually, then you need to get these functions: _x(), __(), _e(), _ex(), log_e(). Many thanks to our existing translators. License Copyright 2011-24 David Anderson This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Non-English translators are provided by volunteers, and wordpress.org does not give plugin developers control over their translations; thus relying on them is at your own risk; UpdraftPlus cannot guarantee that translations from the original English are accurate. We recognise and thank those mentioned at https://updraftplus.com/acknowledgements/ for code and/or libraries used and/or modified under the terms of their open source licences.