Simple pagination is a java-script library with which we can achieve pagination to be handled on front end itself. No need to send the request again and again on the server. No need to maintain form fields to send filter data again to the server. Its quite simple as its name is. Plugin is –…
Cache Adapter In ATG
Cache adapter in ATG works in a similar way like EHCache does. We just have to call get(id) method of cache component. Here the passing parameter in get method will work as a key. For implementing cache adapter in ATG we need following components. XXXCache $class=atg.service.cache.Cache cacheAdapter=/com/xxx/cache/XXXCacheAdapter XXXCacheAdapter $class=com.xxx.cache.XXXCacheAdapter XXXCacheAdapter.java (Just provide implementation of getCacheElement. Override others…
How Volume Pricing Works In ATG – Example of Bulk Price Using PriceList
ATG OOTB supports volume pricing. We don’t have to make any changes to get bulk pricing works. Below are the simple steps for bulk pricing Create a new price list “Bulk Price List” in bcc with simple configuration Go to Catalog – Select Sku – Price List Tab Select newly price list “Bulk Price List”…