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%
WPForms – AI Form Builder for WordPress – Contact Forms, Payment Forms, Survey Form, Quiz & More
WordPress Contact Form Builder Plugin WPForms is an AI drag & drop WordPress form builder that’s EASY and POWERFUL. Create contact forms, feedback forms, subscription forms, payment forms (including Stripe, Square & PayPal), and other types of forms for your site in minutes with just a few clicks! At WPForms, user experience is our #1 priority. Our pre-built form templates and workflows make WPForms the most beginner-friendly contact form plugin on the market. You don’t have to hire a developer. Create a form in less than 5 minutes with our drag & drop form builder, using a template or just asking AI to get a head start. WPForms Pro This plugin is the Lite version of WPForms Pro, which comes with email subscription forms, multi-page contact forms, file uploads, conditional logic, and extra payment integrations. Click here to purchase the best premium WordPress contact form plugin now! AI-Powered Drag & Drop Contact Form Builder Create custom contact forms in minutes with our easy-to-use drag and drop online form builder or just ask AI to build it for you. But don’t just take our word for it. See what WordPress experts are saying: WPForms is by far the easiest form plugin to use. My clients love WPForms and it’s one of the few plugins they can use without any training. As a developer I appreciate how fast, modern, clean and extensible it is. Bill Erickson – Expert WordPress Consultant Pre-built Form Templates WPForms comes with 2100+ pre-built form templates. Whether you’re looking to create a simple contact form, marketing form, request a quote form, donation form, payment order form, registration form, survey form, quiz form, Stripe payment form, or a subscription form, we have a form template already prepared and ready to use. Mobile Ready, SEO Friendly, and Optimized for Speed WPForms contact forms are 100% responsive and mobile-friendly. We optimized every query on the frontend and the backend to ensure that it’s one of the fastest WordPress contact form plugins. You can embed your contact form on any page with an optimized title and description, so WPForms is one of the most SEO friendly contact form plugins too. Fields & Features You Need to Succeed With star ratings, file uploads, repeater fields, survey fields, and multi-page contact forms, you can easily build the right custom form for your site’s needs. Plus, integrate your contact forms with an email marketing service in just a few steps and collect payments with Stripe, PayPal, and Square for bookings and orders without the need for a dedicated eCommerce plugin. See what one business owner has to say about their WPForms contact form: As a business owner, time is my most valuable asset. WPForms allows me to create smart contact forms with just a few clicks. With their pre-built form templates and the drag & drop builder, I can create a new form that works in less than 2 minutes without writing a single line of code. Well worth the investment. David Henzel – Co-founder of MaxCDN Surveys & Polls Create custom survey forms like Survey Monkey. Our WordPress survey plugin addon comes with smart survey fields including Likert scale, star ratings, and NPS. Embed your surveys and polls anywhere in WordPress. Use our survey reporting tools to customize graphs, export them for presentations, and display aggregate results. You can also share poll results instantly when collecting votes. Default WordPress Forms Aside from building simple contact forms, WPForms also helps you create better default WordPress forms, like custom WordPress login forms and custom WordPress user registration forms. Create a password-protected contact form or even a members-only contact form. Bloggers and publishers can use our WordPress post submission forms to accept guest posts, testimonials, and more. Payment Forms, Donation Forms, Booking Forms, and More While WPForms started out as a contact form plugin, it has evolved into a powerful custom forms solution for any type of payment or booking form. WPForms integrates with PayPal, Stripe, Square Payments, Authorize.Net, and Mercado Pago so you can easily accept credit card payments or take payments via PayPal. Bonus: you can also take signatures. We’re proud to be a Stripe Verified Partner. This partnership allows us to build the best Stripe integration with early access to features. You can use our Stripe integration to accept both one-time payments as well as recurring payments while syncing all form data to your Stripe account. Custom Calculator Forms Using the WPForms Calculations addon, you can build custom formulas and display results on the frontend. Create simple arithmetic calculations or build complex conditional calculations with rounded values, averages, time ranges, and more! It’s the best calculator plugin for WordPress. Forms Optimized for Conversions With our Form Pages addon, you can create distraction-free custom form landing pages to increase conversions. To improve form completion rates, we created Conversational Forms which helps you make your feedback forms feel more human by adding an interactive layout. (See Conversational Forms Demo). Easy to Customize and Extend You can easily customize your contact forms with our section dividers, HTML blocks, and CSS. Embedding forms in Elementor and Divi has never been easier thanks to our native integrations. We also know that our developer friends may want more control, so we added tons of hooks and filters. Full WPForms Feature List Online form builder – powerful drag & drop contact form builder. Create WordPress contact forms, payment forms, and other online forms without writing any code. 100% mobile responsive. GDPR friendly. Payment Forms – Take payments, donations, down payments, recurring payments, service payments with our Stripe (FREE) integration. Form templates pre-built and ready to import. Form styling for fields, labels, and buttons. Spam protection built in, plus integrations with hCaptcha, Google reCAPTCHA, and Cloudflare Turnstile. AI Forms to automatically create and refine forms through natural conversation. Instant form notifications via email. Custom form confirmations with success messages or thank you pages. Smart phone field that adapts to your visitor’s location. AI Choices to automatically populate Multiple Choice, Checkboxes, and Dropdown field options. Coupons for free shipping and sale discounts. Calculator forms for payment, shipping, billing, and more. File upload fields for user submissions. Multi-page forms with progress bars. Smart conditional logic to show or hide fields. Repeater field that enables the person filling out the form to easily add another field or group of fields to fill out. Perfect for group registration forms, custom order forms, and more. Signatures for agreements or payment forms. User registration forms and custom login forms. Post submission forms to collect user-generated content. Geolocation to collect location data along with submissions. Surveys and Polls with interactive reports. Quizzes with graded tests, personality quizzes, and scored assessments, plus AI-generated questions. Form abandonment detection to collect partial form submissions. Form locker to control access using passwords, dates, and more. Offline forms to collect submissions without an internet connection. Form landing pages to boost conversions. Conversational forms to boost overall completion rates. Lead forms to get more submissions with multi-step layouts. Webhooks to send data without third party connectors. User Journey reports so you know which content is driving form conversions. Save and Resume to let visitors save and come back later. Entry Automation to export and delete form entries on a daily, weekly, or monthly basis. Integrations Google Sheets Zapier PayPal Commerce Stripe – We’re a Stripe Verified Partner for Payments. Square Authorize.Net Mercado Pago Mailchimp AWeber Campaign Monitor GetResponse Constant Contact Airtable Notion Drip ActiveCampaign HubSpot Brevo MailerLite MailPoet ConvertKit Klaviyo SendGrid Salesforce Slack Dropbox Google Calendar Google Drive Twilio Pipedrive Make Zoho CRM You can see why WPForms is the best WordPress contact form plugin on the market! Want to unlock these features? Upgrade to our Pro version. Credits This plugin is created by Syed Balkhi. Branding Guidelines WPForms® is a registered trademark of WPForms LLC. When writing about the contact form plugin by WPForms, please make sure to uppercase the initial 3 letters. WPForms (correct) WP Forms (incorrect) wpforms (incorrect) wpform (incorrect) Notes WPForms is absolutely, positively the most beginner-friendly WordPress contact form plugin on the market. It is both easy and powerful. We took the pain out of creating online forms and made it easy. Check out all WPForms features. Also, I’m the founder of WPBeginner, the largest WordPress resource site for beginners. It was a huge priority for me to make a WordPress contact form plugin that beginners can use without any training. I feel that we have done that here. I hope you enjoy using WPForms. Thank you, Syed Balkhi