Subversion Repositories SmartDukaan

Rev

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

Rev 3126 Rev 3185
Line 124... Line 124...
124
		
124
		
125
		} catch (Exception e) {
125
		} catch (Exception e) {
126
			log.warn("Unable to update the browsing history because of: ", e);
126
			log.warn("Unable to update the browsing history because of: ", e);
127
		}
127
		}
128
    	
128
    	
129
		DataLogger.logData(EventType.PRODUCT_VIEW, session.getId(), userinfo.getUserId(), userinfo.getEmail(),
129
		DataLogger.logData(EventType.PRODUCT_VIEW, getSessionId(), userinfo.getUserId(), userinfo.getEmail(),
130
                productName, Long.toString(productId));
130
                productName, Long.toString(productId));
131
		return "show";
131
		return "show";
132
    }
132
    }
133
    
133
    
134
    /**
134
    /**