Home Forums Themes Support Claue 3,99 – 4,99 text

Tagged: ,

Viewing 3 reply threads
  • Author
    Posts
    • #21573

      Hi! Is it possible to change the price for variable products? In my country it’s unusual to use 3,99  – 4,99. I want them to show the lowest price or add the text ‘Vanaf'(vanaf is dutch for ‘From’) + the lowest price.

    • #21589

      Hi,

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

      .product.product-type-variable .price { color: #fff;}
      .product.product-type-variable .price .woocommerce-Price-amount.amount:nth-child(1) {color: #696969; position: relative}
      .product.product-type-variable .price .woocommerce-Price-amount.amount:nth-child(1)::before {content: "Vanaf:";margin-right: 8px;
      }

      Best regards

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

    • #21735

      Thnx for the answer. The euro-sign is now behind the price (5.90€) but i want it €5.90.

       

      And now all the variable products are having the ‘from’ price, but i only want the variable products with different prices to have the ‘from’ price.

      So just the 3,99 – 5,99 must be ‘vanaf € 3,99’ and not the variable products which have all the same price.

       

      How to fix?

    • #21752

      Hi,

      Please remove the code i suggest and follow this topic https://wedevs.com/105501/disable-woocommerce-variable-product-price/

      Best regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.