Home Forums WoodMart support forum Some minor problems

Some minor problems

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #245773

    dweb360
    Participant

    Hello
    1) I have hide the higher price for variable products but how to add “From ” to the lowest price?
    2) I don’t know why reviews are not displayed here :
    https://miel-montet.com/OM2/grossite-alimentaire/boga-1-5-l/

    Thank you for your help

    #245836

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .price span.amount:before {
    	content: "From: ";
    }

    Please find and enable Reviews option in the Woocommerce > Settings > Products. If you have enabled and it still does not appear, find the option in the Product page in the Advanced tab.

    Best Regards

    #245857

    dweb360
    Participant

    Hello
    Thank you for your reply
    I added the code provided but it is displayed in all products, I want to display it pnly for variable products.
    For the second problem, please see attached image
    What I have to do?
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #245904

    Hello,

    Replace the code with this one:

    .product-type-variable .price span.amount:before {
    content:"from "
    }

    Have you enabled the review in Woocommerce?

    Best Regards

    #250135

    dweb360
    Participant

    Hello,

    Can’t make reviews appears !
    Please see attached images

    Thank you for your help

    Attachments:
    You must be logged in to view attached files.
    #250207

    Hello,

    Please provide the product page with a rate.

    Best Regards

    #250444

    dweb360
    Participant

    Hello
    Sorry, I don(t understand your answer !
    Thank you

    #250505

    Hello,

    Please provide the product page URL which has the revies/rates.

    Best Regards

    #250507

    dweb360
    Participant

    Hello
    I don’t see the form to add a review in all products

    Thank you

    #250572

    Hello,

    Enable the reviews in Wooocmmerce > Settings > Products or check the product page > Advanced tab.

    Best Regards

    #250583

    dweb360
    Participant

    Fixed
    Thank you

    #250647

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Some minor problems’ is closed to new replies.