My Stuff
Comments
-
Is it possbile to find a Suite APP that can solve the problem? We know it is a B2B feature and is very helpful for wholesale business. thanks
-
Herdi-Rana, Thanks for the response. Yabo
-
I was handling similar issues lately and got the reply from NS support as below. But I did not test it. Please let me know the results. I have found way to do this via Saved Search. 1. Navigate to Lists > Search > Saved Searches > New > Search Type = Transaction 2. Name accordingly 3. Navigate to Criteria tab > Filters…
-
On your saved search, add a new Formula (Text) field with the following syntax: '<img src="'||{imageurl}||'" />' Of course, you can replace the {imageurl} reference to the another field that has an url to your image. Greate! the {imageurl} is right the field that I was looking for. Thanks!
-
hello Robbie, Thank you for your quick response! I tried that way before. But the default value did not show up. So I went back to check the settings of the custom field. I noticed that I checked "store value". When I unchecked it, the default value came back! thank you Robbie! yabo Hello Yabo, You'll find the "Default…
-
Hello Evan, I want sort by clicking on a drop down list. I need to sort by fields. For example, I have "price" and "style" fields. I set up the "sort by" in NS, but the results are incorrect. thank you yabo In the UI, did you sort by clicking on the column header or by explicitly specifying the sort field int he saved…
-
Hi Margonzalez My search is simple without any script and workflow. I put internal id in the Criteria tab and some custom fields in the Results and Available Filters tabs. When I use Preview, the result in NS is correct. But when I set up a Publish Saved Search, the result on my website is different. I had no idea how NS…
-
Hello Pujar, I think I found something when I was testing my settings. I could see the correct results in Netsuite review. But when I publish the saved search, the results on my website is incorrect. I am wondering if I did anything wrong in the settings. THANKS Hi Yabo Wu, Are you using any join fields in criteria/columns?
-
I used Internal ID to filter some items.it is a product list results with item name, specs, and price. In the Results, Sort By: "price" , "Descending"; Output Type: "normal"; Columns: I listed some item feature columns (no currency column. just item sizes and manufacturer, model number columns.)
-
I don't think the code below is working. It might be a defect in this module: return { // @property {String} continueURL continueURL: continue_url // @property {Boolean} isGuestAndCustomerCenter , isGuestAndCustomerCenter: !!(this.wizard.profileModel.get('isGuest') === 'F' &&…
-
Balaji, I am using Kilimanjaro version. Do you think it has anyting to do with the upgrade? I cannot even see "email" in console in browser developer tool. [ATTACH=JSON]{"data-align":"none","data-size":"full","title":"Untitled.png","data-attachmentid":433403}[/ATTACH]
-
It works! Thank you!
-
Balaji I just tested it again with the updated code. It still shows no results. Please see the attached screenshots. Thanks [ATTACH=JSON]{"data-align":"none","data-size":"full","title":"1.png","data-attachmentid":433389}[/ATTACH]…
-
Balaji Thanks for the solution. But when I implemented the code to server, it does not show the results. Below is the code I added to "OrderWizard.Module.Confirmation.js" and "OrderWizard.Module.Confirmation.tpl" , getContext: function() { var continue_url = '/' , touchpoint = true; //For Customer Email. , email =…
-
I found this article here: https://netsuite.custhelp.com/app/answers/detail/a_id/67810/kw/paypal%20credit%20button But I am not sure it would work. We don't want to replace it. It would be good to keep both buttons in the shopping cart or checkout page.
-
The new release of Vinson has "commerce category", but it is still using fragment url, which means the more subcategory you have, the longer the URL would be. That is really a stupid architecture. Netsuite is ignoring the importance of SEO.
-
Hello Robbie, Thank you for your reply. But can I use search suitelet on my netsuite version? I am not using ecommerce advanced. thanks
-
I am also looking for the solution to add a customized column to the shopping cart. Could you tell us more about how? client scripts such as javascript might work. But can we save the customized columns value to database with the order? thanks You could add a script to the item description column/field.
-
Has the defect been resolved or not? searched the whole community, but got nothing! HELP! I discovered this when I was testing for our new site. Issue Number 142355 Type Defect Severity S2 - Issue Status Testing/Pending Release Release Target 2Q 2011 Major Release Case 1206654 Defect 142355:Theme Testing pulling data from…
-
It is not working if items are in a published saved search list. It brings users to the front page after click on the "add to cart" button. Any ideas how to solve this problem? thanks Setup>Website>Setup Website - Shopping TAB There is an option under Shopping Basics. "After shopper adds item to the cart" - either "show…
-
Can we do AS2 connection to support EDI for Sam's Club in Netsuite? thanks
-
you don't need to set-up another domain for checkouts anymore as the whole site can sit on the same domain. I am using the same domain now. Thanks
-
May I ask how do you set up a customer checkout url in SCA? We want to use https://checkout.mydomain.com. What do we need to point to in DNS settings? Our "checkout" CNAME is pointing checkout.netsuite.com now. But we cannot see "checkout.mydomain.com " in SCA settings. thanks
-
Has the issues been addressed? We are using Amazon Pay after the holiday. thanks
-
Has the issues been addressed? We are using Amazon Pay after the holiday. thanks I was told to use SuiteApp Solupay for Amazon Pay.
-
I am using Content Delivery for those pages. But it is not convenient. SCA makes all the easy work more complex!
-
Is there a case showing how bazaarvoice implemented on SCA site?
-
it seems that NS is trying to convince clients to pay for the responsive site development.
-
does anybody know how to create that product feed xml file for bazaar voice from net suite? it seems very hard to use suite script to generate that feed file.
-
Thank you John. It looks cool. I will give a try :) When you say item page do you mean someone is viewing the page inside the NetSuite UI or on an e-commerce site. If they are viewing the item page in NetSuite then yes I know for sure it's possible, and likely possible to on ther e-commerce site just have no experience…