My Stuff
Comments
-
Hi Mufidah - This would be added to your site's stylesheet... (this answer assumes you know CSS) -Kerrie
-
Hi Mufidah - You need to have site builder to be able to do this.... For tabs with image backgrounds and html text, you DO NOT NEED custom tags, just CSS to control the background image. Open the web theme you are using for your site. In the "addition to head" section, add a link to your styles sheet, for instance: <link…
-
No, it's in the web theme...that's what I thought you were asking....you need the site builder module to edit them...setup>website>themes
-
oh, ad easy workaround is to just have an image background w/html text....easy to us an common image background fpr tabs w/ CSS. -Kerrie
-
<NLTEMLIST> is the outer "shell" of the item list. Each item is displayed in an item cell within this shell. You can customize the item list cell template to call most any of the item record fields you wish and style as you wish. The NS website pdf has a list of all available fields and how to format. You need to have site…
-
Hi Mufidah - The addition to head template area is on the "General" tab...4th from the top. Glad the input rule worked. -Kerrie
-
Hi Mufidah - I've used this CSS rule before and it has worked in PC and Mac FF, IE and Safari....perhaps you're not applying it to the right inputs? -Kerrie
-
Hi Mufidah - Create custom website tags for sections of the templates that you want to replace....create a default and then replace on the tab you want to change with the new html. As for custom buttons for each tab that are dynamic - it is a bit more problematic...you might be able to swap out the images with some…
-
So, the question is....how did you create the custom sorts you used here...? Thanks.
-
Now available as an option in layouts.....
-
I probably wasn't clear...I realize that these are choices in the layouts, but I want the visitor to be able to choose to sort by price or alphabetically. I would like to be able to apply 2 differernt layouts to the same list, based on a click...does that make sense? Thanks. Kerrie
-
Here is the thread... https://usergroup.netsuite.com/users/showthread.php?t=382&highlight=multiple+add+cart I'm looking for alittle more clarification myself...this is an item list template, not an item drill down template. -Kerrie
-
<%=getCurrentAttribute('customer','entityid')%> So, if a customer is not logged in, what is the default entityid? What do you test against? Can you share your javascript? Thanks, Kerrie
-
Thanks for the response - a bit confusing so could you clarify: Make the custom field be a custom HTML field, and put some more tags into that HTML that contains further tags to access properties of the item. -----what do you mean "a custom HTML field"? The type of field is dictated by what you need it to contain in the…
-
The problem I've had in the past - 1. create a new custom item field 2. call that field in an item template 3. assign the template to an item 4. view the item drilldown page of same item....no info displayed but error processing tag blah blah blah... after checking syntax multiple times, pull hair out, go to bed. Next day:…
-
Could this be related to another thread here regarding the fact that there is a delay from when the item field is created and when it displays? Are you getting an error? -Kerrie
-
Which fields do you want? You can code the greeting and the message and add others using <NLCOLUMNCONTENTS> or other tags used for category and item list templates.
-
Hi Thomas - It's hard to see w/o a url, but you would probably need to affect the styling of the help button. Adding CSS usually can take care of that if you have sitebuilder. -Kerrie
-
To get the functionality of login/logout based on whether the visitor is or isn't use <NLPAGELINKS> - works in the logo and tabs area only. HTH -Kerrie
-
Hi Alex - Did you have any luck? Curious to the answer as well. -Kerrie
-
<%=getCurrentAttribute("item","salesPricehtml")%> will return quantity pricing, so it will mess up your formula. Try <%=getCurrentAttribute("item","salesPrice")%> - let us know if it works. -Kerrie
-
Hi Mike - I'm not sure the code it generates for a quantity pricing table, but for a single price it generates code that can be controlled with CSS for which you would need Site Builder. HTH -Kerrie
-
...so the answer is "yes", you should be able to control the look of the table....how much depends on what code is generated - are there styles that can be controlled with CSS and/or are there in-line styles coded by NS that can't be overridden.
-
I think you could change the path to: <script language="JavaScript" src="/site/menu.js"></script> Does that work? I usually begin all my paths with /site/...
-
You can have alittle more flexibility using custom tags...perhaps you have code you use only for the shopping cart page...you can swap in the code you want to use there...i.e. changing CSS styles or header code for that page only -Kerrie
-
I think you need to use entityid -Kerrie
-
There are alot of free scripts at www.dynamicdrive.com , maybe something there will work. Check it out. -Kerrie
-
Rex - First - would love to know if the custom tag in the getAttribute works...keep us posted! In the web site guide there is a whole section that tells which fields are available from item. information item, customer, and category records with attribute tags. There is also a listing of other information that you can…
-
Yes, I see that, worth a try, but I see the problem....I've successfully compared values, but haven't performed math on them. Maybe someone here knows how to turn $xx.xx into just xx.xx - this would be a useful script. -Kerrie
-
PrPlastic - Looks like the beginnings of a nice effect! Did you use custom script?