My Stuff
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Comments
-
You should be able to add code on the shopping basket page, your best bet might be to use a blank tag then on the tag substitution area on the shopping basket tab add in your JavaScript or jQuery to change the buttons function.
-
Well, i put back my original code which is Googles latest tracking code. I put this in the Addition to <head> section under website setup. This is now tracking correctly as it did before. I have also taken some code from the link that Matt gave me to track the products being sold. I just checked and products are being…
-
Or do you ever get the problem where you go to upload an image but acidentally try to view it in a browser first, then once its uploaded it keeps complaining that the file doesnt exist. You then have to wait like an hour before it refreshes and starts showing up. Its pants, if you ftp an item its available straight away so…
-
This may be an extreme solution but what about adding a variable to the url on using the shopping cart link etc and when on the shopping basket page use javascript to read the variable from the url and change the continue shopping button link to go back to the variable. In this case the variable would have been the url…
-
Nice post Tom, the only thing i saw going through it is that it was recommended to put the html page from Step 4 in the images folder and link to it that way. Some people complained that it screwed up the clickstream in the NetSuite analytics. Is this still the case?
-
Well just checked yesterdays analytics and it didnt work, the visits dropped off completely so i have had to revert back to the old code. Will have to look into this further.
-
Thanks for the replies, i went through the thread Matt mentioned and have implemented the code, will have to wait and see if it works now. Thanks all.
-
Thanks for that, was looking more for a redirect though to a category rather than having the user have to click it in the search results. For instance, goto www.diy.com and in the search box type fence. Instead of showing results with the term fence, it takes you to the fence category.
-
We used CSS to change the whole look of the shopping cart page, nothing special but looks clean and gets the job done. http://www.blitzsport.com/Shopping-Cart
-
You can "fake" it through javascript on the search results page. You would have to modify the search category template, and using javascript logic have the first one push a redirect. It may be a little difficult to ensure only the first one is used, but if you slam all the category url results into an array, and then just…
-
Lists |Web Site |Tabs select edit Shopping Cart Is it not there? Solved, thanks Brett! I knew i had been using it before, just completely forgot where it was. Thanks again.
-
Hi Steph, you are correct, although i think you need to set a credit limit for the invoice option to show up. So, if they have a credit limit both invoice and credit card radio boxes show up, if they have no credit limit only the credit card option shows.
-
This was a defect, we got it up to an S1 and was fixed sunday night, should be all good now.
-
Hi Guillaume, i already have a custom related items template that we use on our item pages, but i think there used to be an option to have a different layout for the related items that show underneath the shopping cart when its viewed.
-
Also, Padma, please tell me this has been applied to information items as well...
-
The product pages are item drilldown templates. Obviously things like the product name and description do get translated but we have alot of other text which is custom, the small info items (I named them Tags) work just fine, it just takes alot of time.
-
It should give a 404 error, as the product does not exist on that site. But whatever. I'll take what I can get. Agreed, it should throw a 404 error, not tell the customer that the item has been practically removed, its a dead give away.
-
Would this work correctly on product pages as well? EDIT: Sorry read your reply to quickly. Ok, so say on an item template, within that item template you would call the infoitem template as well with the translated text? NetSuite made this so damn complicated didnt they...
-
Have been playing with this for days and have got quite far with it. Our header and footer now translate as do our sidebars. Im having small issues with the product pages as you cant publish the whole template in one info item. What im doing instead is creating small info items with snippets and calling them all over the…
-
I see, you mean you include the header, main content and footer all in the information item and do not use an actual header or footer in the theme?
-
Is available with the Analytics package of NetSuite. Under our web presence section of the Reports menu its called Internal Search. Gives us the search criteria along with number of queries, number of visitors, number of purchases, number of items found, number of categories found, purchaser conversion rate and date of…
-
if you're adding to html: <!-- your comment here --> I think he meant a comment that is visible in a HTML editor but not visible in the source code of a rendered page. This is not possible, NS has nothing like PHP active on their servers, unfortunately.
-
Same as, used for scripts etc.
-
Thanks for the reply, ending up putting it in the Meta section of the info item and it works, just doesnt work within the text of the info item.
-
I think from an SEO point of view creating invidual items would be better as long as the content varied so Google doesnt pick it up as duplicate content. More pages = bigger website. On the other hand, usability from a customer point of view means having to go through alot more pages to find the product they want. Its SEO…
-
Hi Stefan, yep, we found this out a few weeks back as well. The only way is to have different URLs on each site. Is a complete joke.
-
Interesting, i hadnt seen that before and no one from NetSuite has ever told us about it. Doesnt appear to have any reference inside that last js file to Google.
-
Thats a bit pants, and totally different from what support told me when i brought this up with them a few months back. This is the least customizable system we have ever used.
-
Duncan, sounds like you want an AJAX add to cart button on your item cell templates. This should be possible, but i would not be able to provide code. It is something we would end up doing maybe next year and would take some time to develop, but it would suit your needs.
-
We do not use this but from looking at it, it looks very interesting. Would be good to get some feedback from current users...