Deactivate Price and add Downloads to every account
-
Hi,
I need help to customize my shop site.
First I want to deactivate the price for the time being. So it is fully deactivated and not only for log in. Later I want to activate the shop.
Second I want to add default downloads, so everybody who signs up can automatically download data on his account site. Is this possible?
Best Regards
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-rating-price {
display: none;
}
body .price{
display:none;
}
Best Regards
Thank you very much.
But the price is still in the productlisting. Is there also a code activate this.
And what about the default downloads?
Hello,
Please provide your site admin access to the private area.
Best Regards
Hello,
Please choose the shop page in the Woocommerce > Settings > Products https://prnt.sc/112kcfz
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .price {
display: none;
}
Best Regards
Thank you, that works perfectly.
And what about the default downloads?
Hello,
You will have to search for a plugin as our theme and related plugins do not stipulate the option to download something provided the user has subscribed.
If you have any questions please feel free to contact us.
Best Regards