• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Mapping ordering

Mapping ordering 5 years 10 months ago #39233

Well I can't find out the solution when having increment 2 mapping based on two different text-field content.

I put this code in the appropriate PHP code after recording :


if($_POST == ''){
//if our dropdown selection is car

if($mappings[1]->ordering = 1){
//check if it's not the first mapping (mapping 1) and unset others (removes)
unset($mappings[1]);
//thus, only mapping nr. 1 will be triggered in this case
}
}if($_POST == ''){
if($mappings[2]->ordering = 2){
//similar as above, it checks the order and unset accordingly
unset($mappings[2]);
}
}

But mapping doesn't starts... While testing the content of text-field 'testvaleur1' or 'Testvaleur2'

Do you have any clue ?
CEO of Sereniteam SAS - Paris 15me - France
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!