My Stuff
Comments
-
This has happened to me alot - I work on a Mac. Sometimes it works correctly, sometimes, not.....it is not consistent from NS account to NS account, so I wonder.....I compress my files the same way all the time, so it is not my compression software. My workaround is to email the zip to myself and upload from a PC, no…
-
NetSuite sent out notices a while ago - if you use an the A record method to point your domain at NetSuite, the IP address needs to be changed. There are many threads here today about this.
-
You could create at least an item template that would be customized with information for the gifts certificates.
-
You can choose your search templates in setup>website>setup website>search tab. If you have sitebuilder you can create your own templates.
-
Yes - set up a test customer - you can go through the checkout process and get the emails. You can also go in and see what the account area looks like.
-
Information items will show up in the left nav just like items.
-
You should be able to code your search item list templates to do this.
-
Add a button in your item template with this link: <NLCHECKOUTURL>
-
I think in general that tag functionality should not be changed, but instead new functionality added in new tags...
-
Yes, already done.....so, is the behavior of the tag reverting? I'll have to fix the templates back to where they were when the fix gets released. Thanks, Kerrie
-
DJ, is this related to this issue I found just now... NetSuite has changed the behavior of storedisplaythumbnailhtml to create the entire URL - the tag now inserts a complete link... <a href="url"><img src="image.jpg"></a> Before it inserted: <img src="image.jpg"> Kerrie
-
Yes, that means whatever your custom field is named.... custitemx = the id of the custom field
-
Great - sometimes its just alittle trial and error
-
I should also add that this requires the site builder module and advanced site customization skills.
-
The later...something like: if ('<%=getCurrentAttribute("item", "custitemx")%>' == 'Yes') document.writeln('<style type="text/css"><!--.stylename{display: none;}--></style>'); make "custitemx" a custom checkbox field, ie "don't display in search", make sure your search item list cell is wrapped in the class"stylename",…
-
I would try adding css at the beginning of each cell to set the display to inline or table, depending on how you have your code. You may need to play around with it.
-
Maybe use a custom field checkbox....if its checked use javascript/CSS display: none or something like that in the search item list cell template....
-
You will need to create custom templates...this kind of script would go in the cell template.
-
Have you checked to make sure the item field is applied to the correct type of item....inventory, kit, etc? Maybe the type of item is not selected in the item field record.
-
Works fine for me.....Mac Firefox
-
Hmm....that is odd....there has to be a typo or something, or is the field is blank in the item record, though I don't think that would cause an error. I don't think there is anything you need to enable.
-
Looks good unless it is a non-inventory item.....it the error message coming up on all items?
-
couple things to take a look at: -setup>website>setup website>advanced tab "out put line breaks as <br>" checkbox -check your layouts.....row height and row padding -check your CSS
-
You can use tag subsitution to easily do this....it is described here in multiple threads.....create a tag that has your html for the default header used, insert in the logo and tabs template in your theme, then in the home page tab go to tab substitution, select the tag you created, paste in your replacement html.…
-
Make sure you uncheck the box for liine breaks: setup>website>setup website>advanced tab
-
There are multiple threads about this here, but basically you need to design your CSS for the account pages for a best/worst case scenario. Methods to try to control page width are inconsistent throughout the account area and cross-browser.
-
Thanks so much DJ - support contacted me - I checked my page and it validated in Google Web Optimizer - appreciate the help!! Kerrie
-
I've logged a case with Support for this: #948040 Refurbups, I'll pm you the page. I'll update this thread as necessary for others info. Thanks.
-
Want to bring this topic back to life.... I am trying to set up GWO on a hosted page but receiving the validation errors as described here....the good news is our "conversion page", for now, is in the same domain, but a NS generated page. If I change the control script as in Jessie's instructions, can I still proceed if…
-
Sorry, I was wrong - it is not working ;>(