chiko21
Forum Replies Created
-
Any support on this?
I used the built-in rating/review that comes with WooCommerce. Below are how I access the review count and star rating for each product when modifying the source.
$rating_count = $product->get_rating_count();
$review_count = $product->get_review_count();
$average = $product->get_average_rating();Forum: Plugins
In reply to: [Product Recommendation Quiz for eCommerce] Product AttributeI only see categories, tags, and variants in the “Link Categories” tab. All custom attributes listed in the product->attributes in the WordPress backend are missing.
Any configuration I should be checking for the custom product attributes to make sure it appears in the plugin?
Most of the vendors press that button multiple times in our product test lab as there is no indication the button is pressed, nor there is any indication showing the vendor to wait while the system is loading the next page i.e. “Edit Product”
Are you looking at the “Create Product” page in the file located at /dokan-lite/templates/products/new-product.php
at the following line?
<button type=”submit” name=”add_product” class=”dokan-btn dokan-btn-default dokan-btn-theme” value=”create_new”><?php esc_attr_e( ‘Create Product’, ‘dokan-lite’ ); ?></button>
Thank you
Thank you @jahidulhassan