customer review with picture
-
Hi,
I want my visitors to have the option to attach a picture while giving a review, i mean for people who dont have an account made on the website, how can i do that?
Thanks
Hi,
How can i display the ‘out of stock’ attributes of a product to be displayed with a cross?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
There is no option to show the sold product with the cross, unfortunately.
You can enable attaching the image with the review in the Them Settings > Product page > Reviews.
Best Regards
Hi,
In the product page option, the only option related to reviews is ‘reviews location’ having the options ‘tab/separate section’. My question was regarding the picture attachement for visitors
Thanks
Hello,
Unfortunately, Woocommerce does not provide the option to add an image or avatar to the user profile. You will have to find a plugin.
Best Regards
Hi,
I found a plugin to display the unavailable variations with a cross, but because i use the ‘centered view’ the variations appear in default view, can u please help me with a code that would position it in the center as well.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper {
justify-content: center;
}
Best Regards