Git Product home page Git Product logo

Comments (3)

toasty avatar toasty commented on June 19, 2024

Hello,

The way is should be working is:

  • The 'price from' text should only disappear once all remaining associated products all have the same price.
  • The displayed price should be the lowest price of any of the remaining associated products all have the same price.
    (as you pick options it narrows which possible associated products can be selected via the subsequent options)

So if you've picked all your options there's only 1 possible product left, so the 'price from' should disappear and the price that shows should be that of that associated product.

I suspect something might be causing a JS error so the code which updates the price itself isn't running.

Specifically one thing I've seen a few people do is remove one of the displayed prices which the Magento js (and therefore SCP) needs in order to be able to update the price.

To check - within a <div class="price-box"> you should have a <span id="configurable-price-from-YOURPRODUCTID">
If you only have one which is elsewhere on the page which looks the same but has _clone on the end of the id, eg: <span id="configurable-price-from-YOURPRODUCTID_clone"> you'll still see a price on the page but Magento's JS will break.

If you can, install firebug and see if you're getting JS errors.

Matt

from magento-configurable-simple.

toasty avatar toasty commented on June 19, 2024

Of for crying out loud, github has stripped the html, thanks github!
I'll see if I can get something to show by tarting with markdown....

from magento-configurable-simple.

toasty avatar toasty commented on June 19, 2024

Closing as it's old now and it's an unconfirmed issue. (It can always be reopened if need be.)

from magento-configurable-simple.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.