Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1158787
    Alessandro R
    Participant

    Hi Everyone!
    I started using recently WooCommerce for managing my e-shop.
    Unfortunately, I stumbled in the screenshot’s issue. If it was not clear, some prices on my shop are incorrect. The first price is for a one piece bikini. I just want to show the full price.
    I apologize for my english and thank you in advance for the help.

    Best Regards,

    AL Staff.

    #1158993
    Alessandro R
    Participant

    I was looking for a resolutive CSS. Here in PVT my website’s details.

    #1158999
    Alessandro R
    Participant
    This reply has been marked as private.
    #1159002
    Alessandro R
    Participant

    The products have variables with different prices.
    Now in the front store page are shown the lowest and highest price.

    I would like to show just the price of the product displayed…

    Any idea??

    #1159100
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    Please make sure that you have setup the correct tax rates and other tax settings. You can check out the documentation here: https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/

    Please let us know how it goes.

    #1159643
    Alessandro R
    Participant

    Tax is not a problem. Bikini is formed by two piece. We need to see only the second one, the overall cost.

    Thanks for the prompt response.

    AL Staff.

    #1160018
    Rad
    Moderator

    Hi there,

    Sorry for the confusion. It’s only normal for variable products to display the price range. If you will display the full-price then which one? Variable products can have a unique price that isn’t related to the other. Maybe what you’re trying is Product options instead of variables?

    Thanks!

    #1259373
    Alessandro R
    Participant

    Hi Rad,

    I would like to display the price we use as ‘Default Form Value.
    If that isn’t possible, the highest price works.

    #1259864
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in!

    To display variable prices by default in woocommerce, perhaps this link could help you:
    http://wordpress.stackexchange.com/questions/117418/how-to-display-variable-prices-by-default-in-woocommerce

    Please let us know how it goes.

    #1259909
    Alessandro R
    Participant

    Actually that would just remove the price at the top, instead I would like to display just the highest price
    It should be a simple CSS string…

    Any idea?

    #1260134
    Rue Nel
    Moderator

    Hello There,

    I am no longer seeing the price range. It seems that you have resolve this issue and only displayed the default settings value. For more details, you can check out the documentation here: https://docs.woocommerce.com/document/variable-product/

    Please keep in mind that the prices where managed by WooCommerce and displayed by PHP. You cannot simply modify any of the prices and its calculation of the variations using css. Css is only good for styling an element.

    Hope this helps.

    #1261067
    Alessandro R
    Participant

    Ok, but here the problem persists:
    https://www.voyageswimwear.com/product/kawai-vesi-bikini-cannes/

    How can I remove the lower value?

    #1261683
    Rad
    Moderator

    Hi there,

    Please add this code to Admin > Appearance > Customizer > Custom > Javascript.

    jQuery('.single-product .product-type-variable .summary.entry-summary .price').each( function() {
    
    jQuery(this).html( jQuery(this).text().split('–')[1] );
    
    } );

    Cheers!

    #1261686
    Alessandro R
    Participant

    That’s FANTASTIC!!!!!!!!!!!

    #1261884
    Alessandro R
    Participant

    Now that the price is fixed.. Renew doesn’t put any link to go back to shop. How can I do that?

    http://www.voyageswimwear.com/product/aigua-bikini-black/

  • <script> jQuery(function($){ $("#no-reply-1158787 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>