Clearance sale

Need to add the checkbox for clearance sale in each item record. Also need to add a customised price level to set the price for clearance.if you select clearance sale from UI then sale producers only show. change default price level to customised level. For changing price level we need to change the default itemkeymapping… Continue reading Clearance sale

Home carousel

Responsive carousel with configurable text and button needed.if the home banner contains only one image then need to remove the carousel feature. Scroll functionality Template for home carousel

Featured product

Need to create a checkbox in NetSuite for a featured product, if check this box need to show the corresponding item on UI Suitescript: Need to create a search to get all the checked item In view, the section fetches the data and passes it to the template

Delivery location

Need to set up a dropdown on every page with the different locations provided on NetSuite. Need to show the products depending on the product availability at each location. Mainly we showing products on PLP, PDP and recently items.  Sample extending for disabling and showing item depends on the location.  Creating cookies Location setup

Footer ( Corrdyn)

In this extension, we have used a customised feature instead of the default one. We have 4 levels column and on horizontal section too. Majority of footer links are coming from static SMT page. 

Out-of-stock notification

Need to show one field form whenever an item is out of stock. And the form contains email input with notify button. Then the email needs to pass to listrak.  For getting the out-of-stock item  For matrix item  Email validation 

Deployment of extension in shopify

create a version for your extension, publish it, and request access to run the extension on a live store. Register and push your extension In Shopify CLI, run the following command to register your extension: Run the following command to push your extension code to Shopify: Open the URL that shopify extension push printed to the console. Click Enable to preview… Continue reading Deployment of extension in shopify

Install Shopify CLI

we can use your computer’s command line to install the CLI from one of the supported package managers. Requirements Ruby or Ruby+Devkit using RubyInstaller for Windows 2.7 or higher Git A Shopify Partner account A Shopify development store to install and test apps Install Shopify CLI Start by installing Shopify CLI on your computer. You can install Shopify CLI on Windows,… Continue reading Install Shopify CLI

Published
Categorized as Shopify

Deployment of extension in shopify

create a version for your extension, publish it, and request access to run the extension on a live store. Register and push your extension In Shopify CLI, run the following command to register your extension: Run the following command to push your extension code to Shopify: Open the URL that shopify extension push printed to the console. Click Enable to preview… Continue reading Deployment of extension in shopify

Published
Categorized as Shopify

HTTPS webhook delivery in shopify

Register an endpoint Your endpoint must be an HTTPS webhook address with a valid SSL certificate that can correctly process event notifications. Subscribe to a webhook topic Sending a POST request to the Webhook resource in REST POST /admin/api/2022-01/webhooks.json Test the webhook Run a local server or use a publicly-available service such as Beeceptor. Receive the webhook After you register… Continue reading HTTPS webhook delivery in shopify

Published
Categorized as Shopify