• Resolved Jorge Razor

    (@jorgehoffmann)


    Is there a way to show the dynamic price on other place then below the components selectors? I will create a fixed bar on the bottom of the page that show the price all the time so the user can see the price changes as he change the components (I will have probably around 10 components, so the scroll bar is going to be long). Thanks for your attention.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support miemie

    (@miemie)

    Hi @jorgehoffmann,
    Sorry for late response,
    We can see you are using JC, you can put your price in this part https://pasteboard.co/JW3d3ys.png
    For example, when you select option 1, text 1 change then you can take this and put in
    (For example: [product name] x $[price])
    this is for option 1 and the other you can do in the same way
    $price_select = $(‘.wooco_component_1’).find(‘.wooco_component_product’).attr(‘data-price’);
    Best regards,

    Thread Starter Jorge Razor

    (@jorgehoffmann)

    Yes, the answer took long enough for me to resolve myself. But thanks anyway, the plugin is great! You Should offer different layouts (paid aside) for the components section like accordion style and stuff like that, I would buy it for sure ??

    Plugin Support miemie

    (@miemie)

    Thank you for your suggestion. We’ll consider it’s possibility to upgrade our plugin in the updated version.
    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display dynamic pricing elsewhere on the page’ is closed to new replies.