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 import an update of Download Items into NetSuite?

I'd like to update all of my download items with a value in a particular checkbox custitem_trw_commissionitem, but there doesn't seem to be any selection for download items using the CSV import tool. Is this not supported? If not, how else can it be…
The Windhover
  • 312
  • 3
  • 16
0
votes
1 answer

NetSuite SuiteCommerce Advanced - Customize Category Sorting

Currently, in my category page, I only have a sort dropdown option for: Sort by relevance Sort by price, low to high Sort by price, high to low Is there a way to add or change options for sorting products in category page? How?
Dave P.
  • 177
  • 7
0
votes
1 answer

Expose Custom Item Field to SCA Webstore?

How can I expose a custom item field webstore side? I have created a custom item field custitem_promotional_price. I now need to access that value in one of my backbone views. So my view needs to access this property like so: var promoPrice =…
sazr
  • 24,984
  • 66
  • 194
  • 362
0
votes
1 answer

How to access customer info on PDP page | SCA Kilamanjaro

Is there a way we can access customer info like, email and name on a product detail page and access as a variable (like a handlebar variable)?
user1482800
  • 83
  • 2
  • 12
0
votes
2 answers

SuiteCommerce Advanced - Show a custom record on the PDP

I am looking to create a feature whereby a User can download any available documents related to the item from a tab on the PDP. So far I have created a custom record called Documentation (customrecord_documentation) containing the following…
0
votes
1 answer

Calling update method on custom model

I have created a custom model which I plan to use to change a custom field attached to the Contacts record. I have created the SuiteScript file, JavaScript file and Service Controller. I am not too sure how SCA communicates with the server but I…
AnthonyG95
  • 85
  • 2
  • 9
0
votes
1 answer

Passing data from a parent to a child template

I'm starting to teach myself development using Suitecommerce Advanced and there is something I'm stuck on. I'm calling this in the parent view's template and I want to pass on a class name to the child:
Jack Pilowsky
  • 2,275
  • 5
  • 28
  • 38
0
votes
1 answer

SuiteCommerce Advanced: Product Sharing Feature Not Working, OG Meta Tag in Shopping.ssp

We are using SCA's default feature to Share Product's details on Social Platform. SCA's and Open Graph Protocol's Documentation says to get the product title, description, image, url, will require meta tags on html page. We tried configuring all…
Danial
  • 79
  • 1
  • 8
0
votes
0 answers

Retrieving currently logged in user's title/salutation fails

In NetSuite SuiteCommerce Advanced I am attempting to get the currently logged in users title (Mr, Mrs, etc.). I am using the Commerce API and the function Customer::getFieldValues(). I am retrieving the column/field name salutation. When I execute…
sazr
  • 24,984
  • 66
  • 194
  • 362
0
votes
3 answers

SuiteCommerce email

I want to customize the order confirmation email generated from my company's e-commerce web site. I have searched all the files I can find within the SSP Applications folder. From where does this email originate?
Melgirl
  • 1
  • 2
0
votes
1 answer

Inter-Service Communication Causes Front-End Error

When logging in, an AJAX request is made through the service Account.Login.Service.ss. In this service I am also calling my own service WebStore.Service.ss - this is the inter-service communication I refer to. Weirdly this inter-service…
sazr
  • 24,984
  • 66
  • 194
  • 362
0
votes
1 answer

Log into external web app using NetSuite Credentials - Singe Sign on | SuiteSignOn

For our usecase/situation below; should we be using SuiteSignOn to make an outbound call or an inbound call? Usecase: We have a Netsuite webstore (SCA). People login and purchase medical tests from us. After customers have performed their medical…
sazr
  • 24,984
  • 66
  • 194
  • 362
0
votes
1 answer

SuiteCommerce Advanced: Call to service before page load

I have requirment of IP redirection in SCA site, based on my custom record. We have county<-->data mapping stored in custom record data is of language, currencies, season type. We are fetching county code from maxmind, and passing this to our custom…
Danial
  • 79
  • 1
  • 8
0
votes
3 answers

SCA fails running font-awesome task

I am attempting to run gulp (local, deploy or without a task) on unaltered versions of SCA 2+, in ubuntu 17.04 using nvm to change my node.js version. Elbrus with node v7.10.0 completes without issue. Anything older (Vinson with v4.8.3, Mont Blanc…
0
votes
1 answer

Access Customer Table from within SCA SuiteScript

When a user registers in our SCA Mont Blanc website we need to check that their email is unique before creating a user. So we have editted the Accounts@1.X.X/SuiteScript/Account.Model.js file to check the Customer table for any users with a specific…
sazr
  • 24,984
  • 66
  • 194
  • 362