Skip to main content

Posts

OOTB Abandoned Cart Marketing Automation Campaigns Not Shown In The List

Hey All, It has been little while now i wrote my last blog, i have so many pending blogs to write, i will commit myself to write those in coming months But today, i will be sharing some small but useful information regarding marketing automation templates not showing even if all settings and installations are fine Following is the whole scenario which i was facing and had no clue until i found the actual reason why those campaigns did not show up Marketing Automation Campaign Ok, so i had a task to modify and use existing OOTB Abandoned Cart Campaigns and utilize and change them to allow some customized business logic. So generally when you install SXA tenant site with commerce they come installed by default and can be seen in the campaigns list. But in our scenario everything was working but the campaigns were not coming in the lists, there was nothing in the log as technically there were not errors (which i came to know after troubleshooting which i will mention later i...

Sitecore commerce sxa OOTB ProductList component always have variants property as NULL in ProductEntity class

Hello People, It has been little time till my last blog post, project priorities and lot to learn, It has been now 6 months I am working on core Sitecore  and I am loving the challenges and digging into nitty gritty of it. Recently, we started working on Sitecore commerce project which had lot of customization needed to achieve what we want to achieve from what commerce and sxa provides OOTB (Out of the box). OOTB commerce and sxa provides lot of components for storefront where authors can see product list, can have promoted products and much more I would suggest to make the " dotPick " friend of your lifetime, as you will need to look into some important DLLs to troubleshoot or to extend the functionalities depending on your need. Today, I would like to share one instance where we need to show some information from variant (not from a product), sounds simple right? but issue soon started as we started configuring OOTB " Product List " component. Scenar...

Create a new environment in business tool of sitecore commerce

Hello Friends, Recently, We have been working with the project which has sitecore commerce functionalities, One of the object in sitecore commerce is it's environment, It comes up with some default environments like "AdventureWorksAuthoring","AdventureWorksShops,"HabitatAuthoring","HabitatShops" Now it is obvious need of a project to have its own environment, So that all e-Commerce entities can be defined for that project in its own environment, Consider you are creating e-commerce site for electronic items for one of your client, you will need your own environment here so you can have catalogs, inventory, customers separately. By default sitecore commerce does not provide a way to create the new environment or nor have a post man API call via which we can create these new environments. How Let's quickly see the steps how can you have your own environment set up , These are  manual steps but can be automated using proxy APIs but...