SFCC Cartridge
Accounts
Accounts Pipelets
7 min
account pipelets integration to integrate the cartridge with site genesis, add pipelets/forter/fortercallcustomerupdate js to the following controllers in your sfcc configuration account js ( in the editform() function) account js ( in the registrationform() function) address js (in the list() function) login js (in the handleloginform() function) login js (in the logout() function) paymentinstruments js (in the list() function) wishlist js ( in the add() function) wishlist js ( in the wishlistform() function) 1\ account login account requirelogin , eventtype require('int forter/cartridge/scripts/lib/forter/forterconfig ds') forterconfig customer login 2\ account profile update account editprofile, eventtype require('int forter/cartridge/scripts/lib/forter/forterconfig ds') forterconfig customer profile update 3\ account registration account register, eventtype require('int forter/cartridge/scripts/lib/forter/forterconfig ds') forterconfig customer create 4\ account address update address list, eventtype require('int forter/cartridge/scripts/lib/forter/forterconfig ds') forterconfig customer address update 5\ customer login/logout login logout, eventtype require('int forter/cartridge/scripts/lib/forter/forterconfig ds') forterconfig customer logout 6\ customer adds new payment method paymentinstruments list, eventtype require('int forter/cartridge/scripts/lib/forter/forterconfig ds') forterconfig customer payment update 7\ customer added new item to wishlist wishlist add, eventtype require('int forter/cartridge/scripts/lib/forter/forterconfig ds') forterconfig customer profile update 8\ customer viewed or deleted item from wishlist wishlist show (in the ‘deleteitem’ transition), eventtype require('int forter/cartridge/scripts/lib/forter/forterconfig ds') forterconfig customer profile update