Guest User

Untitled

a guest
Apr 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. ${((user.CustomAttribute['product_cat1'] > user.CustomAttribute['product_cat3']) && (user.CustomAttribute['product_cat1'] > user.CustomAttribute['product_cat2']))}
  2.  
  3. ${((user.CustomAttribute['product_cat2'] > user.CustomAttribute['product_cat1']) && (user.CustomAttribute['product_cat2'] > user.CustomAttribute['product_cat3']))}
  4.  
  5. ${((user.CustomAttribute['product_cat3'] > user.CustomAttribute['product_cat1']) && (user.CustomAttribute['product_cat3'] > user.CustomAttribute['product_cat2']))}
  6.  
  7.  
  8.  
  9.  
  10. ${((user.CustomAttribute['product_cat1'] < user.CustomAttribute['product_cat3']) && (user.CustomAttribute['product_cat1'] > user.CustomAttribute['product_cat2']))}
  11.  
  12. ${((user.CustomAttribute['product_cat1'] < user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > user.CustomAttribute['product_cat3']))}
  13.  
  14.  
  15. ${((user.CustomAttribute['product_cat2'] < user.CustomAttribute['product_cat1']) && (user.CustomAttribute['product_cat2'] > user.CustomAttribute['product_cat3']))}
  16.  
  17. ${((user.CustomAttribute['product_cat2'] < user.CustomAttribute['product_cat3']) && (user.CustomAttribute['product_cat2'] > user.CustomAttribute['product_cat1']))}
  18.  
  19.  
  20. ${((user.CustomAttribute['product_cat3'] < user.CustomAttribute['product_cat1']) && (user.CustomAttribute['product_cat3'] > user.CustomAttribute['product_cat2']))}
  21.  
  22. ${((user.CustomAttribute['product_cat3'] < user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat3'] > user.CustomAttribute['product_cat1']))}
  23.  
  24.  
  25.  
  26.  
  27.  
  28. ${((user.CustomAttribute['product_cat1'] < user.CustomAttribute['product_cat3']) && (user.CustomAttribute['product_cat1'] < user.CustomAttribute['product_cat2']))}
  29.  
  30. ${((user.CustomAttribute['product_cat2'] < user.CustomAttribute['product_cat1']) && (user.CustomAttribute['product_cat2'] < user.CustomAttribute['product_cat3']))}
  31.  
  32. ${((user.CustomAttribute['product_cat3'] < user.CustomAttribute['product_cat1']) && (user.CustomAttribute['product_cat3'] < user.CustomAttribute['product_cat2']))}
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. ${((empty user.CustomAttribute['first_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0'))}
  51. ${((empty user.CustomAttribute['first_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat3']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat3'] > '0'))}
  52. ${((empty user.CustomAttribute['first_pref']) && (user.CustomAttribute['product_cat3'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat3'] > '0') && (user.CustomAttribute['product_cat2'] > '0'))}
  53.  
  54.  
  55. ${((empty user.CustomAttribute['second_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0'))}
  56. ${((empty user.CustomAttribute['second_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat3']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat3'] > '0'))}
  57. ${((empty user.CustomAttribute['second_pref']) && (user.CustomAttribute['product_cat3'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat3'] > '0') && (user.CustomAttribute['product_cat2'] > '0'))}
  58.  
  59.  
  60. ${((empty user.CustomAttribute['third_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0'))}
  61. ${((empty user.CustomAttribute['third_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat3']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat3'] > '0'))}
  62. ${((empty user.CustomAttribute['third_pref']) && (user.CustomAttribute['product_cat3'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat3'] > '0') && (user.CustomAttribute['product_cat2'] > '0'))}
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. ${((empty user.CustomAttribute['first_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0') && (user.CustomAttribute['second_pref'] == 'Prodcat1') && (user.CustomAttribute['third_pref'] == 'Prodcat2'))}
  74. ${((empty user.CustomAttribute['first_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0') && (user.CustomAttribute['second_pref'] == 'Prodcat2') && (user.CustomAttribute['third_pref'] == 'Prodcat3'))}
  75. ${((empty user.CustomAttribute['first_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0') && (user.CustomAttribute['second_pref'] == 'Prodcat1') && (user.CustomAttribute['third_pref'] == 'Prodcat3'))}
  76.  
  77. ${((empty user.CustomAttribute['second_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0') && (user.CustomAttribute['first_pref'] == 'Prodcat1') && (user.CustomAttribute['third_pref'] == 'Prodcat2'))}
  78. ${((empty user.CustomAttribute['second_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0') && (user.CustomAttribute['first_pref'] == 'Prodcat2') && (user.CustomAttribute['third_pref'] == 'Prodcat3'))}
  79. ${((empty user.CustomAttribute['second_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0') && (user.CustomAttribute['first_pref'] == 'Prodcat1') && (user.CustomAttribute['third_pref'] == 'Prodcat3'))}
  80.  
  81. ${((empty user.CustomAttribute['third_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0') && (user.CustomAttribute['second_pref'] == 'Prodcat1') && (user.CustomAttribute['second_pref'] == 'Prodcat2'))}
  82. ${((empty user.CustomAttribute['third_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0') && (user.CustomAttribute['second_pref'] == 'Prodcat2') && (user.CustomAttribute['second_pref'] == 'Prodcat3'))}
  83. ${((empty user.CustomAttribute['third_pref']) && (user.CustomAttribute['product_cat1'] == user.CustomAttribute['product_cat2']) && (user.CustomAttribute['product_cat1'] > '0') && (user.CustomAttribute['product_cat2'] > '0') && (user.CustomAttribute['second_pref'] == 'Prodcat1') && (user.CustomAttribute['second_pref'] == 'Prodcat3'))}
Add Comment
Please, Sign In to add comment