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

Checkout page – PO box shows for due customers

While the terms come as ‘Due on receipt’ the invoice tab will not be shown.Jira code:SQUIP-331 RequirementOn the checkout page, when the customer is a cash customer (Due on Receipt) the invoice PO box should be hidden. Our SolutionWhile the terms come as ‘Due on receipt’ the invoice tab will not be shown.For that Checkout… Continue reading Checkout page – PO box shows for due 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

Set up a script to do a suitable 301 redirect to preserve the SEO history

To create a script so that if we change the URL of the category, item, blog, and news. For items, we have to create a script and update.Jira code: SQUIP-413 Requirement We have to create a script to have 301 redirects for the change in the URL of category, item, blog, and news.  Our Solution… Continue reading Set up a script to do a suitable 301 redirect to preserve the SEO history

Global Subscription – Update all subscriptions

If the subscription of contact changes then it will change the customer’s subscription status and subscription if the contact and customer have the same email id.It will applicable when we change the Global subscription status and subscription of customer and it will update the subscription of contact with the same email id of the customer.Jira… Continue reading Global Subscription – Update all subscriptions