• Resolved gatech0

    (@gatech0)


    Hello again!.

    I have made this plugin working inside Tabs on the same Page. So we can see 3 Rendered Products with PPOM each one at the same Page.

    All good, BUT, Options of the 3 Products are being added to the 1st!!. Also, the 2nd and 3rd doesn’t show Table with Option Total. I dont know how to fix it. Thank you.

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

Viewing 15 replies - 1 through 15 (of 21 total)
  • Hi @gatech0,

    But I don’t see PPOM Options/fields inside tabs.

    Thread Starter gatech0

    (@gatech0)

    https://www.gtech.systems/pc-para-jugar-gta-v/

    There are 3 Tabs (products)

    FULLHD, 2.5K and 4K

    You open them and see a Product with its photo, next description, next PPOM Options with Select fields

    The Total Option table is only shown in first product (FullHD)

    I see, you need to create different PPOM fields for each tab.

    Thread Starter gatech0

    (@gatech0)

    Hi again.

    Each Tab Product uses a different Meta Group Name.

    Tested on 2nd Tab adding a custom Class to each Field. Didn’t worked. 2nd Tab does not show Table with Total pricing, and upgrades added to First Product table.

    Do you mean different Data_Name of every Field in 3 Meta Groups?

    Thread Starter gatech0

    (@gatech0)

    Update: Modified Data_Name of 2nd Product Tab fields. Same issue.

    @gatech0 currently there isn’t a way to get PPOM to work on a single page for multiple products with the way you are using it. The JavaScript file ppom-price.js works on a single product basis where there is only one #ppom-price-container.

    Because you have multiple forms on the same DOM with the same #ppom-price-container ID it will only populate the first one because that is how IDs work in JavaScript by default.

    What really needs to happen is for @nmedia to update the core code by giving each ppom options container a unique ID with the same class and adjust the JavaScript to accommodate that change. This would be a major change though and could take a considerable amount of time to incorporate.

    A creative workaround for you for right now would be to use an IFRAME linked to a page that only contains the PPOM product options with a base target of “_parent” in the header. This way that page would contain multiple pages with their own DOM and would properly render the PPOM options and prices per IFRAME. The `<base target=”_parent”>’ would allow the IFRAME pages to redirect the parent page to the cart with the selected product upon completion.

    You would have to do some creative customizing of your theme to get that accomplished though. Maybe some custom templates or even just a straight up PHP page that isn’t contained within your theme that is referenced separately. You would have to do a lot of manual inclusions of the PPOM files and scripts as well.

    Good luck!

    Thread Starter gatech0

    (@gatech0)

    So sad answer, and cannot understand why the Post shows as solved.

    So the plugin is not capable and I will have to code a lot.

    Thank you.

    Thread Starter gatech0

    (@gatech0)

    I would like to pay for that solution, mr brozra can you help me? And also need another funcionality ??

    or if its available with mr nomedia

    p.d. Url renamed: https://www.gtech.systems/web/pc-para-jugar-gta-v/

    Thanks @brozra, it’s exactly what he mentioned, we cannot use multiple products on one page with PPOM.

    And I requested you already a simple fix is to attach different meta with different datanames to each tab.

    @gatech0 sorry, can’t help you. I’m working on three projects and wouldn’t have time right now. If you aren’t in a hurry I could get back to you in about a month.

    Hi,

    just a quick update, we are working on version PPOM 18.0 with better prices. I hope it will fix this as well.

    Thread Starter gatech0

    (@gatech0)

    Yeaah ??

    I will be waiting for this!.

    @nmedia Any ETA on the release date of that update? I’m working on a somewhat time sensitive project and I am running into the same issue.

    Thanks!

    Thread Starter gatech0

    (@gatech0)

    =D at least im not the only one!

    Hi folks :),

    thanks for patience… Just back from EID holidays. It will be released in a week.

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Wrong Options when used in Tabs’ is closed to new replies.