For getting a free domain first got to the website: https://www.freenom.com/ first we have to create an account using our E-mail Id then only we can purchase a free domain from the site. Note that in the website the is no option for sign up for creating an account, only sign in tab will be… Continue reading How to get a free domain
Tag: SCA webstore
Creating new custom tab in Webstore in Elbrus Version.
Need to create a extension with the JavaScript, Templates, files and need to do some configuration in Model files. Tab name ResaleCertificate and JavaScript file, View file, Model file, Router file, tpl file. //ResaleCertificate.js define(‘ResaleCertificate’, [ ‘ResaleCertificate.Router’, ‘ResaleCertificate.Model’, ‘SC.Configuration’, ‘Utils’, ‘Profile.Model’, ‘jQuery’, ‘underscore’ ], function(Router, ResaleCertificate, Configuration, Utils, ProfileModel, jQuery, _) { ‘use strict’; console.log(‘ResaleCertificate’)… Continue reading Creating new custom tab in Webstore in Elbrus Version.
Require Login For Pricing
Check this box on the shopping subtab of the website set up if you want item prices and the Add to Cart button hidden from customers who have not logged in. All item prices display the message “Please log in for the price.” to customers who have not logged in. To change or translate this… Continue reading Require Login For Pricing
Stick a Button to the Top of a Page
A sticky button is one that stays at the top of the page as a user scrolls down. They are a useful design features when you are designing a page that will have a lot of vertical content but you want to users to be able to quickly find the primary call-to-action button. For example,… Continue reading Stick a Button to the Top of a Page
Registration Page using Custom module
Jira Code: GD-16 Created a new registration page in SCA Website with url https://sandbox.goodearthdist.com/crossfit using a custom module. To add a custom module: Create a custom module directory within your custom directory with the format of ModuleName@version. Create the sub-directories within the module.We need JavaScript, Sass, SuiteScript, and Templates sub-directories. Create the necessary files for your… Continue reading Registration Page using Custom module
Hide Content with an Expander
Expanders are UI molecules that hide content from the user until they click on it. When they do, the content slides down as if it were expanding. They are particularly useful in situations when you have additional content not immediately relevant to the user. Adding an Expander The only changes required are to the template… Continue reading Hide Content with an Expander
Move Content Off-Canvas with a Push Pane
The available screen space is much more limited on smaller devices, such as mobiles. As designers and developers, you should consider moving superfluous content off the screen. This content should still be easily accessible by users, but just not immediately on the page load. To enable this design, there is a custom jQuery plugin that… Continue reading Move Content Off-Canvas with a Push Pane
Purchase history page – Search by Invoice number
Requirement Add the option to search by Invoice number on the purchase history page Our Solution On the purchase history page currently, we have the option to search by the sales order number. In order to add the option to search by invoice number We can have 2 options. 1. Use the same input field… Continue reading Purchase history page – Search by Invoice number
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.
Items missing from webstore
OTGN-112 Requirement/Issue I have set up access to our eCommerce for a customer in New Zealand called Safesmart access. I have logged in as a contact of theirs: ben.f@easyaccess.co.nz When i am in SCA, i search for Home > Products > Hand Tools > Plastering & Drywall Tools > Joint & Taping Knives It tells… Continue reading Items missing from webstore