Variable Data not recognized with nested spintax
-
Hello,
I was trying to follow these instructions for nested spintax
https://ww.wp.xz.cn/support/topic/nested-spin-function/
I have some fields in my CSV file with variable data, wich are included in the spintax, but the data are not correctly recognized.
For example, I’ve included this line:
[my_process_spintax(“{La mejor|La|La última} {options[1]}”)]
In my CSV file ‘options[1]’ has 3 lines:
– Oferta
– Novedad
– VariedadThus, the expected result should be:
“La mejor oferta”
or…
“La última novedad”
etc….
Instead of that, The result is:
“La mejor options[1]”
or
“La última options[1]”
etc….
I supose the problem is because the field’s key of my csv is inluded inside the quotation marks, and I need how to resolve this problem, because in some cases I need to spin the results with several fields options
for example:
[my_process_spintax(“{La mejor|La|La última} {{options[1]}|{options_2[1]}|{options_3[1]}}”)]
Thank you in advance for helping me!
The page I need help with: [log in to see the link]
The topic ‘Variable Data not recognized with nested spintax’ is closed to new replies.