How and were differs?

The difference is an iframe is able to “float” within content in a page, that is you can create an html page and position an iframe within it. This allows you to have a page and place another document directly in it. A frameset allows you to split the screen into different pages (horizontally and vertically) and… Continue reading How and were differs?

How to resolve the issue of URL is not navigating to PDP page when we click on image or name of Related items slider in PDP and cart

Some time In specifically iPhone, iPad and android devices the URL will not navigate when click on related items slider or similar sliders we can use this solution to resolve the issue. Solution: Sometime the issue accrued due to not using full URL instead we have used the extended URLs like “/test-item-1” , “/test-item-2” rather… Continue reading How to resolve the issue of URL is not navigating to PDP page when we click on image or name of Related items slider in PDP and cart

Resolving Permission Errors in Scriptable Cart

When working with Scriptable Cart and custom records, resolving permission errors requires careful consideration of both the custom records and the script logic. Follow the guidelines below to address any permission issues you may encounter: Custom Record Setup: Ensure that the “Use Permissions” box is marked for the custom record. Clear the “Include Name Field”… Continue reading Resolving Permission Errors in Scriptable Cart

Custom List Permission

Permissions are defined differently for custom lists than for custom records. There is no Permissions tab and anyother access control is not available on the list definition page. This also includes errors which shows up on the SSP Navigate to Setup > Users/Roles > Manage Roles Custom Role: Click Edit Click Permissions Click Setup Permission:… Continue reading Custom List Permission

Replace is not a function error

To correct invoice details page issue is only for invoice with status unapproved payment status. The invoicedetailview is extended for an update. There showing an error replace is not a function error ” jQuery.Deferred exception: amount.replace is not a function TypeError: amount.replace is not a function”. amount = amount.replace(/,/g, ”); code was getting error To… Continue reading Replace is not a function error

google recatcha v3 in a check out page

To add google recatcha v3 in a check out pagewe need to create a extension and suite script and suite let file NOTE: SITE KEY and SECRET KEY will differ with domain java script: suite script files: tpl file suite let file configuration file