My Stuff
Comments
-
Oh my. A NS tag with duplicate markup to get the footer into the cart & checkout? Not sufficient. Is there an update to this?
-
I use CSS to get hold of what I think is unique only to find that it affects every subsequent table in the tree, so I'm back to square one. I'm glad to see this issue being addressed. I've had the worst time accessing elements in the DOM, having to use clunky combinations of jQuery methods to target specific elements and…
-
Also interested if anyone has more info
-
I guess I'm just confused about so many sources of information. There's the NetSuite help, suite answers site, suitescript records browser, the suite ideas site, and now this one. Is the new one only about SuiteCommerce advanced? What about reference checkout? Thanks for pointing this out, confusing indeed.
-
It's very difficult for the small biz, SB is very limited and SCA is way out of reach. NS needs to re think this aspect. Yes. On the e-commerce front, NS went from the horse to the sports car seemingly without any vision for the mid-level practicality. Seriously, I don't understand why the two options have to be archaic…
-
Interested in the answer to this problem as well.
-
Full SSL support should be a base-level standard feature for any e-commerce site, period. And yes, Google is using HTTPS as a ranking signal https://security.googleblog.com/2015/12/indexing-https-pages-by-default.html
-
Thanks John. I tried that exact line. It moved the button, but somehow broke the click event. No idea why. So, I ended up doing: $('#tbl_checkout').closest('tr').children('td').addClass('cart-proceed'); And (CSS): td.cart-proceed { display: block; float: right; } Seems to work just fine in all browsers. Unfortunately,…
-
Excellent work, John, the responsive site looks great. At Afloral.com, we have three adaptations: mobile, standard desktop (960px width), and wide desktop (1160px width). We've utilized Mobify for the mobile experience, and have been very happy so far. The best part is that their framework allows you to pull out only the…
-
Thanks for the reply. Actually, we need to hide non-inventory, or any arbitrary items from search results.
-
Bump. Wasteful overhead.
-
This has to be a hosted HTML page? Any possibility of directing to an information item, or other page displayed with our theme?
-
I think we've found the root of this bug, for anyone else who's curious or may be experiencing this issue... Whenever a product sells out (almost daily here) and the order with the last of that product is fulfilled (actually taken out of inventory), the sidebar on the product's category page will disappear. We're pretty…
-
Still experiencing this issue today, in two primary categories... Silk Flowers (screenshot) - http://cl.ly/CC5p Floral Supplies (screenshot) - http://cl.ly/CBnm Looking into inventory changes for products in these categories, but it looks like our hypothesis from yesterday involving sold out items is not holding true, and…
-
Thank you.
-
Can you simply add a handling charge to the items that shouldn't ship free? Haven't tested, just wondering.