My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
I found a fix in case anyone ever runs into this problem. I just overrode the style for outerwrapper: #outerwrapper { width: 800px ; margin-left: auto ; margin-right: auto ; } This would work for you as well: #outerwrapper { width: 800px; margin: 0 auto; }
-
If you're having trouble navigating off the home page and are using tag substitution to replace the default NLCOLUMNCONTENTS on the home page, check out your resulting source code and see if the hidden form and input fields specific to your NS webstore are present. Looks like: <form method='post' name='form0' id='form0'…
-
Awesome. Makes total sense - thanks!
-
Tip for right justified unsubscribe: add an additional closing table tag at the end -- </table> -- this is additional to the one closing your email template. This will "pull" the unsubscribe information into the main table enclosure of your template - pretty quick fix.
-
Yeah, I currently use cname for www and point it at shopping.netsuite.com I had tried to do the same by creating a cname record for "@" and pointing it a shopping.netsuite.com, but this generated an error message in godaddy and on register.com (for another website). Fwding is probably the best option since it doesn't rely…
-
Thanks for the rep Blitz: webhop - sounds cool, but I don't think this method is available through GoDaddy (where our domain is managed). Is this the same as domain forwarding? That can be easily done, but I'm not sure it's any more desirable than an a record redirect.
-
Got it done. Instead of going the swfobject.js route, I inserted the .swf file into dreamweaver and used the code generated there in Netsuite.
-
Thanks for the tip as it's pretty cool to be able to display hackersafe, however I don't believe this is helping my particular issue. As far as I can tell, the tip on the thread allows you to display a hackersafe icon for service verification. Also, it's limited to checkout.netsuite.com and won't affect what is going on…
-
Our webstore is having the exact same issue. The defect was moved to an enhancement issue that is supposed to take effect today (10/23/08). Although it hasn't been fixed as of yet, support told be that it would be later today. See this exact same issue happen in 2006:…
-
In exchange for that, I would like to bring something to your attention dbrad, I Like many things about your site , the design and you even have your flavicon in place, which I have yet to do myself. But I noticed something about your pages title that I'll share. you may have a reason for this, above my knowledge, that you…
-
Added a simple javascript for featured images to the header of the home page. Sorta used a hacksaw to get it to layout and work, but it seems to work with a reload script. Check it out and tell me what you think. Seems there's a lot of complaints about not being able to access the header portion of the templates for design…
-
Greetings all, What a wonderful thread! I just started working with this NS SB company who wanted to push their webstore as much as possible using the limited templates available to choose from: http://www.theracelleq.com Check it out sometime. It takes a lot of playing around with sizings and placement of all of the…
-
Thanks! It's static html. Since the entire site is managed through the NS instance, the plan is to keep the whole site that way until we're ready to step up to full NS. Seems to work well with our initial SEO strat. We wanted something to keep people up to speed on updates throughout the site - like apps on blogsites, so…
-
in search you have to use keep...dense_rank to get that info after grouping a transactin search by customer. I think there are posts about this int he archive. Will that allow me to search fields from that particular sales order? I want to be able to search for only first order transactions and fields only from that order…
-
Hi Shani, Go to Setup > Accounting > Accounting Preferences and then click on the Order Management tab. In the "Sales Orders" section, change default sales order status from Pending Approval to Pending Fulfillment. Make sure you check the area below called "Fulfillment" as the options there determine how rigid your rules…
-
Has anyone tested this?
-
Is it possible that the advanced web site setting for "Output Line Breaks as <br>" (Setup > Web Site > Setup Web Site >> Advanced) is the cause of this? It shouldn't be according to the tooltip "Check this box to covert any line break in descriptions fields for items, tabs or categories you've created in NetSuite to <BR>".…
-
Did you link your analytics account to your adwords account? Also did you implement the conversion tracking code that adwords gives you? I'll need to take a look at how the adwords conversion code is implemented - sounds like that could fix it. Thanks for your help refurbups!
-
Yes. That's the script I implemented. Everything looks great except for the reporting on adwords in ecommerce.
-
It reports on the orders perfectly. That part of ecommerce is working very well and matches up with NS too. It's the keywords and adwords that aren't working. The analytics are showing visits, but none of the revenue that is being calculated per order and per item is being reflected against the paid/unpaid keywords and…
-
Have implemented the citricle script and everything in Analytics is reporting except for ECOMMERCE. The visits per keyword are tracked, but nothing else is (Revenue, Trans, Avg Value, Conversion Rate, Per Visit Value). All of those fields simply show 0. Is there something I simply need to add to my script since everything…
-
Issue is closed and fixed as of last night.