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