Display the badge for the items in the Myaccount, cart and checkout when the item added under the sale category
Month: October 2021
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.
Showing a Popup in the Login Register page when a button clicked
On clicking the upload certificate button on the registration page, a new pop-up needs to be displayed on the registration page. Solution: Create a modal for popup, for that create a separate view file for the pop up and in the view file of login register page, add a click function in events for the… Continue reading Showing a Popup in the Login Register page when a button clicked
Based on the customers subsidiary, display different price for customers in webstore
Display the price in the webstore based on the customers subsidiary. If the customers subsidiary is “OX Tools USA” then display the price level “US 50% OFF” in SB webstore. Other vice, the default behavior should work
How to Print Non-Inventory Items on Picking ticket/Packing slip
How to Print Non-Inventory Items on Picking ticket/Packing slip
Automated Intercompany Management feature is greyed out
Automated Inter company Management feature is greyed out
Using this keyword in JavaScript.
this keyword in JavaScript is a The value that this stores is the current execution context of the JavaScript program. Thus, when used inside a function this‘s value will change depending on how that function is defined, how it is invoked and the default execution context. this always holds the reference to a single object, that defines the current line of… Continue reading Using this keyword in JavaScript.
Registration page Update: Button for Resale Certificate upload
Adding a button for uploading the resale certificate in the login register page. The button should be visible only when user selects the country: ‘United States’, for all other countries the button should be hidden. Solution: Create button on the template file of login register and also add style in the SCSS file also and… Continue reading Registration page Update: Button for Resale Certificate upload
UPS Address Correction Report -Customer Address Correction Custom Import
UPS Address Correction Report – Customer Address Correction Custom Import
Backorder message update for items
The backorder message in the item record is updated. Updated the backorder message in the item record using Mass update. Allow back orders with no out-of-stock message is Set as the value in the field out of stock behavior in the item record. Created a workflow to set the value Allow back orders with no… Continue reading Backorder message update for items