Loading issue

We have a issue in loading the website We have had several customers reach out to us over the past few days indicating they cannot load our website www.protecstyle.com. When we send out a link to a specific page, they can then see the page but they cannot load homepage. We have tried to isolate… Continue reading Loading issue

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

Analysis of Creating Assembly item using the script

The Assembly item was successfully created by suing the script, but it was not getting displayed on the website even though its ‘display in website’ ID is true and the inactive field is false. The assembly items created were categorized as “uncategorized,” which results in them being hidden from the website, which was due to… Continue reading Analysis of Creating Assembly item using the script

Update JSON file stored in the Netsuite fileCabinet with Promotion Details

The function updateJsonFile has been implemented to update the promotional details of an item in a JSON file stored in the NetSuite File Cabinet. Below is a summary of the functionality: Loading the JSON File: The JSON file is loaded using file.load() with the specific file ID (8381704). The contents are parsed to extract the… Continue reading Update JSON file stored in the Netsuite fileCabinet with Promotion Details

Promotion Details in to the item record

To get the promotion details upon creation and edit of the promotion and save the details of the promotion on the corresponding item record. A user event script that runs after a record is submitted. It handles both the creation/editing and deletion of promotion records, updating related item records accordingly. Key Points: Script Definition: The… Continue reading Promotion Details in to the item record

Group Gift Certificates in Your Web Store

This extension introduces Gift Certificate Groups, which lets you display related gift certificates together on the Product Listing Page (PLP) and Product Detail Pages (PDP) of your site, instead of listing each gift certificate individually. For example, you can create one group called $50–$500 Gift Certificates and one group called $1000–$1500 Gift Certificates. You can… Continue reading Group Gift Certificates in Your Web Store

Fix for Incorrect Matrix Item Image Rendering Due to File Name Conflicts

Issue Overview: When matrix items with similar option names share a part of their file name, it can cause incorrect images to render for specific items. This issue was observed with items where the option name, such as “LC-1.25mm,” appeared in the middle of the file name, leading to overlapping image assignments. Example of Issue:… Continue reading Fix for Incorrect Matrix Item Image Rendering Due to File Name Conflicts

SMT Installation and Implementation

Enable Features The first step for implementing Site Management Tools, is to enable the feature. To enable SMT: Go to Setup > Company > Setup Tasks > Enable Features. Click the Web Presence subtab. Check the Site Management Tools box. Click Save. Install the SMT Core Content Types Bundle The SMT Core Content Types bundle (Bundle ID 190323) lets you create… Continue reading SMT Installation and Implementation