Resolve Incorrect Delivery Address after an SCA Checkout

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

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

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

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.