Need to display template depending on customer login and log out. In the view section, we can define a profile model to get customer weather logged in or not. and pass the flag through it. on the template if it is true pass one template , Otherwise show another template. On the template need to… Continue reading Different Enquiry forms based on logged in condition
Month: August 2022
Shopify Tutorial
CREATE A SHOPIFY ACCOUNT Go to www.shopify.com/signup to start a 14-day free trial. Enter your email, name, and store name (you can change your store name later if needed). After you select Create your store, you’ll see a “Tell us a little about yourself” page. Your answers here only affect the advice emails Shopify sends you in their… Continue reading Shopify Tutorial
Shopify Basics (Oneweld)
THEME The Theme Store offers a wide variety of themes that you can add to your online store. It includes free themes and paid themes. Galleria is the theme suggested for the client and they were comfortable with that theme. some of the Front end UI mentioned below Theme Features Vertical Slideshow Display images or… Continue reading Shopify Basics (Oneweld)
Traffic health checkup
Before integrating with the new upgrade of Netsuite, You should always ensure that your NetSuite accounts and related integrations are not bound to a specific data center. As of NetSuite 2020.2, data center-specific domains for integrations are not supported. So we have to remove the data center-specific domains from the account. Traffic health checkups will ensure… Continue reading Traffic health checkup
Tips For Writing Social Media Interaction Posts That Get Noticed
While writing your social media interactions, you can use some tips to ensure your post gets noticed. Here are some examples of good social media interaction posts. Regardless of the platform you use, these tips can help you achieve a larger following than you ever thought possible. Follow these tips to make your posts stand… Continue reading Tips For Writing Social Media Interaction Posts That Get Noticed
Add External Library/CDN in SuiteScript
Import a third-party library Some third-party libraries register as AMD compatible in which case, you can specify a require configuration that sets up the path where the module is found. For example, you can create a JSON configuration file (JsLibraryConfig.json) containing the following code and save it in the File Cabinet: { “baseUrl”: “./”, “paths”:… Continue reading Add External Library/CDN in SuiteScript
Create a Form value Passed to the Service controller
Need to create a form and pass all the details to the NetSuite side and create a lead using passed details First of all, create a form and add a click function in submit button and while submitting add a function for passing the details to the backend. Submitting event Submitting function This passes the… Continue reading Create a Form value Passed to the Service controller
All Item options and custom transaction column fields are displaying in The PDP page.
There may be an issue in the PDP page due to all Item options and custom transaction column fields are displaying in the PDP page. The site may be unresponsive due to the time taken for displaying all the item options. Sample screen shot To remove this we need to check “SHOW ONLY ITEMS LISTED… Continue reading All Item options and custom transaction column fields are displaying in The PDP page.
Sales Order Text Removed
Removing the unwanted texts from the sales order. Here attaching an example done in THR website. Issue : wants to remove these unwanted text from the sales order that is marked in the image. Solution Take the Suitcommerce Configuration -> Advanced tab -> Take item option . Enabling the check box. 3. Adding the wanted… Continue reading Sales Order Text Removed
Create a new form in Myaccount New Tab.
We need to create a new form and place it into my account tab For creating a new tab in myaccount we have to get Myaccountmenu component in the entry point of javascript.Then need to create JSON array for adding the new tab with the required parameter. If we need to open new page for… Continue reading Create a new form in Myaccount New Tab.