Configurable Products Pricing: "Starting At" $

Completed

Comments

2 comments

  • Avatar
    rich

    Seconding this. The current setup for configurable products is misleading to our customers for any product that has multiple price points.

    0
    Comment actions Permalink
  • Avatar
    Glen

    Thirding this.

    You can use a CSS hack on the Category Pages which helps a bit. (not that this is the ultimate answer)

    #pix-fe .zoey-product-info .price-box .price::before {
    content: "From ";
    font-family: 'Kameron'; /* If required otherwise delete */
    font-size: 15px; /* If required otherwise delete */
    text-transform: lowercase; /* If required otherwise delete */
    }

    You can't really use it on the PLP itself as once the price changes to the correct one the 'From' is irrelevant: (what happends on bundled? Does 'Starting at' dissapear once the user selects an option?)

     

    0
    Comment actions Permalink

Please sign in to leave a comment.