My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
We also fell victim to this a week ago, and I just wanted to share the experience with you as this may speed things along... It appears that one of our clients had "capped" their annual campaign total and that the current campaign was in a holding pattern (execute) only partially sent. We went through two support people…
-
Chris, I recommend you submit a case and follow-up with Netsuite. I was not prepared to wait for any length of time for this to be resolved. Regards, [INDENT]Rg [/INDENT]
-
You may not like my answer but we just experienced the same issue on one of our clients... and the solution was.... Delete all custom item fields.. then add them back in using the "New Field" on the Item Record Page since adding them throught SETUP / CUSTOMIZATION / ITEM FIELDS seems to lock up positioning... ...(I would…
-
Reconstituting this thread... Wondering if anyone has any recent experience working with EDI/XML integration with any of the major distributor databases (i.e. TechData, Ingram-Micro) Looking for any experiences and wisdom. Thanks in advance. Regards, [INDENT]Rg [/INDENT]
-
Thanks Pete.. sorry I have been on haitus for some time... Just to add one thing.. not sure if this has changed over the years, but when I override tags with null or nothing I usually use <!-- clear content --> or some such animal... in the past Netsuite required a "value" in the field to ensure the "override"...…
-
I am unable to reproduce errors and "crashing" as you described...using IE 8 and FF 3.5 on PC.... everything seems to be fine from here... Regards, [INDENT] Rg [/INDENT]
-
Are you running both regular and "external catalogue" versions of your site? We found a similar problem whereby if running any external links (have to have external catalogue activated) and staging hosted pages on the same domain as the live site... then when you add something to the cart using the external pages it seemed…
-
I am not sure the summary will be satisfactory... I would suggest using a cookie and some custom JS. Regards, [INDENT]Rg [/INDENT]
-
A custom tag alone should do the trick... [LIST=1] [*]Create the custom <tag(s)> populated with your links. [*]Place the <tag(s)> in your theme. [*]Go to the My account and checkout TAB, and implement a "TAG OVERRIDE" by selecting the <tag(s)> and replacing with nothing (null) or replace with links with parameters that…
-
Bushra is right... and I will reiterate... Javascript is the way to go at the moment (still waiting for some version of suitescript for web so we can be web programmers not hackers... d.j.? comments...) Essentially, you create two layouts, one for info items and one for reg. items, each calling and using their respective…
-
Paul It appears you have what you need on the page in the right hand margin... I believe you are doubling up on the "tags"... These tags perform the same function... [INDENT]<NLGLOBALSEARCHHTML> <%=getGlobalSearchHTML()%> [/INDENT]...so you only need to use the one enclosed in "<%...%>" and remove the other one from your…
-
@refurbups Please provide a tracking number if you have one. Regards,[INDENT] Rg [/INDENT]
-
Might be related to your site theme... take a look at your site theme and ensure that General / Page Cellpadding is set to 0 Regards, [INDENT]Rg [/INDENT]javascript:void(
-
This should really be included in the "Customize Text" section which would allow you to change the divider used...
-
Mike No ended up adding a custom list field to item record (kit/package, matrix-parent, service, etc...) Regards, Rg
-
Don SETUP > WEBSITE > SETUP WEB SITE >> Search Tab [INDENT]Results [ ] Show Categories in Search Results [ ] Show Information Items in Search Results [/INDENT]Regards,[INDENT]Rg [/INDENT]
-
Thanks for your help... Sorry I was half asleep when I made that post... :o I solved my own issue... just using "<%=getCurrentAttribute('customer','currency','default value')%>" Regards, [INDENT]Rg [/INDENT]
-
Tom I assume you are using a custom search code... find the following ... <INPUT style="margin:0px 0px 0px 5px;" type='image' SRC="/site/images/_ui/btn_go.gif" value='Go' id='go' name='go' onkeypress="event.cancelBubble=true;"…
-
Ok Tom... depends on how dirty you want to get... This is the code from your site (and modified) for the search portlet.... <!-- start search portlet - Basic : Vertical Blocks --><TD valign='top'> <TABLE cellpadding=4 cellspacing=4 border=0 width="100%"> <TR><TD> <form method='post' name='searchportlettag'…
-
Tom This has long since been a problem.... there currently is no solution... but I have filed a case (details below) Subject Custom Category Layout Issue Case Number 597573 ------------------------------------------------ Please provide detailed steps to reproduce the problem: 1. Create a category that contains info items…
-
Thanks for that d.j.
-
This may help... First we find out how the homepage was "coded"... if its a standalone HTML page then adding the meta data is straight forward.. you add it right to the custom HTML page <HEAD> section if you are using the "Welcome" tab then you add the meta data to the "META tag HTML" field ASIDE: as a fall back I would…
-
Just a follow-up on this thread... anyone have any thoughts on this request...? Thanks in advance. [INDENT]Rg[/INDENT] :confused:
-
Probably the quickest way to do this would be to add a custom image variable (customizations>item fields>new>) to the item record and load in the "Larger" version of your image on each of your products. Then within your item template you would add a link to that custom variable to popup a new browser window. It can of…
-
Mike. Assuming the following.... DJ says: The code will not work with any item that has item options. However, it *should* work with matrix children. Just use the item of the particular matrix child whose options match what you want added to the cart. You may be interested in this thread...…
-
Perfect ... thanks.
-
Hi there... It is in my experience that using quotes in CSS causes problems with various browsers, try it without. Second, is the path correct... if it sits in your hosted pages in a p7pm folder area then you need to prefix the Url with /site .... [INDENT]@import url(/site/p7pm/p7pmh6.css);[/INDENT] ASIDE: The no quotes…
-
Yes please... looking for a response from Netsuite on this before I go experimenting... Here is the same question from 3 years ago... https://usergroup.netsuite.com/users/showthread.php?t=35&highlight=wsdk+ecommerce With an embedded comment from d.j. with no follow-up[INDENT] d.j. 06-15-2006, 07:36 PM Due to popular…
-
Understood.. thanks for the response... I will be playing with this shortly... I will provide any additional insight to this thread... Regards, Rg
-
Worked yesterday, not working today? Makes me a little nervous about the uptime of WSDK.. anyone care to comment on this? Regards,[INDENT]Rg [/INDENT]EDIT: Nevermind... seems ok now...