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
1
vote
1 answer

SuiteCommerce Advance: Create Custom Service to fetch the custom record from Netsuite's backend to backbone view

I have custom record created in netsuite's backend named Webstore Landing Data. Record is having below structure & columns Record Id: customrecord_webstore_category_landing Coloumns: i. custrecord_collection_name ii.…
Danial
  • 79
  • 1
  • 8
1
vote
2 answers

Access 3rd Party Library within SuiteScript File

How can I access a third party javascript library inside a SCA SuiteScript file (a SuiteScript Service)? For example; I have added the third party library js-sha256 to my SCA project in: MyProjectRoot/ Modules/ third_parties/ …
sazr
  • 24,984
  • 66
  • 194
  • 362
1
vote
2 answers

Edit Files in NetSuite SCA

I was given a task to update CSS of a netsuite ecommerce site built with SuiteCommerce Advanced. The update is very easy but the changes I make do not reflect to the website. I have located the correct CSS files in File Cabinet but they are located…
Dave P.
  • 177
  • 7
1
vote
1 answer

SuiteCommerce Advance Out of Box Contents

I am very new to netsuite, and have a lots of task to work on it. anyone please guide me on this. Out Of box contents of Suite Commerce Advance? What could be the possible contents when I'll get netsuite account login? Will I get default setuu with…
Anup Chaudhary
  • 320
  • 1
  • 10
1
vote
1 answer

update customer custom fields from SCA or SSP

I'm trying to update a custom entity field during registration in an SCA app. the published Netsuite docs indicate I should be able to call: var webStore = session.getSiteSettings(['displayname', 'id']); customer =…
bknights
  • 14,408
  • 2
  • 18
  • 31
1
vote
3 answers

Customize SuiteCommerce Checkout Page

Clicking checkout button it redirect to here. https://checkout.netsuite.com/s.nl/c.578860/sc.4/.f?ext=F But where could I find this page template? what c.578860 mean and sc.4 means?
Jin
  • 924
  • 1
  • 9
  • 34
1
vote
2 answers

Create 404 page in SuiteCommerce

How can I create 404 page in SuiteCommerce? I want to create 404 page template and routing regular expressions.
user6112430
1
vote
3 answers

How to edit files on Netsuite SuiteCommerce Advanced?

I recently given a task to work on Netsuite SuiteCommerce Advanced. The site have bunch of other microsites configured with it. I have zero knowledge about it as in last week. I tried to familiar myself with the system. For example, when I try to…
violato
  • 49
  • 1
  • 6
0
votes
0 answers

Getting Soft 404 pages in Netsuite

I have been working as a netsuite suitecommerce advanced platform and recently I get noticed that some of the page requests going in the network tab is giving 200 status code return even when the page is not found. How to return status code as 404…
0
votes
0 answers

Integrate Canada Post shipping into Suitecommerce Instore

I want to integrate Canada Post API into suitecommerce instore. I have seen a Netsuite bundle already exists. But client wants to create custom script for this integration. I have some knowledge in suitescript APIs. But I am very new to this instore…
Ba.Lal
  • 180
  • 2
  • 16
0
votes
1 answer

SuiteCommerce - show item inventory quantity on product page

I want to show the quantity available on the website's product page. I checked the web-store tab of the NetSuite item record but there seems no such field where I can populate this. Basically, I am trying to populate the stock's quantity available…
Saurabh More
  • 383
  • 4
  • 25
0
votes
0 answers

Creating a Child View for custom item fields

I ran into a problem with my TPL template. The problem was the result of me adding hundreds of lines of model.item fields that I was getting a template error when I deployed. In order to combat that, I need to make a child view for the model.item…
flexdev
  • 13
  • 4
0
votes
0 answers

If an image source contains text, hide it's parent divider

We appear to have a BX slider image gallery on our SuiteCommerce Advanced store. When we initially had a sitebuilder store, we had to also create a thumbnail image to go with the item. I have items with a large image and a small image, I want to be…
flexdev
  • 13
  • 4
0
votes
1 answer

Need help on implementing this Use-Case Scenario in NetSuite Oracle

I am very new to E-Commerce World. I have a use case scenario that I want to Implement in Oracle NetSuite. But I am not sure how to move forward with it. Use-Case Scenario: A Sales Order has a few Line Items & Among them, a few are out of…
0
votes
1 answer

"100 is an invalid custom form" error when trying to purchase with credit card

The client reported they receive this error when trying to purchase with a credit card: "100 is an invalid custom form" Checked the form they are using, and it is the same one that they are using in SiteBuilder now, it works correctly on the live…