Home Forums WoodMart support forum Deactivate Price and add Downloads to every account

Deactivate Price and add Downloads to every account

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #276848

    CaptLOREAL
    Participant

    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

    #276856

    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

    #278388

    CaptLOREAL
    Participant

    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?

    #278422

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #278444

    CaptLOREAL
    Participant

    here

    #278501

    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

    #278565

    CaptLOREAL
    Participant

    Thank you, that works perfectly.

    And what about the default downloads?

    #278654

    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

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)