My Stuff
Comments
-
Yes, if the design allows it, extend the logo and tabs template down and put it at the bottom. Visually it will look like it's part of the content.
-
Try CSS...I have used something like this successfully: .tablename tr { height: 30px; }
-
Well, something like this might work, but I haven't solved how to turn off the quantity/add to cart button. Then the logic has to be applied across all templates. Has anyone done this yet?
-
That's a good enhancement request.
-
I usually add GA script in the footer template in the web theme. HTH Kerrie
-
The doctype you choose is dependent on how the code is written. The doctype gives information to the browser on how to interpret the code. Usually the doctype is chosen before the code is written. For a list of doctypes: http://www.w3.org/QA/2002/04/valid-dtd-list.html Adding a doctype to an existing site that has been…
-
These are the setup > marketing > online customer forms variety. I was trying to include the tags in the custom html template. I filed an enhancement request this am. Thanks.
-
That's what I suspected. I guess all the custom forms I have created have not needed them. Thanks for the quick response...I'll file an enhancement. -Kerrie
-
Hi Hazel - I thought I wrote it down, but have misplaced it. I will post when I find it. Thanks.
-
The case# was #615066....I see that the status is "closed", but there is not history that shows it was assigned as an enhancement request, which is what I was told it would be turned into.
-
Jeff - the simple way is to add a thumbnail image to the category and then turn on the thumbnail image for items in the category list layout. To change the type styling, you need to add a style sheet and override NetSuite's assigned styles If you know html and CSS you can get fancier and create your own category list…
-
This is in your layout setting...in your category list layout for this page, turn off the title in the items section....that should do it if I'm reading the problem correctly!
-
It is most likely the settings in your category and item list layouts....for instance, the second url is just for an item list layout...your title setting might be in the category list layout and thus is not being called. You will need to create layouts based on instances for categories only, items only, and a combination.
-
Make sure the cname redirect is to shopping.netsuite.com only....don't add /yourcompany like you might in setup>setup website...I've seen alot of people make this mistake. You then need to go to company>setup domains and "catch" the redirect there with www.yourcompany.com
-
Thanks - I logged a case - #610672 It also should have the details of this problem: https://usergroup.netsuite.com/users/showthread.php?t=7413 -Kerrie
-
I follow you....this would be a GREAT feature and simplify template management. It is time consuming to have to take copious notes on the template assignments and drilldown to the categories/items to check/verify/edit a setting.
-
There are a number of threads about this, just keep digging...try searching "my account" as well... https://usergroup.netsuite.com/users/showthread.php?t=272 https://usergroup.netsuite.com/users/showthread.php?t=5200 https://usergroup.netsuite.com/users/showthread.php?t=4897
-
Have you attached a stylesheet to your store? The best way to change colors or other styling based on tab is do add a custom tag in the addition to head section of your web theme that allows you to add an additional stylesheet to the pages you want to affect. For instance, create a new tag ADDITIONALCSS with the value of…
-
It should work....this is for a custom search that you select in the setup website area. For the standard search portlet use <NLGLOBALSEARCHHTML> HTH Kerrie
-
More: http://www.brainjar.com/ http://www.alistapart.com/topics/code/css/ http://meyerweb.com/eric/css/ http://www.westciv.com/ -Kerrie
-
You will need to dissect the code a bit and figure out what styles are affecting what text....you can get pretty specific. If you give me a URL I will take a look for you. -Kerrie
-
Jamie - Are they logging in directly from your site or a bookmark or email link? -Kerrie
-
I've noticed this for items as well...it seemed to help when we did the setup company>setup domains>save and setup>setup website>save routine that we use to get NetSuite to recognize new images and CSS files. Not consistently, however, and it seems to be mainly an IE issue. FF and Safari displayed fine. -HTH Kerrie
-
I suggest doing it at a time when you typically have the least amount of traffic...could take aup to 48 hours. The last one I did took affect immediately in Colorado and I didn't see it here in Massachusetts until 1.5 days later. It depends on your ISP. I found a handy place to check ISP cached dns:…
-
Also, make sure your domain is pointing at only http://shopping.netsuite.com I have seen a similar problem when people try adding "/companyname" when the are pointing their domain. It seems odd not to have a your company there, but it works perfectly as you"catch" the URL in setup>domains. The other thing is that it can…
-
Thanks for the info DJ - can we "bulk" add these declare tags somewhere in the main site templates, or do they need to be on the item or category templates themselves? It would be nice to have an easy way to manage the custom field declaration. -Kerrie
-
Yes, I agree...the point I was getting at is that you cannot add universal CSS to a site without the site builder module.
-
The problem is, where to put the hack since you can't attach a stylesheet or edit the themes w/o site builder....the "meta tag" area in setup website seems like a possibility, but I found that it doesn't work consistently, unless that has changed. I guess you could add it to every description in your site, but it would…
-
I may have posted this to the wrong thread re: GA (apologies), but I found the "legacy" GA code caused pages to throw the error that there are non-secure items in the page, causing the "broken lock" in the address bar. Even when you only add it to regular NS tabs, the script would carry over to a secure page, ie if you…
-
Google offers javascript to wrap around links to secure pages. However, I can only see how to add it to links I code, for instance, a custom checkout button or view cart links in a custom cart portlet using NS tags. We need to be able to add it to links within the secure pages..i.e. :proceed to checkout", etc. Is that what…