• Resolved arrrrr

    (@arrrrr)


    price NOT recalculated in the main product page after selecting a price option!, while it show correct price in the next cart page.

    with the original woocommerce variation product it recalculated normal in the product page.

    it changed the theam but still not recalculating/Updating in the product page.

    How i can make the price be updated in the main product page, using your plugin please?

    • This topic was modified 4 years, 1 month ago by arrrrr.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author moomooagency

    (@moomooagency)

    Hi,

    The problem is the wrong price tag CSS selector. Please, adjust it. Check the FAQ section in the docs.

    Thread Starter arrrrr

    (@arrrrr)

    in “Uni CPO Plugin Settings”, i find this message but what i should change it to???, if i use easy storefront Theme?
    https://www.ads-software.com/themes/easy-storefront/

    “By default, the selector for a product price html tag is “.summary.entry-summary .price > .amount, .summary.entry-summary .price ins .amount”. However, the actual html markup of this block depends on the theme and you may need to define yours custom selector.”

    please what code i should use instead of your default?

    Plugin Author moomooagency

    (@moomooagency)

    Use this:

    .summary.entry-summary .price > .amount bdi, .summary.entry-summary .price ins .amount bdi

    Thread Starter arrrrr

    (@arrrrr)

    The same!.. Not worked

    Plugin Author moomooagency

    (@moomooagency)

    I got it, try this:

    .summary.entry-summary .price .amount bdi, .summary.entry-summary .price ins .amount bdi

    Thread Starter arrrrr

    (@arrrrr)

    Worked now.
    Thank you so much

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘price not recalculated (in main product page)’ is closed to new replies.