Address Validation Issues in Guest Checkout and Fixes

First Name and Last Name Not Saving or Reflecting in Address List (Billing Modal)  When adding a billing address via the modal view, users enter First Name and Last Name.  These fields are split from fullname, but the backend (and SCA profile model) expects fullname or addressee.  After clicking “Save”:  The modal remains open or… Continue reading Address Validation Issues in Guest Checkout and Fixes

Resolving Tax Calculation Issues on Checkout and Updating External Role Access for Avatax

Customers are experiencing issues where tax is not being calculated at the checkout stage in the webstore. This is linked to the Avatax integration, specifically with missing permissions for certain record types, which causes errors in the calculation process. Solution: To resolve this issue, the following steps have been taken to ensure proper tax calculations… Continue reading Resolving Tax Calculation Issues on Checkout and Updating External Role Access for Avatax

How to add script to a theme in bigcommerce

To customize features in Bigcommerce , most of the times we may need to add or customize javascript in the theme files. Do follow the steps to add Javascript. Log in to BigCommerce admin panel. From the sidebar, navigate to “Storefront” and select “Script Manager.” In the Script Manager, click on the “Create Script” button.… Continue reading How to add script to a theme in bigcommerce

Proposal for adding a message box on the checkout page on Thermogard Website

Proposal Summary This proposal covers the scope of adding a message/comments field on the checkout page on the Thermogard Website. The message should save to a custom field created in the Sales order. Requirement  The requirement is to add a message field on the checkout page on Thermogard Website and save the message/comments to the… Continue reading Proposal for adding a message box on the checkout page on Thermogard Website

Custom field in Checkout using extension.

The SC Custom Fields extension lets you add custom transaction body fields to the checkout application in Commerce websites. You can use these fields to request or provide additional information, such as shipping instructions, special order requests, and delivery time slots. SC Custom Fields lets you add text, check box, and date-type transaction body fields… Continue reading Custom field in Checkout using extension.

Extension to Remove Edit Option From Shipping Address Field

Requirement:On the SCA website, the shipping address can be edited from the my-account and checkout sections.Hide the edit option for the shipping address from my account and checkout section. Solution: Created an extension for the functionality  In the extension, extended the “AddressDetailsView“ file for disabling the buttons “Edit“ and “Remove“ in the Address cell.  Modified… Continue reading Extension to Remove Edit Option From Shipping Address Field