Newsletter sign up function

Jira code:SQUIP-128RequirementFrom the home page add link to newsletter page.On new page, it would have the following fields:Company NameFirst Name requiredLast Name requiredEmail address requiredPhone numberRegion required – this would be a dropdown list When people sign up, they would be saved in Netsuite as a Lead.The following subscriptions would need to be saved automatically… Continue reading Newsletter sign up function

Transaction History page

There is two version available for my account.There is another version called reference my account premium in which billing information is incorporated not in reference my account.We can’t install the premium version in the account since it applies fee in site builder account.So we applied customization to apply the billing in reference my account. RequirementTo… Continue reading Transaction History page

News and Blog Change from Hubspot to Netsuite

Fom hubspot website page is transferred to netsuite page.So pages to go to the NetSuite pages instead of the Hubspot pages.Jira code:SQUIP-219 RequirementNeed to change the links on our website that go to the news and blog pages to go to the NetSuite pages instead of the Hubspot pages. Our SolutionFor this a landing page… Continue reading News and Blog Change from Hubspot to Netsuite

Add Coupon Code to Website

Coupon code is added in the post-checkout page.The email id,order id,coupon code ,subtotal,discount total etc are called inside the Coupon code script.Jira code:SQUIP-232 RequirementTo use the coupons in Bronto we need to put the below code on a post checkout page to track the coupons.<script type=”text/javascript” src=”https://c.bron.to/assets/coupon/js/bcm.js“></script><script type=”text/javascript”>__bcm.redeemCoupon(“2189ce376cf1aecfa5a45005aa45fa17b15442e371b8f30502709cc6c6d3c559”, {email: <value-or-selector-definition>,coupon: <value-or-selector-definition>,orderId: <value-or-selector-definition>,orderSubtotal: <value-or-selector-definition>,orderDiscount: <value-or-selector-definition>});</script> Our… Continue reading Add Coupon Code to Website

Domain Redirect

To add a redirect to a original domain if the domain we navigating does not contain www in it.For eg:Forward https://transquip.co.nz/ to https://www.transquip.co.nz/ RequirementTo forward a domain https://xyz.com to https://www.xyz.com Our SolutionFor this, we need to add the domain that needs to be redirected to the Domain record.Then we have to add an SSL certificate.… Continue reading Domain Redirect

Set price level for webstore customers

Auto-populate the Price Level for any new customers created through the web store to a particular price level.Jira code:SQUIP-281 RequirementTo set a default price level for the new customers. Our SolutionWe need to set the field value as the default price level for the new customers using workflow.Using a workflow set an action to set… Continue reading Set price level for webstore customers

Coupon Redirect Bronto

To set up the redirect (if it is simple) so when customers click on the coupon picture it goes to the website and will automatically add in the code.Jira code: SQUIP-345 RequirementWhen coupon code is clicked in the Bronto we have redirect it to the website and apply the coupon code in the account. SolutionFor… Continue reading Coupon Redirect Bronto

The website shows $NaN when no value in list price or special price

If the special price of an item is blank and the customer price level is a special price, then there is no price and it is displaying as the Nan on the site since no price.Jira code: SQUIP-379 RequirementTo correct the price for the item which shows $NaN when the price column in the NetSuite… Continue reading The website shows $NaN when no value in list price or special price