With the Commerce 11.2 release, Oracle introduces a new reference accelerator called the Commerce Store Accelerator (CSA). One of the primary goals of CSA is to provide a best practice framework for using the REST APIs, Experience Manager, and Assembler to build Oracle Commerce applications. The application is a services-based single-page application and is responsive…
ATG 11.2 What’s New
The new features and capabilities are in alignment with three main themes Customer Engagement – delivering relevant, personal and consistent experiences across all customer touchpoints Business Engagement – simplifying and unifying business user tools to manage, create and optimize customer experiences IT Engagement – building for tomorrow with a flexible and extensible architecture Check new…
Sending Complex Object To ATG REST MVC
Sending complex object to ATG REST MVC is a big bummer for developer when try to send complex data structure like atg-rest-class-type and atg-rest-values in the input payload. As these keyword are necessary so that REST architecture understands it correctly and map to corresponding objects. Here I am gonna give you a simple example how…
Send Multiple Cookies As Part Of Response In Jersey Rest API
Jersey Jersey RESTful Web Services framework is open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. Sending Multiple Cookies While using REST API sometimes there is requirement to to maintain the cookies or session…
Solved : Woocommerce Paypal Support For INR
Gateway Disabled: PayPal does not support your store currency. When we change the currency to INR as store currency in Woocommerce settings then it will result in an error on woocommerce paypal page like this. Reason The reason is quite simple because Paypal does not support Indian Currency and you can check in list of…
_dynSessConf – Use Of Session Confirmation Number In ATG
Session Confirmation Number In ATG When using REST services, you want to prevent the processing of malicious site requests. Oracle ATG Web Commerce platform uses a request parameter _dynSessConf, which contains a session confirmation number, to verify that a request is legitimate. How do we get it ? The first actor that must be invoked…
Solved : HTTP 302 – ATG Rest MVC Response
ATG REST MVC framework leverages existing Droplets, Form handlers and Components. As REST MVC uses the form handler in web service call, form handler internally redirects to either Success Url or Error Url. So due to this every time we invoke any actor that uses form handler always give HTTP 302 Moved Permanently because internal redirection happens on…
Solved : Unable to retrieve site definition for site id: /storeSiteUS
The most common error when we try to hit the CRS home page after installation is SEVERE [atg.endeca.assembler.multisite.ExtendedSiteManager] (http-/0.0.0.0:8080-1) Unable to retrieve site definition for site id: /storeSiteUS: com.endeca.store.exceptions.PathNotFoundException: No node found at path: [pages]. Causes for the above error are :- Baseline Indexing Make sure that your baseline indexing is completed for all components….
ATG Unplugged – Miscellaneous ATG Thread
Working on ATG ? Want to work on ATG ? Have knowledge of ATG ? Want to know ATG ? You have learned something new about ATG ? Want to learn new things about ATG ? If for any of above your answer is YES, then you land on the right place. So lets begin READ and WRITE. By…
Creating ATG Module From Scratch (without cim configuration)
Creating new atg project in eclipse is always a bummer for ATG beginners (was also for me). So here it is simply described how to create an ATG module from scratch. Prerequiste JDK7 ATG11.1 JBoss6+ Oracle 11G Eclipse With Installed ATG Plugin After getting all the required software installed open the eclispe and go with…