I need to customize the Shopify store for each client (company). There is a base store already set up with the colors and products ready, but I want certain changes to be made automatically on the store page depending on which client logs in. For example, if client A logs in to buy a product, the phrase ‘abc’ appears on the homepage. But if client B logs in, the phrase ‘xyz’ appears on the homepage. I believe this can be done by editing the page code.
I think you’re looking for the customer and company objects in Liquid:
There’s options to access the company’s name, and even a boolean that tests if the customer is a B2B customer or not.
i gonna take a look, thank you!