Description: When the colors are already added in configuration record Color pallet under the lay out tab. But it is not showing on the website PDP page. Solution: In this time we can map the values from the colors which having an issue into the PDP page using PDP extension. Extending the ProductViewsOptionView
Author: Remya Krishnan
How to solve the issue when item options are missing for some items on the PDP page.
Description : The item options are missing for some items on the PDP page. Solution For this issue must ensure the below steps has to be done. 1.To show an item option for an item, the item should be added to the corresponding item option record . 2.For example 3.Check which item options are missing .… Continue reading How to solve the issue when item options are missing for some items on the PDP page.
Things to be noticed when creating a new tab on the PDP page.
Description : Need to create a new tab on the PDP page. Solution First we need to create a filed in the item field To display the value of an item field on the PDP page, we need to add the field to the detail section of the fieldsets. To add a new tab to… Continue reading Things to be noticed when creating a new tab on the PDP page.
Resolve 404 Errors and Internal Errors in the Web Store After Sandbox Refresh
Description : One reason why sometimes we encounter internal errors as well as 404 errors is because the combiners are not triggered before loading the web site. Solution Navigate to Documents> Files > File Cabinet > Web Site Hosting Files > Live Hosting Files > SSP Applications > Custom ShopFlow folder > templates templates.config: Click Edit Media Item field : Click Edit Click Save Repeat Steps 1 to 4 and do the same… Continue reading Resolve 404 Errors and Internal Errors in the Web Store After Sandbox Refresh
Resolve Inconsistent Shipping Method on Checkout When Using PayPal
Description : In some instances, shoppers who choose to pay via PayPal noticed that the initial shipping method they selected was changed to other shipping method (if web store offers multiple shipping options).This happens when the shopper already entered a shipping information on the web store during web registration (on the Address Information page), but… Continue reading Resolve Inconsistent Shipping Method on Checkout When Using PayPal
How to solve the issues when passing an image variable into template file from JavaScript file.
Description: According to our coding standard, we have to remove the static URL from the files where it is used. So for that, we have to pass that image into the template from the javascript file.In that time may be we are facing some issues, that issues and solutions are listed below, Points to be… Continue reading How to solve the issues when passing an image variable into template file from JavaScript file.
How to Clear the List/Record Field using SuiteScript
Description: Ability to clear the value on a field using SuiteScript features. Solution Is necessary to load a existent record and to also submit after clearing the values Navigate to Customization > Scripting > Scripts > New Click the (+) icon to upload the Script File with the sample code below Click Create Script Record Click Suitlet as the 1.0 Script Type Basic Information: Name: Enter Script Name … Continue reading How to Clear the List/Record Field using SuiteScript
How to convert negative value numbers into positive value numbers using javaScript.
There are different possible methods used for converting the negative value numbers into positive value numbers. Method 1: abs() Syntax Method 2: Multiply with -1 Syntax
Possibilities to solve problems that arise when using PayPal payment methods on Sandbox.
Sometimes we face some kind of problem while using PayPal payment methods An order cannot be placed, an error showing “payment information is incomplete” or “an unusual error occurred” Make ensure that the sandbox is properly configured with the sandbox. Make sure that the limit for using the PayPal account has not expired. Try it… Continue reading Possibilities to solve problems that arise when using PayPal payment methods on Sandbox.
Proposal for setting the order of size option on the PDP page.
Proposal Summary This proposal covers the development for set the order of size option on the PDP page. Requirement Need to set the order of price option on the PDP page. Previous size option New size options are in the order of SM, MD, LG, XL, 2X, 3X, 4X, 5X, 6X Deliverables In the PDP… Continue reading Proposal for setting the order of size option on the PDP page.