To change the text and formatting of the login page text. Requirement Change text of message on login page Change formatting of message. Our SolutionTo change the text in the checkout bundle ,we have to update in the login_register.txt file.We can replace the text there.
Category: Ecommerce-Web- App-Development
All articles related to Website development
Suitecommerce Advanced – Add to cart button not displaying, Price not displaying
Issue – Some times SCA website does not display Add to cart button and price for items even when all settings are correct. Solution 1 Go to Commerce > Websites > Website List Edit the website record Remove the value in the field DEFAULT CUSTOMER CATEGORY. Save the record Solution 2 Go to Commerce >… Continue reading Suitecommerce Advanced – Add to cart button not displaying, Price not displaying
Product Names Based on Region
Proposal summary This proposal summarised the solution and requirement of displaying product names on the website based on the customer subsidiary. Requirement Need to show the product name on the website based on the customer subsidiary. The subsidiary needs to be used are OX Tools USA, OX Tools UK, OX Tools AUS, OX Tools CA.… Continue reading Product Names Based on Region
lost Project files for the magento project during an system restart
Copied the project file from a colleague an pasted it in the location “/var/www/html”. Also copied the database from them and pasted it in the same location an created a database with the following commands mysql> CREATE DATABASE DatabaseName; mysql> CREATE USER ‘DatabaseUser’@’localhost’ IDENTIFIED BY ‘password’; mysql> GRANT ALL ON DatabaseName.* TO ‘DatabaseUser’@”localhost”; mysql> FLUSH… Continue reading lost Project files for the magento project during an system restart
End of Support for Data Center-Specific Commerce Domains
NetSuite – Account Specific Domains for Commerce New formats for shopping and checkout domains will soon be active in the NetSuite production account. These changes are being introduced in preparation for moving existing NetSuite accounts to new data centers over the next few years. What can I expect, and what do I need to do?Oracle… Continue reading End of Support for Data Center-Specific Commerce Domains
How to Resolve Error: “Internal Error” When Viewing Transaction History and Case Page.
In order to solve internal error in viewing transaction history page and cases page in myaccount, Solution Navigate to Commerce > Hosting > SSP Applications Click View for SuiteCommerce Advanced – Dev 2020.2.0 v2 Click Deploy to Website Select the website record for both fields DEPLOY TO ALL SHOPPING DOMAINS ON SITE and DEPLOY TO CHECKOUT DOMAIN ON SITE Click Save There are scenarios that certain functions such… Continue reading How to Resolve Error: “Internal Error” When Viewing Transaction History and Case Page.
How to Integrate Stripe Payment Gateway in Node.js
Install this package by using this commandnpm install stripeTo run the file you need to run the following commandnode index.jsYou need to include stripe module in your file by using these lines.var stripe = require(‘stripe’)(‘Your_Secret_Key’);To get your secret key, simply go to Stripe Offical Website and create an account, then you can get your secret… Continue reading How to Integrate Stripe Payment Gateway in Node.js
Stripe API integration in Svelte
1) Install the Stripe Node library npm install –save stripe 2) Load Stripe.js <script src=”https://js.stripe.com/v3/”></script> 3) Define the payment form <form id=”payment-form”> <div id=”card-element”> <!–Stripe.js injects the Card Element–> </div> <button id=”submit”> <div class=”spinner hidden” id=”spinner”></div> <span id=”button-text”>Pay now</span> </button> <p id=”card-error” role=”alert”></p> <p class=”result-message hidden”> Payment succeeded, see the result in your<a href=”” target=”_blank”>Stripe dashboard.</a> Refresh the… Continue reading Stripe API integration in Svelte
How to Change Default Logo of Admin in Magento 2
1) For that, You need to create app/design/adminhtml/Vendor/Theme/Magento_Backend/layout/admin_login.xml and paste the below code: <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” layout=”admin-login” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceBlock name=”logo”> <arguments> <argument name=”logo_image_src” xsi:type=”string”>images/admin-custom-logo.png</argument> </arguments> </referenceBlock> </body> </page> 2) Now, Make sure admin-custom-logo.png file available on app/design/adminhtml/Vendor/Theme/web/images/ this path.
NetSuite – Shopify Integration
A Custom Connector can be created for the NetSuite – Shopify Integration using Suitescript 2.1. Shopify is an eCommerce platform that hosts your online store. It helps organize the layout of your store’s appearance through themes (which you’re free to modify or change any way you want). It also offers payment processing, which allows you to… Continue reading NetSuite – Shopify Integration