Responsive “You may also like” slider on the PDP page

In the PDP page there is already a slider with “You may also like” title but its is not responsive in all the device in some screens some cords will overflow and show empty places at end of the slider, we can use below solution to correct the issues with bx-slider. Modules: “ItemRelations.Related.View” (ItemRelationsRelatedView)

How to resolve the issue of storing the cache in address while updating address from checkout

In some cases, if we update the same address multiple times, the cache is stored for the address, and the shipping cost or delivery method will not update if we update again. We can use the below code to remove the cache from the checkout shipping address section. The address cache is stored due to… Continue reading How to resolve the issue of storing the cache in address while updating address from checkout

How to resolve “You have not enabled web services feature for your account” error while fetching theme or extension

We might face the above error when we try to fetch extension or theme files from the new NetSuite account. We can use this solution to resolve this issue. Solution: To solve the issue we just have to check the SOAP WEB SERVICES and REST WEB SERVICES check boxses which are available in enable features.… Continue reading How to resolve “You have not enabled web services feature for your account” error while fetching theme or extension

How to show the special instructions in plain text and line text based on how we enter the text area of the input

Basically, if we enter special instructions line by line, it will show as plain text. We can use this solution to show it as plain text if we enter it as plain text and line text if we enter it as line by line in the text area. WE will store the instruction text in… Continue reading How to show the special instructions in plain text and line text based on how we enter the text area of the input