Posts

Unlocking the Future of SAP Commerce Cloud, the Accelerator-Free Era - SAP Spartacus

Image
  SAP's strategic roadmap emphasizes the   discontinuation of accelerator-based storefront   support, compelling SAP Hybris customers to   embrace the power of headless architecture . As SAP Commerce Cloud sets its sights on the future, we are here to help you navigate the transformative journey toward headless commerce. We offer a comprehensive solution that leverages the   SAP Spartacus and React JS storefront   to unlock the full potential of this paradigm shift. At   Rynex Solutions , we recognize the evolving needs of businesses in the digital commerce landscape. Transition to Headless Commerce: Unleash Agility and Flexibility The accelerated phase-out of accelerator-based storefronts presents an opportunity for businesses to reimagine their commerce architecture. Headless commerce, with its decoupled front end and backend, provides unparalleled flexibility and scalability, empowering you to deliver exceptional customer experiences. At  Rynex...

Honored to be recognized among the 𝟭𝟰 𝗟𝗲𝗮𝗱𝗶𝗻𝗴 𝗦𝗔𝗣 𝗖𝗼𝗺𝗺𝗲𝗿𝗰𝗲/𝗛𝘆𝗯𝗿𝗶𝘀 𝗘𝘅𝗽𝗲𝗿𝘁𝘀 by EchoGlobal

Image
  Honored to be recognized among the "𝟭𝟰 𝗟𝗲𝗮𝗱𝗶𝗻𝗴 𝗦𝗔𝗣 𝗖𝗼𝗺𝗺𝗲𝗿𝗰𝗲/𝗛𝘆𝗯𝗿𝗶𝘀 𝗘𝘅𝗽𝗲𝗿𝘁𝘀" by EchoGlobal! Grateful to be featured by EchoGlobal as one of the 14 Hybris Experts shaping the SAP Commerce space! Working with SAP Commerce over the years has taught me that building scalable, reliable platforms is never a solo effort. It takes experimentation, late nights, lessons learned the hard way, and a community that's always growing and improving. A big thank you to the EchoGlobal team for the recognition. And to everyone in the ecosystem pushing boundaries, asking the right questions, and helping this space evolve, let’s keep sharing and building together. 𝗜𝗳 𝘆𝗼𝘂'𝗿𝗲 𝘄𝗼𝗿𝗸𝗶𝗻𝗴 𝗼𝗻 𝘀𝗼𝗺𝗲𝘁𝗵𝗶𝗻𝗴 𝗶𝗻𝘁𝗲𝗿𝗲𝘀𝘁𝗶𝗻𝗴 𝗶𝗻 𝗦𝗔𝗣 𝗖𝗼𝗺𝗺𝗲𝗿𝗰𝗲 𝗼𝗿 𝗱𝗶𝗴𝗶𝘁𝗮𝗹 𝗮𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲, 𝗜’𝗱 𝗹𝗼𝘃𝗲 𝘁𝗼 𝗰𝗼𝗻𝗻𝗲𝗰𝘁 𝗮𝗻𝗱 𝗰𝗼𝗻𝘁𝗿𝗶𝗯𝘂𝘁𝗲. 14 Hybris Experts list by EchoGlobal

Hybris SAP Commerce Cloud - Log4j Vulnerability Solution

The Log4j vulnerability is the most high-profile security vulnerability on the internet right now and comes with a severity score of 10 out of 10. I hope by now you are already aware of  Log4j Vulnerability (CVE-2021-44228) . Hence, In this article, I'll not cover more about what log4j vulnerability is. Now let's talk about what is the quick solution or precautionary measures for the SAP Commerce Hybris. If your Hybris solution is  on-premise  or with  SAP Infrastructure (CCV1)  then you should take preventive measures either removing JNDI classes from existing log4j-core-*.jar or upgrading all log4j libs. As of now, let's go with the first option which looks like a quick and easy fix to me. 1) Create /hybris/config/customize/platform/ext/core/lib folder structure in your project 2) Copy  /hybris/bin/platform/ext/core/lib/log4j-core- .jar* file to  /hybris/config/customize/platform/ext/core/lib 3)  Go to   /hybris/config/customize/platform/ex...

How to build hybris storefront less file without server restart

Image
In the Hybris if you need to change the style you need to deal with .less files. .less file need to compile to .css then only you can see the changes applied to your storefront. Generally, hybris build (ant clean all) will take care of .less compilation. But if you are frequently dealing with .less files and you want to build it without restarting/building the platform. You can use the below ant command. 1) Open another CMD/Terminal at your platform directory (you don't need to stop your current running server) 2) Now set ant environment using  setantenv.bat 3) Compile your storefront ant <yourstorefrontextension>_compileuisrc     e.g. ant mystorefront_compileuisrc