My Stuff
Comments
-
Where is that checkbox to eliminate prducts from searches? It seems you can audience control the webstore except the search results. Anyone have ideas here? -Kerrie
-
OK, that sounds fine - but you wouldn't have to eneter a cc to register, correct? TIA -Kerrie
-
Did you get this to work for you? -Kerrie
-
Andy - I have used the file download with form and found that the "continue shopping" button, or whatever you name it, just keeps repeating the download and does not redirect. I have also heard other users with this issue...do you have this problem? -Kerrie
-
It would be nice to have a tab, viewable by everyone regardless of whether they are logged in or not, that has "Free Resources". When you view the tab you see the items, but when you click on them a registration form pops up....would this have to be a custom page or other custom functionality? -Kerrie
-
Are you using the default checkout or one of the reference bundles for checkout? if the latter, what version?
-
Did you check "REQUIRE AUTHORIZATION FOR CREDIT CARD TRANSACTIONS" on the shopping tab of website setup?
-
Check "setup > sitebuilder > customize text"
-
You need to add some sort of css specificity or !important at the end of the css rule
-
You can edit pieces of this code and text from this tag in setup>website>customize text You can't edit the actual tables but you could narrow the context down by adding classes and divs/spans
-
Try using another browser to log in to NetSuite. I find this happens sometimes using Safari or Firefox, but if you log in using IE you can edit/save the file.
-
I looked in to this at one time - I believe you need to subscribe to some sort of IP database service that stays updated. There is some sort of query from the page that then can redirect as necessary.
-
yeah but your way is untested ;>)
-
You can set the number of rows to display in your layout.
-
ah, I see...I agree, nope, no way to do that.
-
if you're adding to html: <!-- your comment here -->
-
Try removing pagination links from your layout setting. I think this is placeholder code that NS populates when you need to paginate. HTH Kerrie
-
This does not even work. Scratch that....works on the second try ;>) Please fix this soon though as it is making web development very tedious!
-
I agree with most of what has been said. I know that will take a while so how about some interim steps to help us out: -more unique classes and ids, especially in the left side navigation, account, and checkout sections -remove ALL styling from the html and put in CSS (get rid of cellpadding, cellspacing, margin-width,…
-
Maybe it has to do with the your out of stock behavior settings (shopping tab of setup website)...if you have disallow backorders but display out of stock message then the button would not be there. You probably dont have the stockmessage in your template. Try changing that setting.
-
Thanks Evan. As for the head section on item templates - that piece works fine - its the category list templates' head section that is defective.
-
I tried it with an absolute url and it still did not work. There is a script that changes http://www.mydomain.com/stylesheet.css to http://alias.webstorecheckout.com/stylesheet.css I will be logging a case with Support
-
and I noticed that the generated source code for http pages shows the CSS link as I added it: <link href="/stylesheet.css" rel="stylesheet" type="text/css"> on https pages: <link…
-
I gave this a try - what I am finding is that now CSS and images in the them referenced with relative urls are now not found. Has anyone found a short cut to avoid this?
-
Related Item Groups are nice to repeat for multiple items, but how do you get the item to display the same list of items as the category its in dynamicly? Seems like you'd have to update the group if you update the category?
-
This is not built-in NetSuite functionality - you would have to get creative with scripting.
-
What's really interesting is that Google's lab tool points out that some dns requests on some of my pages could be eliminated because they're duplicated....when you view the source they are only there once...
-
You can get a free lightbox script at dynamic drive: http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm Using script (similar to an earlier post) and custom fields you can customize based on whether the field is empty or not. HTH Kerrie
-
Assign a specific related items list layout to the shopping cart tab that has only the number of rows/columns you want.
-
Great idea! Will vote.