Subversion Repositories SmartDukaan

Rev

Rev 11925 | Rev 11970 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11925 Rev 11964
Line 157... Line 157...
157
      1,             // This custom var is set to slot #1.  Required parameter.
157
      1,             // This custom var is set to slot #1.  Required parameter.
158
      'typeofuser',   // The name of the custom variable.  Required parameter.
158
      'typeofuser',   // The name of the custom variable.  Required parameter.
159
      'PrivateDeal',      // Sets the value of "User Type" to "Member" or "Visitor" depending on status.  Required parameter.
159
      'PrivateDeal',      // Sets the value of "User Type" to "Member" or "Visitor" depending on status.  Required parameter.
160
      1             // Sets the scope to session-level.  Optional parameter.
160
      1             // Sets the scope to session-level.  Optional parameter.
161
]);
161
]);
-
 
162
var prodJson = $action.getProductJSON();
162
</script>
163
</script>
163
#end
164
#end
164
</body>
165
</body>
165
</html>
166
</html>
166
167