Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Round The Discount Tag and Remove The Minus Sign

Topic Resolution: Resolved
Viewing 8 reply threads
  • Author
    Posts
    • #35865
      muslu
      Support Expired

      Hi, we want to round the discount tag and also remove the minus sign in front of the number.

      But we want to remain two decimals after point on the price.

      I mean,

      Price = 99.90 (with two decimals remaining)

      Discount = 20% (an integer with no minus sign)

      Thanks.

    • #35868
      Harry
      Support Expired

      Hi,

      1, Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .badge span {
      	border-radius: 50%;
      	width: 40px;
      	height: 40px;
      	line-height: 38px;
      }

      2. Please go to WooCommerce > Settings > Currency options > Number of decimals > 2 https://prnt.sc/rti5yd

      3. Please download attach file, extract to claue-child > woocommerce > single-product and edit code in line 53

      echo '<span class="onsale pa right">' . $price . sprintf( __('-%s', 'claue' ), $maximumper . '%' ) . '</span>';

      and change to

      echo '<span class="onsale pa right">' . $price . sprintf( __('%s', 'claue' ), $maximumper . '%' ) . '</span>';

      Kind regards

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

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

    • #35881
      muslu
      Support Expired

      Thank you but how can I do the third step? I don’t have any clue.

      By the way, I mean the discount number is like ‘20%’ NOT ‘-20.8%’

      Thanks

    • #35890
      Harry
      Support Expired

      Please send me admin account and check in Set as private reply. We will help you do it.

      Kind regards

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

    • #35891
      muslu
      Support Expired
      This reply has been marked as private.
    • #35898
      Harry
      Support Expired

      You forgot send me your site admin url.

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

    • #35900
      muslu
      Support Expired
      This reply has been marked as private.
    • #35901
      Harry
      Support Expired

      I help you done it. Please check

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

    • #35902
      muslu
      Support Expired

      Awesome, thank you so much

Viewing 8 reply threads

You must be logged in to reply to this topic.