My Stuff
Comments
-
is the CSS working?
-
check your code...from your post, it looks like you forgot the closing parenthesis: <%=getCurrentAttribute('item','relateditemthumbnailhtml'%> shoud be <%=getCurrentAttribute('item','relateditemthumbnailhtml')%> maybe that will help. Good luck.-Kerrie
-
from the release notes... say not to reference that tag in the logo and tabs field but insert <!--blank--> instead. Make sure your Active and Inactive tabs HTML begin and end w/ <tr> and </tr> tags. <NLPAGETABS> needs to be in a table in the left side navigation. (I hate tables!) hth Kerrie
-
Take a look at the guides for creating custom category and item templates. You can use dynamic NS tags to do alot. You may have to compromise alittle to keep it dynamic. -Kerrie
-
Have you tried adding a custom field to your item record....you could add the extra image(s) there -Kerrie
-
You can change the style .bgbutton and you can customize the text in setup>website>customize website text
-
...just in case I'm confusing, the "show/hide layers" is a Dreamweaver js behaviour, not sure what its called otherwise....
-
Maybe you could not use the large image and just use your custom fields images...put in divs and use the "show/hide layers? javascript....or other. I guess you'll have the same problem w/ IDs, but you could do it w/ divs instead. (?)
-
I think you will have to create a custom category template. I don't think simply using layouts will allow you to see categries and their attached items....just categories and items attached to the tab you are on. You will need to code the category template and then choose it in a layout.
-
....once you have the module, you enable the "sell downloadable files" feature. When you create a new item it will allow you to choose "download item".
-
is it setup>website>customize website text?
-
Unless you have NetSuite Small Business or Limited License, you can create custom item templates that call info from different fields of the item record. You can also create custom fields and display that information. -Kerrie
-
v11 now lets you create custom category layouts, too. You should be able to call out the fields from the item record the same way, with NS tags. I haven't used this enhancement yet, but my understanding is that is should work in a similar way. Hope this helps. -Kerrie
-
You can either edit one of the existing templates or start from scratch. An existing one will give you a good sense of how the tags have to be formatted...still tables based. I believe the documentatio has a list of the new NS tags that you can use in addition to old ones. Some of it will be trial and error until you get…
-
Hi Patrick - NS is customizable by adding HTML to web site themes (setup>web site>web site themes) You can download documentation that will help understand them better (support>help>help, guides, tips and more) You can also replace tabs with custom pages or link to custom pages. Once you get started you'll see there are…
-
Sunil - You'll need to insert your custom code into the left sidebar template of a web theme. But, I agree w/Ray - the learning curve is steep. Read everything in the documentation about advanced site customization and web stores to (begin) understand how it all fits together. -Kerrie
-
On each tab there is a setting for where to show it on the welcome page = change it to not shown. Once you have all the tabs set this way then the portlet should be gone.
-
You can use audience controls for items in NetSuite. You could host pages you want to control in NetSuite as well. I'm not sure how to pass that control to an external site though. -Kerrie
-
This option is in setup>website>setup website on the shopping tab
-
Could you use setup>website>customize website text to eliminate the link "new customers click here" on the cart? I think this link shows up a couple places, but you could figure out which text to change and just replace it with a non-breaking space.
-
I've been trying all day, just now worked...site is verified.
-
I was using the HTML file method all day and it just worked so I don't think it made a difference. The meta tag should work if you are placing it in your <head> section. I just think that traffic is slower right now. I have no idea about the 503 errors....I'm not seeing that.
-
We are changing the category structure of a current NS store and we want to retain page rankings so I'm sure we will need to create these redirects. Questions: -is there a "wildcard" method available? i.e.redirect www.store.com/oldcategory/* to www.store.com/newcategory/* -reading through some of the posts I see that…
-
I cannot verify a site either - I use the file method. -Kerrie
-
So, that's where I am confused.... the website tag might be <HEADER> that has this html: <!-- begin header --> <table id="header" cellspacing="0" cellpadding="0"> <tr> <NLPAGETABS> </tr> </table> <!-- end header --> or an include file <%=include('/header.html')%> that has the same html. Do the nav links get followed?
-
bump? anyone have experience with this?
-
Thanks bpaulette...that's what I thought, but wanted some backup on it!
-
Thanks Bill - good ideas - I will try your suggestions and post results here. -Kerrie
-
Let me check some assumptions....links with NS URLs i.e. ending something like /s.nl/it.I/id.216/.f won't break even if you use descriptive URLS, so those original indexed pages with the dynamic URLs won't be hurt if you convert to descriptive URLS, correct? I like to use those dynamic URLS in links since I know they won't…
-
If you are editing/revising items I found that you need to bulk set the URLs again, or they revert back. Did you try that? -Kerrie