When processing checkout on SCA, there may be instances where shoppers with multiple addresses select a non-default address at checkout. After the checkout has been completed, sales orders generated on the back end still uses the default address of the customer. This may be due to the Shipping Estimator Preference on the website settings which… Continue reading Resolve Incorrect Delivery Address after an SCA Checkout
Month: November 2022
Update Free shipping countdown
Proposal Summary : 1)The tab will not appear on the website if shipping threshold is zero or undefined. 2)If we reach the shipping threshold, the text in the message should be ‘Free Shipping Applied’. 3)If already SHIPPING METHOD is applied FREE for that then no need to show the tab or show ‘Free shipping already.… Continue reading Update Free shipping countdown
How to change SVG image colour in CSS
step-1 First we have to download the required SVG file and save in your folder. Step-2 Then we have to open that file in browser then inspect it to get the svg file like below Step-3 Then, we have to copy that above mentioned svg code which is in red colour to you html code… Continue reading How to change SVG image colour in CSS
API to get Item image from windchill
API to get Item image from windchill
Hide Price option in PDP page.
Hide the price option in the every page and navigate to Home page on clicking Enquire button. Create a new checkbox for item record. And show the enquire button in the website if it is enabled in the item record. When i click checkbox on netsuite item record, price should be hide on pdp page.… Continue reading Hide Price option in PDP page.
Convert Base64 to PDF using a free decoding tool
We can decode base 64 code to pdf format using any free decoding link. https://base64.guru/converter/decode/pdf#:~:text=How%20to%20convert%20Base64%20to%20PDF%201%20Paste,on%20the%20filename%20link%20to%20download%20the%20PDF. Steps to convert base 64 to pdf Paste your string in the “Base64” field. Press the “Decode Base64 to PDF” button. Click on the filename link to download the PDF. After the conversion, we can store the pdf in to… Continue reading Convert Base64 to PDF using a free decoding tool
How the cart and checkout functionalities are added in sitebuilder website
The cart and checkout functionalities are added by customizing the shopping cart and checkout Steps to customizing the shopping cart First navigate to Commerce > Websites > Website List. Click Edit next to a website. Click the Cart subtab. Check the box in the Show column next to each column you want to display in your site. Using the handles on… Continue reading How the cart and checkout functionalities are added in sitebuilder website
How to display Employee Name in Transaction Saved Search for Purchase Order
Description Transaction Saved Search for Purchase Order transactions results in null value shown when a join field Employee: Name is used in Results. The following method displays the way to fetch the Employee name in the transaction saved search for Purchase order. Solution To resolve, adjust the search and instead of Employee: Name join field use the… Continue reading How to display Employee Name in Transaction Saved Search for Purchase Order
Price Plan and Price Book Import
Price Plan and Price Book are necessary to add price to the subscription items. To import a price book, first we need to import Price plan. Prior to that subscription plan needs to be imported. To prepare price plan CSV data for import, make sure that your CSV file includes the following fields. They are… Continue reading Price Plan and Price Book Import
Add footer to your website.
create five configuration for footer content but we have default configuration for that configuration we have to create sub configuration for changing content for footer. Code for that{ “type”: “object”, “subtab”: { “id”: “myfooter”, “group”: “extensions”, “title”: “myfooter” }, “properties”: { “myfooter1.config”: { “group”: “extensions”, “subtab”: “myfooter1”, “type”: “string”, “title”: “myfooter_titel1”, “description”: “Config description example”,… Continue reading Add footer to your website.