Posts

Showing posts from 2018

IBM WCS DB2 SORTING DESC WITH NULL VALUES IN LAST

SELECT * FROM USERS ORDER BY   CASE when REGISTRATION is null then 1 else 0 end, REGISTRATION DESC 

Widget Import Mannually

<wcpgl:widgetImport useIBMContextInSeparatedEnv="${isStoreServer}" url="${env_customSiteWidgetsDir}com.sonepar.commerce.store.widgets.PaymentMethods/PaymentMethods.jsp">                   <wcpgl:param name="storeId" value="${WCParam.storeId}"/> <wcpgl:param name="catalogId" value="${WCParam.catalogId}"/>                     <wcpgl:param name="langId" value="${langId}"/>                      <wcpgl:param name="orderId" value="${currentOrderId}"/>                     <wcpgl:param name="type" value="add"/>                     <wcpgl:param name="ShippingPage" value="true"/>                     <wcpgl:param name="returnView" value="OrderShippingBillingView"/>                     <wcpgl:param name="fromShippin

bootstrap crousel

<html> <head> <!------ Include the above in your HEAD tag ----------> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <style> .col-md-4{   display: inline-block;   margin-left:-10px; } .col-md-4 img{   width:100%;   height:auto; } body .carousel-control-prev-icon, body .carousel-indicators li, body .carousel-control-next-icon{   background-color:#000; } span.carousel-control-prev-icon {  position: relative;  bottom: 40px;    right: 40px; } span.carousel-control-next-icon {  position: relative;  bottom: 40px; } </style> </head> <bo