Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dornaweb

    (@dornaweb)

    Hi
    This plugin doesn’t support table for each product_variation, it’s not a common use case.
    But you can tell what you are trying to achieve, i might be able to help you.

    Thread Starter datverse

    (@datverse)

    Hi, @dornaweb
    Thank for your reply. I’m currently looking for a way to have a different Spec Table for each variant product.
    I use:
    – PHP 8.1
    – WordPress 5.9.1
    – Elementor (Pro) (latest)
    I create a Variant Product “P” with 3 Variant: A | B | C
    => We have 3 Variant: “P”-A, “P”-B, “P”-C
    I create a Table (T1) for Spec. Info of All Variant Product “P” => I display Table T1 in “Single Product Page” by Shortcode.
    I create a Table (T2).
    => I need: “P”-A, “P”-B, “P”-C have Table (T2) with difference value.
    => Example:
    – “P”-A have Table (T2) with: T2-1 = A1, T2-2 = A2, T2-3 = A3
    – “P”-B have Table (T2) with: T2-1 = B1, T2-2 = B2, T2-3 = B3
    – “P”-C have Table (T2) with: T2-1 = C1, T2-2 = C2, T2-3 = C3

    => After that I can use some custom code to display the Variant Spec. Table when select a Variant.

    Thanks

    Plugin Author Dornaweb

    (@dornaweb)

    Sadly this plugin doesn’t support a separate table for each variation, however data can be saved on each post_id and since variations are posts and support post metas, it is technically possible, but it needs a lot of modifications and since it’s not some common use-case we won’t be able to add such feature in future releases.

    You should or ask a developer to extend the plugin for you if you need such feature.

    Plugin Author Dornaweb

    (@dornaweb)

    I’m marking this question as “Resolved” since we haven’t heard back from you, feel free to reply if you still have questions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Table for variant product’ is closed to new replies.