Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lancarlos

    (@lancarlos)

    I use the standard Woocomerce page and only CSS modifications to the page to customize the layout. I got to uninstall your plugin and install it again and the problem persists, as soon as I go to the product page it starts to update and go to other pages automatically. My theme is OceanWP.

    • This reply was modified 4 years, 8 months ago by lancarlos.

    Hello @apprimit

    I know it has nothing to do with the topic of this topic but I saw an answer from you in another and I really wanted to ask you something.
    You sent this code below in response to someone’s question which was exactly the same as mine and helped me a lot.

    But I would like to know if you can also display the amount of review that was made for the product, so that it is next to the stars, just like the screen of the individual product, is it possible? Anyway thanks for the code.

    .woocommerce ul.products li.product.has-rating li.inner .star-rating, .woocommerce ul.products li.product.has-rating .product-inner:hover .inner .price {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        visibility: visible;
    }
    .woocommerce ul.products li.product.has-rating li.inner .star-rating {
        position: relative;
        top: auto;
        margin-top: 6px;
        width: 80px;
    }
    
    Thread Starter lancarlos

    (@lancarlos)

    If I put the search by currency instead of country and someone who is in Mexico (in which there is a zone registered on the site with their own currency, the peso) he can select Dolar USD for example, (in which it is a zone with other countries) and pay by paypal even if your country (Mexico) is not in the area where the “Dolar Usd” currency is registered?

Viewing 3 replies - 1 through 3 (of 3 total)