Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder
Question de oOSpikeOo
1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.
Hi I need small help please I have a step 2 which has book 1 and book 2 what i want is this if person selects Book 1 and Book it will display items from both book on step 3 if they select 1 book it will display only items from that 1 book. In total ythere is around 45 books clearly adding spider webs for all 45 books will be bit hard is there a way I can add all the books in step 2 and what ever is selected how ever many books is selected it will display all the items from them books in step 3 Can you please tell me best way to achieve this with out createing 45 webs for each book Thank you
Hello, You can use the "Show depending on conditions" option on the target items to show them only when the wanted conditions are filled. To recover the number of selected items, you can simply make the sum of their quantity in a custom calculation : [quantity] = [item-_1_quantity] + [item-_2_quantity] + [item-_3_quantity] ... Feel free to contact me from the support page if you need help.