This topic has 9 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Laranz
on my all product single page it doesn’t show price.
please fix that
link : http://www.slatehash.com/product/swish-case/
Hi,
I see this CSS in your website, did you add this?
.product-type-variable .product-information-inner .price { display: none; }
if so, that will prevent the rate to be displayed in variable products like the link you shared. If you didn’t add, make sure some plugins hide that under some options, please go through that too.
Let us know,
Thanks,
laranz.
in past i asked you some question and you told me to put that code in css’
link to that que : https://www.8theme.com/topic/price-range-in-variable-product/
it was working fine with that code , having problem with it from 2 days,
should i remove that code?
Hello,
Sorry, seems there is no way to hide price range only for products that have the individual price for the variation using custom CSS styles only. You need to remove code that I provided in another topic because it hides the main price for other variable products.
If you need to hide price range I would recommend you to contact WC plugin support.
Regards
But i was able to do it before two days then how is it not working now?
Hi,
This is also a variable product, http://www.slatehash.com/product/swish-case/ you mean you want to hide the price for only variable product but not for the Simple product?
Let us know,
Thanks,
laranz.
in that question i just wanted to hide the price range.
Also i’m not able to edit the price from quick edit, sale price is 330 now i want to change that to 350.
https://www.dropbox.com/s/l6xu6pun9esc9tj/Screenshot%202017-07-20%2002.06.25.png?dl=0
select category (all(205))
and try yourself, it will remain 330 even after checking.
Hi,
In that case use this Custom CSS,
.single-product .price { display: none; }
it will hide the price in all products page. If still this is not you need, please pass me a screenshot what exactly you want to hide.
For the bulk price change, I doubt you have variable and simple products, it can’t be done that way, ( also this is not theme’s issue, it is plugin’s ) try some woocommerce plugin for bulk edit for prices.
Let us know,
Thanks,
laranz.
You must be logged in to reply to this topic.Log in/Sign up