Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Remove Prices on Shop Page

hide prices
    • 6 years, 2 months ago insidesource
      Participant

      Expired

      Is there a way to hide prices on the following pages: 1. Shop page, 2. Single product page – so that the price only shows after the customer has selected its choice from the attributes/variables on the single product page. Thanks in advance.

       

    • 6 years, 2 months ago Mirela
      Participant

      Hello,

      This is a woocommerce customization. Try adding this css in Custom Css box:

      .woocommerce-variation-price .price, .woocommerce ul.products li.product .price
      {
          display: none;
      }

      Then add this js in the Custom JS box:

      (function($){
        $(document).ready(function(){
        	$('.variations_form.cart select').change(function(){
          	$('.woocommerce-variation-price .price').css('display', 'block');
          	console.log('changed');
        	});
        });
      })(jQuery);

      Let us know.
      Best regards!

    • 6 years, 2 months ago insidesource
      Participant

      Expired

      I received an error when trying to add the JS code.
      There are 21 errors which must be fixed before you can save.Update anyway, even though it might break your site?

      • This reply was modified 6 years, 2 months ago by insidesource.
    • 6 years, 2 months ago Mirela
      Participant

      Hello,

      Please add some wp credentials in your profile data. So we can check.

      Best regards!

Viewing 3 reply threads

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password