[11:24:21] ‘startDeploy’ errored after 36 s[11:24:21] Error in task gulp extension:deployError MessageCould not find new manifest.json uploaded in folder \JJ\Checkout_Extension@1.0.0\manifest.jsonError Details [11:24:21] ‘extension:deploy’ errored after 59s If face an error Could not find new manifest.json try to remove the folder Deploy Distribution and try again.
Author: Ajith K S
Resolve Website Loads Indefinitely
Applies To Product: NetSuite 2021.2 Scenario There are instances where in visiting the website hosted on NetSuite is loading continuously until it times out. One of the possible cause of this problem is the resources (i.e.: images, stylesheets, JavaScript files) are hosted from a third-party platform that is experiencing downtimes. Problematic files are visible on… Continue reading Resolve Website Loads Indefinitely
To make images of same size
To make these images of same width and aspect ratio you need to add css of Result after applying this
How to keep the header static, always on top while scrolling?
Use position: fixed on the div that contains your header, with something like In this example, when #content starts off 100px below #header, but as the user scrolls, #header stays in place. Of course it goes without saying that you’ll want to make sure #header has a background so that its content will actually be… Continue reading How to keep the header static, always on top while scrolling?
Item Saved Search Not Sending Emails Even Send Email Alerts When Records Are Created/Updated Is Marked
There is an option for sending an email, when we make an update on the lead record, we checked that field Applies To Product: NetSuite 2021.1 Scenario Upon creating a saved search, with ‘Send Email Alerts When Records are Created/Updated’ in the Email subtab = True, the search is still not sending email even if new records/transactions are… Continue reading Item Saved Search Not Sending Emails Even Send Email Alerts When Records Are Created/Updated Is Marked
Set Up Payment Link and QR code Invoice Templates
Payment Link allows you to send your customers an invoice by email. You can customize the look of the invoice, decide if the invoice is included as a PDF attachment, and use an email template for quick set up. In order to use the Payment Link invoice templates in emails, first make sure the following… Continue reading Set Up Payment Link and QR code Invoice Templates
Send Email Action
Use the Send Email action to send an email when the action executes. When you create a Send Email action, you specify the sender and the recipient, the content of the email as custom text or as a template, and any additional information to attach to the email. If the recipient is also a NetSuite… Continue reading Send Email Action
Klaviyo-How to Trigger a Popup or Flyout Form When a Button Is Clicked
Overview Learn how to trigger a popup or flyout form to appear when a visitor to your site clicks a button. To implement this, you’ll need to customize a short code snippet and paste it into your site’s HTML. Because pasting this code requires access to your site’s HTML and ecommerce platform, our support team… Continue reading Klaviyo-How to Trigger a Popup or Flyout Form When a Button Is Clicked
Create a Downloadable Link using HTML5 Download Attribute
The default of your anchor tag is a navigational link, it will go to the link you specified in your href attribute. However, when you add the download attribute, it will turn that into a download link. Prompting your file to be downloaded. The downloaded file will have the same name as the original filename. However,… Continue reading Create a Downloadable Link using HTML5 Download Attribute