We need to create an “Extension”: In the entry point we need to extend the views. In our case Menutreeview and Header menu myaccount menu. Compare each line and if the id matches thenthe tab need to rename. Now we need to find the module name to extend the view and pass the value in… Continue reading Renaming whishlist page name to Favourites
Month: December 2022
Adding Link to the button using configuration record.
Create new page in My account in extension js modules like,open js module and crete extra file for new page name as jj.three.three.router.js. We can create page by using the router . In router file with view file and model file names required for data and server links (URL).view file links with tpl file(jj_three_three_tpl) of… Continue reading Adding Link to the button using configuration record.
How can we fetch information from XML file using AJAX
We can fetch and collect information of XML file using AJAX. In it first a function creates an object and then adds a function which is to be executed and when the server response is ready, sends the request off to the server. The loadDoc() function creates an XMLHttpRequest object, it adds the function which is to be executed.… Continue reading How can we fetch information from XML file using AJAX
Extension is Deployed but not Displaying in Extension Manager (issue Solved)
When We Deploy The Extension and it is not Showing In Extension manager then we can Follow the Steps. Navigate to Customization > List, Record, Field > Record Type Search SC ExtMech Extension and click on List from the Right Side of the Row As shown in Below Figure Edit the Extension Which have the… Continue reading Extension is Deployed but not Displaying in Extension Manager (issue Solved)
How to add a placeholder to the field using a layout processor?
We can also give sort order using this way.
How to rearrange the Shipping and Billing Address field on the checkout page?
In JJ\Checkout\Plugin\Checkout\Block\layoutprocessor.php
Redirect To Homepage When Customer Register
The code is added below for redirect to the homepage when the customer Register into the Website.
Error: “Your current role has insufficient permission. Select one of the roles in the Change Role list, or contact your account administrator” When Creating a New Token to Fetch Extension in SuiteCommerce InStore (SCIS)
You may be prompted with this error when executing ‘gulp extension:fetch –to’ and creating a new token for fetching the extension. To resolve this error, make sure that the token-based authentication feature is enabled on your account. Solution1. Navigate to Setup > Company > Enable Features 2. Click SuiteCloud tab Manage Authentication: a) Token-Based Authentication:… Continue reading Error: “Your current role has insufficient permission. Select one of the roles in the Change Role list, or contact your account administrator” When Creating a New Token to Fetch Extension in SuiteCommerce InStore (SCIS)
Creative text styling with the CSS mix-blend-mode property
mix-blend-mode is a CSS property that defines how the content of an element should blend with the content of the element’s parent and its background. mix-blend-mode gives CSS developers greater flexibility to create native designs using real text on images, thereby removing the need to use often bloated images edited with tools like Photoshop. One… Continue reading Creative text styling with the CSS mix-blend-mode property
Resolve Error: Cannot find module ‘underscore’.
When you have cannot find module x errors, one thing that might help sometimes is deleting the whole npm_modules folder and just running npm install again. Sometimes, on the initial npm install, it might of failed to get one dependency for a package and it won’t try to get it again when you run npm… Continue reading Resolve Error: Cannot find module ‘underscore’.