Login Page

To change the text and formatting of the login page text. Requirement Change text of message on login page Change formatting of message. Our SolutionTo change the text in the checkout bundle ,we have to update in the login_register.txt file.We can replace the text there.

Mobile Optimization

To make TransQuip’s webstore operate better in a mobile format e.g. with limitations such as reduced screen size, slower internet speed and less precise selection ability as well as better layout of pages. Requirement 1)Change the homepage around e.g. a.       Banner –        i.      CTA’s on homepage banners – E9        ii. … Continue reading Mobile Optimization

Check and find how cash sale can be displayed in my account page

If a cash sale occur it will be added under the transaction history.The cash sale list will be available under the all record types and when we filter specifically for cash sale record.On navigating from cash sale list it will display the cash details page.Jira code:SQUIP-105RequirementFind a solution to show cash invoices can be displayed… Continue reading Check and find how cash sale can be displayed in my account page

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