My Stuff
Comments
-
Put the script in the item list cell template - then it will run for each item.
-
Any update on this? Still an issue.
-
You can edit the body tag in your web theme...onload="page_init() is added to whatever you have in the tag.....
-
Use contextual CSS: input#addtocart {border:0px;} ps. love the lantern!
-
I found that you have to wait a few hours for newly created custom fields to be available/work....you get the error in the meantime. Wait a bit and the try again....this rule also goes for when you edit a custom field.
-
I'm not sure if this is the issue or not, but I've found that items pick up the tag substitutions from the tab they're in, not the category...i.e., if you take out the left nav on the tab, then put it back in on one of the tab's categories, the item follows the tab's tags, not the category's and there is no left…
-
You should only need to declare the tag if it is within another tag....straight calls to a custom field do not need to be declared....at least that's my experience....they just take some time to become active.
-
<&=getCurrentAttribute('item','custitemoverview')% > should be <%=getCurrentAttribute('item','custitemoverview')% > Also, the fields take a few hours to be functional for the website.
-
Customization>item fields>new There are options to add the field in a few places (in a custom tab if you have one), but not the store tab. You can choose to make it text field, etc. You then need to call the information from the field in your template: <%=getCurrentAttribute('item','custitem_id_of_field')%> Be aware that…
-
Yes, as Wiz says, you need to add a right column either in your content template in the web theme or in a category /item template. The right side navigation template in the web theme only shows up on your welcome page and the account page.
-
I'm wondering if there us an unclosed tag somewhere...? If you give a URL we could take a look.
-
I have used the dynamic drive script in a custom item template....very easy.... you can create a custom item field for each piece of info, depending on what you want to include.
-
Glad to be of help....this gave me gray hairs until I figured it out, too. Once you understand what is happening it is easier to find a work around. Kerrie
-
It is hard to read all the nested tables, but one thing I saw is that you are missing <table> and </table? in hour <div id="Feat" class="tabcontent"> of the template version....fix this and see if it helps. -Kerrie
-
I've used "long text"....try that....it should display the html.
-
Carrie - The price level needs to be associated to the customer...i.e. regular visitors might get the online price, but you might assign your wholesale customers a different price level. HTH Kerrie
-
Except for item and info item templates, you need to create a layout that includes the list and list cell templates. You need to create a new item list layout....then choose "use template". Choose the template w/ <NLITEMLIST> for the list template, then choose the item list cell template. You can then either make it the…
-
In your web theme, sidebars tab, you can change the settings for what displays in the dynamic navigation portlet.
-
The settings will be the same for all pages....did you click display subcategories and display items?
-
On the checkout tab, there is a field for "order confirmation message: html....could you add it there.
-
Glad to help.....we were all once new to NS, too!
-
There are a couple of current posts with this same request...the way the templates work now you can only have subcategories and items for the current category displayed, not a list of subcategories each with *their* subcategories or items as well.
-
Here are 2 totally in NS, no sitebuilder: shop.roomitup.com www.pupgearcorporation.com -Kerrie
-
First, you need the site builder module. If you have it, then you can create a list cell template.....this is the template for the <TD>s within <NLITEMLIST> Create the template calling only the fields/info you want for each item, then choose the cell template in your item list layout. Look for the Round Edges item list…
-
I'm having a similar problem - I think it is the double addtocartsubmitscript...
-
Did you try a CSS rule for those inputs - text-transform: capitalize; -Kerrie
-
You could use just /site/styles.css (Hope this isn't too late!)
-
Sorry for the later reply....you can add a link to your stylesheet in the "addition to head" template area in your site theme. NetSuite adds its own built in styles based on your color theme and settings in "setup" website. You can override some of these by adding your own stylesheet. HTH Kerrie
-
Thanks for the detailed info d.j. - there are so many NS tags that are not listed in the documentation - are there plans to have a more comprehensive listing in the website guide? -Kerrie
-
Hi Mufidah - (I suggest you start another thread regarding your forms questions - you'll probably get some replies.) If you are running a WSDK site, then I believe you would get scripts in the same place as from items, no? There is a custom code tab on a form record. -Kerrie