Home Forums Themes Support Claue no sale products

Tagged: 

Viewing 6 reply threads
  • Author
    Posts
    • #16410

      Hi. I have goods at a discount for Sale. But they are not displayed in the Sale tab. Tell me please what’s wrong. From the goods are displayed some Michael Kors and some Uggs. And there are more of them)

      And if you can – pozhskazhite how to remove the button increase and decrease the number of goods – on the attached picture)

      Attachments:
      You must be logged in to view attached files.
    • #16414

      Hi,

      1. You mean you have more product as sale but they don’t show? Please go to Pages > Edit sale page

      You below short code and change 12 as number of products you want to show

      [products limit="12" on_sale="true" ]

      2. IF you want hide quantity adjust please add custom code below in Claue > Theme Option > General Layout > Custom CSS

      .quantity input.input-text[type="number"] {
      	display: none;
      	border-color: transparent !important;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #16426
      This reply has been marked as private.
    • #16452

      Hi Alex,

      1. Could you explain more about the sale, I still not clear this

      2. Sorry for wrong code, please change prev code to

      form .quantity {
      	display: none;
      	border-color: transparent !important;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #16483
      This reply has been marked as private.
    • #16498

      Hi Alexey,

      Please change prev code to

      form .quantity {
      	display: none !important;
      	border-color: transparent !important;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #16520

      Thanks Harry. Now it work))

Viewing 6 reply threads

You must be logged in to reply to this topic.