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
Tag: Site builder
Updates on Comments field and PDF
In the checkout page ,there should be a field for customers to add their note of the ordered items.It should be created under the location field of checkout page in the webstore.It should be available on the field created in the SO for comments under the customer contact in the SO record .The PDF of… Continue reading Updates on Comments field and PDF
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
Apply tracking code
Place the facebook tracking code in the search add to cart button and sonfirmation page.Jira code:SQUIP-250 RequirementTo add the tracking cede proivde in the search,add to cart button and sonfirmation page. Our Solution Place the event code on your search results page. Add the event code just below the tag. This allows the event code… Continue reading Apply tracking code
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