Tutorials

How to Get User Email and User Name on the Web Store Front End

For some front end JavaScript that may run on a web store, accessing the user name or user email may be helpful to satisfy certain parameter requirements for those scripts. Fortunately, this information is accessible via the web store userId cookie. The following snippet will help you access these data: let fetchCookie = getCookie(“userId”); let […]

DKIM email signing

What Is DKIM Email Signing? DKIM stands for DomainKeys Identified Mail. It is an email authentication protocol that uses cryptographic techniques to allow recipients to verify that an email message truly came from the domain it claims to have come from. DKIM works by attaching a cryptographic signature to the email header. This signature is […]

How to configure credit card fee – Sage 300

Note: credit card fee is not the same as pre-auth increase. Pre-auth increase is a buffer (or a floating amount) that is added to the pre-authorization on the card via the payment gateway settings when the payment type is “pre-authorization”, whereas, credit card fee is a fixed amount that can be added to the credit […]

How to configure credit card fee – Sage X3

Note: credit card fee is not the same as pre-auth increase. Pre-auth increase is a buffer (or a floating amount) that is added to the pre-authorization on the card via the payment gateway settings when the payment type is “pre-authorization”, whereas, credit card fee is a fixed amount that can be added to the credit […]

Adding and Managing Brands

What are brands? How to set up brands in the webstore How to set up brands using Excel How to assign products using Excel How to add a link to the brands page in your navigation bar How to place a brands module onto a page What are brands? When it comes to your webstore, […]

How to Create Variant Options

Once you have read how to setup variant products, you are now ready to begin creating variant options. Getting started Navigate to Catalog > Product Variations > Variant Options Click Add New Option On Add Option screen, fill in the following fields: Name: Title of the variant option. It will be displayed on the frontend. […]

How To Create Shopping Cart Using Content Grid

Building your Shopping Cart using content grid would mean that you will have full control to design and place its elements along with leveraging Elasticsearch capabilities. For the sake of this guidance, we will use the below standard grid which consists of Title, Cart Listing, Action Buttons, Shipping Estimate, Promotion Module and Cart Summary. You […]

Useful CSS Classes for Content

You have a lot of flexibility when it comes to managing, positioning, and structuring your content; however, what if you need to style the content, outside of the formatting that’s available in the “Content Module,” and you don’t know CSS? Luckily, we have CSS classes, included with all our design templates, that extends your capacity […]

How To Show Category Description

You may like to show an additional information about your categories when a user lands on category pages. This information can be a descriptive text, an image or a carousel of images representing your category. For example: Descriptive text Image   Getting Started In your admin dashboard, navigate to Catalog > Categories. Click Edit for […]

Managing Product Images

Product images can add visual appeal to your webstore. By uploading strong images for your products your customers will not only be able to see what your products look like but it can also give personality and color to an otherwise plain category or the product page. Preparing product images Upload product images How to […]