A) How to set the number of item on Overview page 1.Go to commerce -> Website -> Website Configuration 2.Take My Account tab ->RECENT TRANSACTIONS QUANTITY TO SHOW -> Set the needed number here 3.Save B) How to change the name of item option on website ,PDF etc 1.Go to Customization -> List, Records ,Fields… Continue reading How to update some changes in website from NetSuite
Author: Remya Krishnan
Solution for the issue On checkout page when entering security number in card and click on the continue button the security number disappears
Description when we entering the security number in the card field and click on the continue button then the number is disappears.Here we take Artina website. Solution 1.Inspect the continue button and find where its event is triggered 2.Find that the event is triggered in ‘click #payment_method_continue_button’: ‘showBilling’ 3.Here have a variable selectedBilling 4.Then search… Continue reading Solution for the issue On checkout page when entering security number in card and click on the continue button the security number disappears
Picking Ticket with image functionality in sales order created from website for the items having personalization
Description On sales order have a new button named “Picking ticket with image ” .On clicking the button a PDF open with the item name and image.As shown below Client Script User Event Suitelet
Proposal For Showing Description On Factory Shipment ETA Varies
Proposal Summary This proposal covers the development for showing description on factory shipment ETA varies section on PDP page Requirement On the PDP Page, we have a section “factory shipment ETA varies”. In the requirement, need to add a description of the section. Need to add a question mark icon in that section and show… Continue reading Proposal For Showing Description On Factory Shipment ETA Varies
Gets information about the current display options in PLP Page.
getDisplay() → {Display} Description Gets information about the current display options, such as the number of columns displayed, the display option ID, and the display option name. This method works only when the current view is the search page.
Solution for the issue ” Last Product added is hyperlink text which is not working”
Description Example : On the website on the the last product added ishyperlink text which is not working.When we click on the hyperlink it will directs to page not found. Solution Its because of in the URL the internal id showing as null as shown below First creating an extension .Extending the view file of… Continue reading Solution for the issue ” Last Product added is hyperlink text which is not working”
Gets read-only credit card information associated with the customer who is currently logged in.
Gets read-only credit card information associated with the customer who is currently logged in. Description Gets read-only credit card information associated with the customer who is currently logged in. You can only use this method on a secure domain; if you use it on a non-secure domain, it returns an error. In the following example, getCreditCards() is… Continue reading Gets read-only credit card information associated with the customer who is currently logged in.
In some times the shop categories are not visible on the website.
Example : Actual website If the issue occurs Solution: Take the website setup Commerce -> website -> Website list -> Take the website Activate the Rebuild Search index as shown below After proper cache invalidation the shop category is appears on the website Thank you
Things to be noticed when creating a new domain and activating all extensions and themes to the domain with an updated version.
STEPS. 1.Create a new domain from freenom. 2.Link that domain to the SSP application. 3.Activate the domain successfully. 4.Activate all extensions and themes to the new domain. 5.Fetch all extensions and themes from the domain. 6.Take the manifest of each extensions and updated the version [For example if the old version is 1.0.0 then updated… Continue reading Things to be noticed when creating a new domain and activating all extensions and themes to the domain with an updated version.
To get information about all sorting options on the PLP page
Description Gets information about all sorting options on the page. This method works only when the current view is the search page, otherwise it returns undefined. To get the current sorting option on the page, use getSorting. getAllSorting() → {Array.<Sorting>}