Carter's Project Integration
Carter's Project Integration
SFRA/PWA Customization and Integration for Carters.
Technical Achievement: Custom Cartridge Logic
I’ve been part of the team which impement the Slas for CArter’s Worked with Algolia for product searching. Impemented PayPal and Braintree updated cartridge. PWA Kit back-end hook support/implementations. Dynamic Yield integration. Payment methods optimisation for AfterPay, ApplePay, PayPal, Gift Cards. Rewards/Loyaty program optimisations Checkout optimisations. Notify me when available for PDP WhishList optimizations OCAPI/SCAPI request integration, implementation and optimizations I implemented a custom service to handle real-time inventory checks.
// Example of a Controller customization
server.append('Show', function (req, res, next) {
var viewData = res.getViewData();
// Custom logic here
res.setViewData(viewData);
next();
});