Skip to main content

Photo Review for WooCommerce Plugin

This plugin allows your users to add photos with their reviews.

Requirements#

  1. Photo Review for WooCommerce Plugin wordpress plugin installed on your wordpress woocommerce website.

  2. WooStore Pro mobile application version v3.4.0 or above.

  3. WooStore Pro Api wordpress plugin version v4.4.0 or above.

How to enable it ?#

To enable the support for this plugin in your application follow the steps below:

  1. Open woostore_pro in android studio
  2. Open the config.dart file in path woostore_pro / lib / constants / config.dart
  3. Set the flag kEnablePhotoReviewPluginSupport to true
For Example
const bool kEnablePhotoReviewPluginSupport = true;