Questions tagged [suitecommerce]

SuiteCommerce is a NetSuite technology that enables businesses to build multi-channel, multi-location business from ecommerce, POS and order management to merchandising, marketing, inventory, financials and customer service.

94 questions
0
votes
1 answer

How to find URL for locally testing my theme

I tried to fetch the current theme of my NetSuite website and edit it and check it locally, but didn't find the local link. I didn't get this part, explained on NetSuite Help Center: To view your customized theme in a browser, navigate to the local…
Reza
  • 73
  • 9
0
votes
1 answer

Getting Cors Policy Error local host not able to run

I'm receiving this when I'm running local host Since I'm working on Net SuiteCommerce Advanced E-commerce webstore but from last two days I'm getting this error. I've searched about it on Stackoverflow and some other various websites but not got any…
Atul2922
  • 15
  • 1
  • 7
0
votes
1 answer

NetSuite: Why our Sales Order created through webstore comes with Payment Event = Pending

In NetSuite, we are trying to create a Sales Order through webstore but when the Sales Order gets created, in Billing subtab > Payments Events, the Payments Events record is in status/result="Pending" and on the top of Sales Order record I cannot…
Sarim Khan
  • 48
  • 6
0
votes
1 answer

NetSuite SCA -- Edits Made to Footer Not Showing Up

I made changes in the footer template to add a section and edited the css so it looked like I wanted but there is no trace of the new divs on the site. Am I missing something? I edited the shopping.css and footer tpl and did a cache refresh. Thanks!
0
votes
1 answer

Suitecommerce advanced default addresses changes during the checkout process

During the checkout process, suitecommerce advanced always change the customer's default shipping/billing addresses(updates the default addresses in NetSuite) to the address selected during the checkout.Is this suitecommerce's default…
igu
  • 11
  • 2
0
votes
3 answers

How can we mimic "Next Bill" button functionality using the Suite script?

How to create an Invoice on sales order with the next scheduled billable amount. I don't want to create an invoice with the full amount. From NetSuite UI we can use "Next Bill" button to next billable amount. How can we mimic a similar functionality…
0
votes
1 answer

Elements briefly disappear and reappear on Chrome 77

I have a tabbed UL that briefly disappears on Chrome 77 when li > a is clicked. When it reappears it appears behind the element below it (almost like it literally disappeared from the DOM and then the element below it moved in it's place or…
johnC
  • 45
  • 7
0
votes
1 answer

Display User data in Checkout

Accoring to this post https://developers.suitecommerce.com/try-out-the-loginregisterpage-userprofile-and-myaccountmenu-components, profile information is available throughout the site... I need to display the user's firstname/lastname and email…
kitecom
  • 1
  • 1
0
votes
2 answers

SCA Gulp Error when Deploying to Netsuite

When trying to deploy from my IDE (VS Code) to Netsuite using the gulp deploy command I am getting the following error: I am using the Vinson release of SCA, and when using the NPM install command I get a lot of warnings regarding out of date…
Marts2390
  • 110
  • 1
  • 10
0
votes
1 answer

Updating a field in a Netsuite record with data from a text area

I've been working with SCA for a little while now but I need some help when it comes to moving data from the front-end into the Netsuite backend. I'm working for a client that requires a textarea at checkout that allows the user to add some…
Marts2390
  • 110
  • 1
  • 10
0
votes
1 answer

How do I preload a font before css without access to the head?

So I'm in a situation where I don't have direct access to the head of my website. I would like to use to preload some font-awesome fonts that my css is calling via @font-face. However the first thing that is loaded in the…
johnC
  • 45
  • 7
0
votes
1 answer

Netsuite: SuiteCommerce Advanced Local Development

DO you have to have a CNAME and hosting to work on SCA locally? It appears so, I could be wrong, Im just wondering if there is any way to get around this using alternate hosting methods like Azure App Services or CDN's
xpeldev
  • 1,812
  • 2
  • 12
  • 23
0
votes
1 answer

sca Custom Handlebars Helpers not working

I have created custom Handlebars helpers but its not working and throwing following error. After adding Handlebars I have restart the local theme but its still throwing error. Can you please help me out. I am working on sca kilimanjaro.
Salman
  • 333
  • 4
  • 18
0
votes
1 answer

Q: NetSuite E-Commerce - Source Custom Entity Fields to Reference Checkout

I have a custom entity field placed inside NetSuite, now I have to source the value of this field to my Reference Checkout as I'll use the value as a condition for which payment method to show on the shop. Any ideas how to do this? I've searched…
0
votes
1 answer

NetSuite: Fetching information from Suitecommerce site to User Event script

I have a Suitecommerce site product page where certain information is appended to url in the form of query paramaters. For example: https://my-ecommerce.com/product/someProduct?referralId=someValue My objective here is to pass the salesOrder record…
Apar Adhikari
  • 741
  • 1
  • 6
  • 17