• DoSouthShop

    (@dosouthshop)


    We would like ‘from’ to be on products that have more than one PRICE variation – once you make your selection the exact price should appear.

    However on products that have variations but no PRICE difference the ‘from’ price shows at the top, and no exact price is given once selection has been made.

    Can anyone help? Would be greatly appreciated!!

    https://wordpress.org/plugins/woocommerce/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Please post the url to your site.

    Thread Starter DoSouthShop

    (@dosouthshop)

    Its possible to restore the default behaviour of WooCommerce with some custom css. So if all the variations are one price, only that price will display. If there is a range, it will show two prices separated by a dash. No “From”. I think this is clear for the customer.

    .price {color:#9d9d9d}
    .product-type-variable .price .amount:before {content: ""}
    .price .amount:nth-of-type(2) {display:inline}

    Its not going to be easy to have the “From” in one case and not in the other. It would be necessary to write a custom function using the ‘woocommerce_get_price_html’ filter or rewrite the template page. Either will require php skills or hiring someone:
    http://jobs.wordpress.net/

    For a variable product with a variable price, the variation price appears under the dropdown when the dropdown is changed, but not for a variable product with a constant price. This is default WooCommerce behaviour. To change it, it would be necessary to edit the JavaScript. A non-trivial task.

    Please note your theme is version 3.5.2 but the current version is 3.7.4. That’s lots of changes. Its possible the updated theme behaves differently. If updating, take a backup.

    I think you have identified a confusion that may arise for a customer choosing a variable product with a constant price: What does “From” mean in this circumstance? If this has not been addressed in the updated theme, perhaps you could bring it to the attention of the theme vendor through their support forum.

    zero12345678

    (@zero12345678)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘'From' Price Issue’ is closed to new replies.