プロフィール
コメント
-
Hello User_XLM9T, Is this behavior reproducible for all of your Website's pages? What are the steps you took for updating your Page Titles? What theme are you currently using? Thank you! -Leonard
-
Hello @Wendy_M, Glad to hear it's working on your end. As for the order of steps, my best suggestion is to follow the steps detailed on the documentation: Setting Up Personalized Catalog Views. I hope this helps! -Leonard
-
Hello @mvoith, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @User_BIGR1, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @Hunter Jacobs, I coordinated this with one of my fellow Gurus for Workflows, and according to them the pricing sublist for Item Records cannot be accessed via workflows. That said this is something that can only be achieved via SuiteScript. I noticed that you opened up a related thread for this, and I was able to…
-
Hello @Hunter Jacobs, Can you try changing your code from var onlinePrice =context.currentRecord.getValueto var onlinePrice =context.currentRecord.getMatrixSublistValue()? Kindly let us know the results on your end. Thank you! -Leonard
-
Hello @User_V5KBL, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @MarcosLopez, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @Hunter Jacobs, Upon reviewing the documentation for the available Item Attributes related to displaying pricing, I was able to test the following on my end: salespricehtml salespricelisthtml pricelevel And they are all rendered with the Currency Symbol as you described. That said, I do believe your suggested…
-
Hello @Wendy_M, Apologies for the delayed response. Are you still experiencing this behavior on your end? If that's the case, is it possible to receive a screenshot of your Customer Segment Manager screen so that I can get a better idea of your current setup? Thank you! -Leonard
-
Hello @Don Lightfoot, Upon review of the SuiteScript Record's Browser, there doesn't seem to be a dedicated field for the latest outgoing message using the nlapiGetFieldValue() function. As an alternate solution, I can suggest creating a Search Script to get the latest outgoing message using the "is incoming" criteria on…
-
Hello @Bryan Carroll, May I ask what you mean by "visible" to SCA? Do you mean a specific setting within the Website's Setting/Configuration pages or do you mean available for manipulation within SCA Kilimanjaro's Source code? -Leonard
-
Hello @KNason76, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @katherine_15328, Kindly let us know if you still need help on this concern. Thank you! -Leonard
-
Hello @Don Lightfoot, Can you provide a screenshot of which field you're trying to draw values from? Thanks! -Leonard
-
Hello @User_3H4QE, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @Charles B, Upon checking, there is also no documented limit for the number of Commerce Categories a site can have but it is recommended to keep it below 1,000 for performance reasons. Perhaps leveraging the use of Commerce Categories in combination to your facets can help you get around this issue but that would…
-
Hello @User_GE47I, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @Charles B, Thank you for submitting a new thread. "It is best practice to keep Facets to a maximum of 40" refers to facets added to the Website itself. Currently, the documentation specifies that this is not a hard limit and you can add more than 40 to your website but it can impact site performance heavily so…
-
Hello @Wendy_M, Thank you for submitting a new thread. If you are referring to hiding pages created via SMT for users who are not logged in, then I must say I am not aware of any out of the box features that would allow us to achieve this. However this can most likely be achieved via customization. Aside from your idea for…
-
Hello @katherine_15328, Apologies for the late response. Can you try using this line of code on your template? <%=getCurrentAttribute('item','storedisplaythumbnailhtml')%> This would render the entire image element populated with the source of the image as well as the alt tag listed on the image record in NetSuite. Kindly…
-
Hello @User_05M48, Thanks for updating the thread. I am glad to hear you were able to find a solution to your problem. Cheers! -Leonard
-
Hello @Bryan Carroll, Apologies for the delayed response. May we know if this is the first time you are using Automatic Location Assignment with SCA? If no, when did you first notice this issue? I was able to test this out with my own test this out on my own SCA Kilimanjaro Test Website and I was unable to reproduce this…
-
Hello @User_05M48, Kindly let us know if you still require assistance regarding this concern. Thank you! -Leonard
-
Hello @User_BETFX, Kindly let us know if you have any additional questions we can answer regarding this concern. Thank you! -Leonard
-
Hello @User_PRTRT, I apologize, it seems that that workaround is only applicable for the old netsuite.com data source. Kindly refer to my original recommendation instead by following the workaround documented on: Pull Linked Amortization Schedule from Journal Entry. Kindly let us know how it goes on your end. Thank you!…
-
Hello @Martha Hakes, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @User_05M48, Can you provide a more detailed description of what you are trying to achieve with your Saved Search? Thank you! -Leonard
-
Hello @KennyT, Thank you for submitting a new thread. I was able to review the source code for the SuiteCommerce Base team to check on this concern. I was able to review the two template files that are related to displaying the Recent Purchases and the Purchase History. (overview_home.tpl and order_history_list.tpl…
-
Hello @User_BETFX, Having never done this customization myself personally, I would not be able to recommend one method from another. From my best knowledge, you are correct in having to manually remove the code from your copy of the base theme. As per upgrading the theme, this would depend on your use case. Customizing the…