Tagged: x
-
AuthorPosts
-
September 2, 2016 at 1:51 pm #1158787
Alessandro RParticipantHi 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.
September 2, 2016 at 4:58 pm #1158993
Alessandro RParticipantI was looking for a resolutive CSS. Here in PVT my website’s details.
September 2, 2016 at 5:01 pm #1158999
Alessandro RParticipantThis reply has been marked as private.September 2, 2016 at 5:04 pm #1159002
Alessandro RParticipantThe 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??
September 2, 2016 at 7:36 pm #1159100
Rue NelModeratorHello 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.
September 3, 2016 at 7:35 am #1159643
Alessandro RParticipantTax 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.
September 3, 2016 at 7:36 pm #1160018
RadModeratorHi 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!
November 16, 2016 at 8:27 am #1259373
Alessandro RParticipantHi Rad,
I would like to display the price we use as ‘Default Form Value.
If that isn’t possible, the highest price works.November 16, 2016 at 2:49 pm #1259864
Rue NelModeratorHello 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-woocommercePlease let us know how it goes.
November 16, 2016 at 3:18 pm #1259909
Alessandro RParticipantActually 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?
November 16, 2016 at 5:48 pm #1260134
Rue NelModeratorHello 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.
November 17, 2016 at 8:50 am #1261067
Alessandro RParticipantOk, but here the problem persists:
https://www.voyageswimwear.com/product/kawai-vesi-bikini-cannes/How can I remove the lower value?
November 17, 2016 at 4:43 pm #1261683
RadModeratorHi 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!
November 17, 2016 at 4:48 pm #1261686
Alessandro RParticipantThat’s FANTASTIC!!!!!!!!!!!
November 17, 2016 at 6:55 pm #1261884
Alessandro RParticipantNow that the price is fixed.. Renew doesn’t put any link to go back to shop. How can I do that?
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1158787 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
