Introduction to Adobe Business Catalyst – Part 2

Share this article

In the first part of the this series, we started to explore Adobe Business Catalyst, a full-service platform that you can use to enable your clients’ online businesses. In that installment, I showed you was how easy it is to take your design and build a website around it using content management tools and templates that you design and manage. We added interactive forms to collect data that could be used in marketing campaigns, and we created products and catalogs in your online store without having to do any back-end development. For each new capability, we saw how you could exert very fine-grained control over the user experience you’d created in order to help your client’s online business grow.

That’s really the strength of Business Catalyst: the platform is designed to give you the tools to extend your business, so that you can deliver a solution for your clients to grow their business.

Additional reading includes;

In this installment, we’ll delve a little deeper into those core capabilities to finish building out the online store, look at the rich analytics tools that are built into the system, and show you how to provide your client with their own access login—with reduced permissions.

First, though, let’s have a quick recap of the work environment: you can use Business Catalyst online as a web-based set of tools to manage the structure, content and functionality of your site, or you can work locally and FTP your files up to your site for further integration. If you use Dreamweaver to develop your sites, that product offers a Business Catalyst extension that integrates your site template and module capabilities, so you can work locally and sync to the remote site as you go. For this walkthrough, I’ll be working online.

Ecommerce Configuration

In part one of this series, we set up a simple online store and populated it with Catalogs and Products. Business Catalyst lets you dig down within the templates to customize the way your products are presented—from the pages’ look and feel, to the data elements. There’s also a fully integrated shopping cart solution lurking under the hood. So let’s customize the different workflow components of the shopping cart, checkout, and fulfillment to round out our online store.

The Shopping Cart

This is probably obvious for you, but just to be sure we’re on the same page, the purpose of a shopping cart is to allow customers to select multiple items to purchase over the course of a visit to an online store, and to complete purchasing all of those items in one checkout process when they’re finished. The Business Catalyst shopping cart follows strong conventions in that it’s session-based—meaning the data in the cart only exists through the current session—and it uses Ajax to let the customer add items to the cart while staying on the current page to continue shopping. The products were added to pages, and the shopping cart contents module was added to the template, so that it’s persistent through the site (see part one for more information).

On the shopping page, the items are listed with a name, price, quantity, and an Add to Cart button. When the customer clicks on the button, the product is added to the cart and they are prompted with an alert, as Figure 1, “Adding an item to the shopping cart” shows. (If you’re feeling adventurous, use a little bit of Ajax to capture that event and display the message inline!)

Figure 1. Adding an item to the shopping cart

Adding an item to the shopping cart


As soon as the item is added, the View Cart module is updated to reflect the total number of items in the cart, and their total cost. When you click on the View Cart link, you can see the detailed contents of the cart. Like most of the Business Catalyst tools, the default design is simple and completely functional—but it may not gel with your site’s design. As you work through your design, you can determine which elements need to be modified and you can choose which functional and data elements fit into your client’s online store. Let’s look at the default design, which is shown in Figure 2, “Viewing the cart”.

Figure 2. Viewing the cart

Viewing the cart


For starters, I want to remove the breadcrumb navigation and update the styles used for the headers. I’ll log in to the Admin section of the site in Business Catalyst and click on eCommerce to bring up the tools I use to manage the online store. I want to edit the templates that are used for the shopping cart, so I clicked on the View Customization Options link in the right-hand navigation. As you’ll remember from Part 1, this the same area where we accessed the templates to customize the Product and Catalog pages. You’ll find the shopping cart templates in the lower section. Click on Shopping Cart to bring up the editing screen shown in Figure 3, “Customizing online shop layouts”.

Figure 3. Customizing online shop layouts

Customizing online shop layouts


Once again, the default mode is Design view, which lets you see the elements of the page. Also, Business Catalyst gives you access to all of the data elements available for the layout, as Figure 4, “Editing the shopping cart page” shows. If you wanted to add more data elements, you could insert them using the Tag insert drop-down menu.

Figure 4. Editing the shopping cart page

Editing the shopping cart page


In this case, I’m going to be updating some styles and trimming the contents of this page. I’ll want detailed control over this process, so I toggle over to HTML mode, which Figure 5, “Editing the shopping cart in HTML mode” shows.

Figure 5. Editing the shopping cart in HTML mode

Editing the shopping cart in HTML mode


I remove the div that contains the breadcrumb navigation, and change the style attribute and the title of the page. Also, there are some elements that don’t fit with our current design, but which are important for the future growth of the site: Gift Vouchers and Discounts are great ways to encourage repeat business and are easy to include as part of product set up. For the moment, since we don’t have those programs in place, let’s remove them from the Shopping Cart screen. In addition, our client doesn’t want to allow customers to request a quote, so I removed that HTML and toggle back over to Design view; the result is shown in Figure 6, “The modified shopping cart layout”. That’s pretty simple—there are no requirements to write up, and there’s no haggling with a developer. You’re all set.

Figure 6. The modified shopping cart layout

The modified shopping cart layout


After saving my changes, I can refresh the shopping cart page. Once again, my design—shown in Figure 7, “The updated shopping cart page”—won’t win any awards, but I hope it shows you the level of control that you have available to customize your store.

Figure 7. The updated shopping cart page

The updated shopping cart page


Let’s keep moving through the templates. Business Catalyst makes it easy to ensure you’ve customized everything in the checkout workflow. Take a closer look at the online shop layouts page—the templates are arranged in order, so you can step through each one to make sure it fits your client’s needs. The first thing a customer will do is add an item to cart, and once they’re finished shopping, they will need to view the contents of the cart. Next, they’ll need to enter their billing information, and finally, they’ll see a confirmation screen. In Business Catalyst, everything’s all set up and ready for you to apply your touch to the checkout experience, as Figure 8, “Customizing each step of the checkout process” shows.

Figure 8. Customizing each step of the checkout process

Customizing each step of the checkout process


Once we make our changes to the Shopping Cart details page, we have two more steps in the checkout process to customize: payment and confirmation. Let’s see what the payment page looks like right now by clicking Check Out on the shopping cart page. The payment page—shown in Figure 9, “The default checkout page”—is really the main data entry step in completing the purchase: the customer enters their name, address, billing, and credit card information, and submits the form for processing.

Figure 9. The default checkout page

The default checkout page


Again, the default layout is completely functional and quite simple but it needs some updating and customization to meet our business and design goals. In this case, we’re not just going to change the page’s look and feel: we’re going to customize some of the options in the drop-down menus and payment options. That template is called Registration – Buy. Click on it to edit it.

In the HTML view, I scroll down and modify the country list to remove countries in which we won’t be doing business, update the list of accepted credit cards and expiration dates, and modify the payment methods we’re going to accept. The updated page is shown in Figure 10, “The modified checkout page”.

Figure 10. The modified checkout page

The modified checkout page


As an alternative (and to get much more control at the field level), I could go to the Modules section, click on Webforms, and select the Online Shop Purchase Form. In the form editor you can add and remove fields that you want to have on, or leave off, your Purchase form, as Figure 11, “Editing the Online Shop Purchase Form Module” shows.

Figure 11. Editing the Online Shop Purchase Form Module

Editing the Online Shop Purchase Form Module


important: Changing the Module?

If you make changes to the module itself, remember that you must reinsert it into the page or template that uses it.

With a minor edit in the CSS, the form block is now left-aligned, and after making some minor text edits, we have something that’s a little closer to our design. As with all elements in the store, you can continue to fine-tune and hone the user experience to create a design that’s right for your client. The payment processing will be handled in the back-end—we’ll take a look at that next—but the validation of data entered into the mandatory fields is handled in JavaScript. You could add some Ajax to the page to perform some inline validation and improve the user experience even more. If you want to edit the wording in the messages, you can do that right in the JavaScript file called ValidationFunctions_EN.js—it’s all accessible and under your control.

The last step is to customize the payment confirmation page. Back on the Online Shop Layouts page, click on Receipt – Buy to edit the template. If you want to add any customer service messages or contact information, you can add it here.

Before you can accept credit card payments, you’ll need to configure your Payment Gateways. Go to eCommerce > Payment Gateways and select the proper gateways for your client, as shown in Figure 12, “Configuring Payment Gateways”. Note that credit card processing does require an upgraded, paid account.

Figure 12. Configuring Payment Gateways

Configuring Payment Gateways


You’ll need to get the appropriate merchant information from your client to set up the gateway, as well as PayPal information if they want to receive payments through PayPal as well, as shown in Figure 13, “PayPal”.

Figure 13. PayPal

PayPal


You’ll want to work with your client to configure this part of the site, but as you can see, making updates to it is just as easy as any other part of the online store. Other details in the ecommerce section are just as straightforward to customize—shipping options, tax codes, and even QuickBooks integration are all pre-built and ready to use.

Rob FriemanRob Frieman
View Author

Rob Frieman has been building web sites and applications for over 15 years. He currently leads web application development for a large financial services company.

Share this article
Read Next
7 Easy Ways to Make a Magento 2 Website Faster
7 Easy Ways to Make a Magento 2 Website Faster
Konstantin Gerasimov
Powerful React Form Builders to Consider in 2024
Powerful React Form Builders to Consider in 2024
Femi Akinyemi
Quick Tip: How to Animate Text Gradients and Patterns in CSS
Quick Tip: How to Animate Text Gradients and Patterns in CSS
Ralph Mason
Sending Email Using Node.js
Sending Email Using Node.js
Craig Buckler
Creating a Navbar in React
Creating a Navbar in React
Vidura Senevirathne
A Complete Guide to CSS Logical Properties, with Cheat Sheet
A Complete Guide to CSS Logical Properties, with Cheat Sheet
Ralph Mason
Using JSON Web Tokens with Node.js
Using JSON Web Tokens with Node.js
Lakindu Hewawasam
How to Build a Simple Web Server with Node.js
How to Build a Simple Web Server with Node.js
Chameera Dulanga
Building a Digital Fortress: How to Strengthen DNS Against DDoS Attacks?
Building a Digital Fortress: How to Strengthen DNS Against DDoS Attacks?
Beloslava Petrova
Crafting Interactive Scatter Plots with Plotly
Crafting Interactive Scatter Plots with Plotly
Binara Prabhanga
GenAI: How to Reduce Cost with Prompt Compression Techniques
GenAI: How to Reduce Cost with Prompt Compression Techniques
Suvoraj Biswas
How to Use jQuery’s ajax() Function for Asynchronous HTTP Requests
How to Use jQuery’s ajax() Function for Asynchronous HTTP Requests
Aurelio De RosaMaria Antonietta Perna
Quick Tip: How to Align Column Rows with CSS Subgrid
Quick Tip: How to Align Column Rows with CSS Subgrid
Ralph Mason
15 Top Web Design Tools & Resources To Try in 2024
15 Top Web Design Tools & Resources To Try in 2024
SitePoint Sponsors
7 Simple Rules for Better Data Visualization
7 Simple Rules for Better Data Visualization
Mariia Merkulova
Cloudways Autonomous: Fully-Managed Scalable WordPress Hosting
Cloudways Autonomous: Fully-Managed Scalable WordPress Hosting
SitePoint Team
Best Programming Language for AI
Best Programming Language for AI
Lucero del Alba
Quick Tip: How to Add Gradient Effects and Patterns to Text
Quick Tip: How to Add Gradient Effects and Patterns to Text
Ralph Mason
Logging Made Easy: A Beginner’s Guide to Winston in Node.js
Logging Made Easy: A Beginner’s Guide to Winston in Node.js
Vultr
How to Optimize Website Content for Featured Snippets
How to Optimize Website Content for Featured Snippets
Dipen Visavadiya
Psychology and UX: Decoding the Science Behind User Clicks
Psychology and UX: Decoding the Science Behind User Clicks
Tanya Kumari
Build a Full-stack App with Node.js and htmx
Build a Full-stack App with Node.js and htmx
James Hibbard
Digital Transformation with AI: The Benefits and Challenges
Digital Transformation with AI: The Benefits and Challenges
Priyanka Prajapat
Quick Tip: Creating a Date Picker in React
Quick Tip: Creating a Date Picker in React
Dianne Pena
How to Create Interactive Animations Using React Spring
How to Create Interactive Animations Using React Spring
Yemi Ojedapo
10 Reasons to Love Google Docs
10 Reasons to Love Google Docs
Joshua KrausZain Zaidi
How to Use Magento 2 for International Ecommerce Success
How to Use Magento 2 for International Ecommerce Success
Mitul Patel
5 Exciting New JavaScript Features in 2024
5 Exciting New JavaScript Features in 2024
Olivia GibsonDarren Jones
Tools and Strategies for Efficient Web Project Management
Tools and Strategies for Efficient Web Project Management
Juliet Ofoegbu
Choosing the Best WordPress CRM Plugin for Your Business
Choosing the Best WordPress CRM Plugin for Your Business
Neve Wilkinson
ChatGPT Plugins for Marketing Success
ChatGPT Plugins for Marketing Success
Neil Jordan
Managing Static Files in Django: A Comprehensive Guide
Managing Static Files in Django: A Comprehensive Guide
Kabaki Antony
The Ultimate Guide to Choosing the Best React Website Builder
The Ultimate Guide to Choosing the Best React Website Builder
Dianne Pena
Exploring the Creative Power of CSS Filters and Blending
Exploring the Creative Power of CSS Filters and Blending
Joan Ayebola
How to Use WebSockets in Node.js to Create Real-time Apps
How to Use WebSockets in Node.js to Create Real-time Apps
Craig Buckler
Best Node.js Framework Choices for Modern App Development
Best Node.js Framework Choices for Modern App Development
Dianne Pena
SaaS Boilerplates: What They Are, And 10 of the Best
SaaS Boilerplates: What They Are, And 10 of the Best
Zain Zaidi
Understanding Cookies and Sessions in React
Understanding Cookies and Sessions in React
Blessing Ene Anyebe
Enhanced Internationalization (i18n) in Next.js 14
Enhanced Internationalization (i18n) in Next.js 14
Emmanuel Onyeyaforo
Essential React Native Performance Tips and Tricks
Essential React Native Performance Tips and Tricks
Shaik Mukthahar
How to Use Server-sent Events in Node.js
How to Use Server-sent Events in Node.js
Craig Buckler
Five Simple Ways to Boost a WooCommerce Site’s Performance
Five Simple Ways to Boost a WooCommerce Site’s Performance
Palash Ghosh
Elevate Your Online Store with Top WooCommerce Plugins
Elevate Your Online Store with Top WooCommerce Plugins
Dianne Pena
Unleash Your Website’s Potential: Top 5 SEO Tools of 2024
Unleash Your Website’s Potential: Top 5 SEO Tools of 2024
Dianne Pena
How to Build a Chat Interface using Gradio & Vultr Cloud GPU
How to Build a Chat Interface using Gradio & Vultr Cloud GPU
Vultr
Enhance Your React Apps with ShadCn Utilities and Components
Enhance Your React Apps with ShadCn Utilities and Components
David Jaja
10 Best Create React App Alternatives for Different Use Cases
10 Best Create React App Alternatives for Different Use Cases
Zain Zaidi
Control Lazy Load, Infinite Scroll and Animations in React
Control Lazy Load, Infinite Scroll and Animations in React
Blessing Ene Anyebe
Building a Research Assistant Tool with AI and JavaScript
Building a Research Assistant Tool with AI and JavaScript
Mahmud Adeleye
Understanding React useEffect
Understanding React useEffect
Dianne Pena
Web Design Trends to Watch in 2024
Web Design Trends to Watch in 2024
Juliet Ofoegbu
Building a 3D Card Flip Animation with CSS Houdini
Building a 3D Card Flip Animation with CSS Houdini
Fred Zugs
How to Use ChatGPT in an Unavailable Country
How to Use ChatGPT in an Unavailable Country
Dianne Pena
An Introduction to Node.js Multithreading
An Introduction to Node.js Multithreading
Craig Buckler
How to Boost WordPress Security and Protect Your SEO Ranking
How to Boost WordPress Security and Protect Your SEO Ranking
Jaya Iyer
Understanding How ChatGPT Maintains Context
Understanding How ChatGPT Maintains Context
Dianne Pena
Building Interactive Data Visualizations with D3.js and React
Building Interactive Data Visualizations with D3.js and React
Oluwabusayo Jacobs
JavaScript vs Python: Which One Should You Learn First?
JavaScript vs Python: Which One Should You Learn First?
Olivia GibsonDarren Jones
13 Best Books, Courses and Communities for Learning React
13 Best Books, Courses and Communities for Learning React
Zain Zaidi
5 jQuery.each() Function Examples
5 jQuery.each() Function Examples
Florian RapplJames Hibbard
Implementing User Authentication in React Apps with Appwrite
Implementing User Authentication in React Apps with Appwrite
Yemi Ojedapo
AI-Powered Search Engine With Milvus Vector Database on Vultr
AI-Powered Search Engine With Milvus Vector Database on Vultr
Vultr
Understanding Signals in Django
Understanding Signals in Django
Kabaki Antony
Why React Icons May Be the Only Icon Library You Need
Why React Icons May Be the Only Icon Library You Need
Zain Zaidi
View Transitions in Astro
View Transitions in Astro
Tamas Piros
Getting Started with Content Collections in Astro
Getting Started with Content Collections in Astro
Tamas Piros
What Does the Java Virtual Machine Do All Day?
What Does the Java Virtual Machine Do All Day?
Peter Kessler
Become a Freelance Web Developer on Fiverr: Ultimate Guide
Become a Freelance Web Developer on Fiverr: Ultimate Guide
Mayank Singh
Layouts in Astro
Layouts in Astro
Tamas Piros
.NET 8: Blazor Render Modes Explained
.NET 8: Blazor Render Modes Explained
Peter De Tender
Mastering Node CSV
Mastering Node CSV
Dianne Pena
A Beginner’s Guide to SvelteKit
A Beginner’s Guide to SvelteKit
Erik KückelheimSimon Holthausen
Brighten Up Your Astro Site with KwesForms and Rive
Brighten Up Your Astro Site with KwesForms and Rive
Paul Scanlon
Which Programming Language Should I Learn First in 2024?
Which Programming Language Should I Learn First in 2024?
Joel Falconer
Managing PHP Versions with Laravel Herd
Managing PHP Versions with Laravel Herd
Dianne Pena
Accelerating the Cloud: The Final Steps
Accelerating the Cloud: The Final Steps
Dave Neary
An Alphebetized List of MIME Types
An Alphebetized List of MIME Types
Dianne Pena
The Best PHP Frameworks for 2024
The Best PHP Frameworks for 2024
Claudio Ribeiro
11 Best WordPress Themes for Developers & Designers in 2024
11 Best WordPress Themes for Developers & Designers in 2024
SitePoint Sponsors
Top 10 Best WordPress AI Plugins of 2024
Top 10 Best WordPress AI Plugins of 2024
Dianne Pena
20+ Tools for Node.js Development in 2024
20+ Tools for Node.js Development in 2024
Dianne Pena
The Best Figma Plugins to Enhance Your Design Workflow in 2024
The Best Figma Plugins to Enhance Your Design Workflow in 2024
Dianne Pena
Harnessing the Power of Zenserp for Advanced Search Engine Parsing
Harnessing the Power of Zenserp for Advanced Search Engine Parsing
Christopher Collins
Build Your Own AI Tools in Python Using the OpenAI API
Build Your Own AI Tools in Python Using the OpenAI API
Zain Zaidi
The Best React Chart Libraries for Data Visualization in 2024
The Best React Chart Libraries for Data Visualization in 2024
Dianne Pena
7 Free AI Logo Generators to Get Started
7 Free AI Logo Generators to Get Started
Zain Zaidi
Turn Your Vue App into an Offline-ready Progressive Web App
Turn Your Vue App into an Offline-ready Progressive Web App
Imran Alam
Clean Architecture: Theming with Tailwind and CSS Variables
Clean Architecture: Theming with Tailwind and CSS Variables
Emmanuel Onyeyaforo
How to Analyze Large Text Datasets with LangChain and Python
How to Analyze Large Text Datasets with LangChain and Python
Matt Nikonorov
6 Techniques for Conditional Rendering in React, with Examples
6 Techniques for Conditional Rendering in React, with Examples
Yemi Ojedapo
Introducing STRICH: Barcode Scanning for Web Apps
Introducing STRICH: Barcode Scanning for Web Apps
Alex Suzuki
Using Nodemon and Watch in Node.js for Live Restarts
Using Nodemon and Watch in Node.js for Live Restarts
Craig Buckler
Task Automation and Debugging with AI-Powered Tools
Task Automation and Debugging with AI-Powered Tools
Timi Omoyeni
Quick Tip: Understanding React Tooltip
Quick Tip: Understanding React Tooltip
Dianne Pena
12 Outstanding AI Tools that Enhance Efficiency & Productivity
12 Outstanding AI Tools that Enhance Efficiency & Productivity
Ilija Sekulov
React Performance Optimization
React Performance Optimization
Blessing Ene Anyebe
Introducing Chatbots and Large Language Models (LLMs)
Introducing Chatbots and Large Language Models (LLMs)
Timi Omoyeni
Migrate to Ampere on OCI with Heterogeneous Kubernetes Clusters
Migrate to Ampere on OCI with Heterogeneous Kubernetes Clusters
Ampere Computing
Scale Your React App with Storybook and Chromatic
Scale Your React App with Storybook and Chromatic
Daine Mawer
10 Tips for Implementing Webflow On-page SEO
10 Tips for Implementing Webflow On-page SEO
Milan Vracar
Get the freshest news and resources for developers, designers and digital creators in your inbox each week