Home Forums WoodMart support forum customer review with picture

customer review with picture

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #164723

    aleasaro
    Participant

    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

    #164741

    aleasaro
    Participant

    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.
    #164757

    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

    #164763

    aleasaro
    Participant

    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

    #164788

    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

    #164932

    aleasaro
    Participant

    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.
    #164942

    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

Viewing 7 posts - 1 through 7 (of 7 total)