It’s about the US tax stuff. I installed the Easy Populate, and seems it doesn’t support taxable good stuff bulk import to the zencart. and I see the source code for the taxable option in the product management cpanel, and the value is 1, so I find the database table and update it with the commend below: UPDATE [...]
Continue reading...10. January 2010
From Tangos Baidu is a liar. On December 1st, 2009, Baidu closed its previous paid search ads system, and fully switched into the new Phoenix Nest system. But on December, we found that the concept of the new system is still old. Traditionally, Baidu made its paid search listings on its search result pages, most of the users [...]
Continue reading...23. December 2009
This is acturally for wordpress’s breadcrumb navagation, when we want to show the category for the current category, we can use the code below, just for record <?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?> and you can replace the cat_name to be other category factors below cat_ID the category id (also stored as [...]
Continue reading...12. December 2009
Via mobinode QQ used to have some English versions, but unlike them which are simply QQ with English interface developed by the same dev team, QQ International is now a separate product and developed by a team based in Shanghai. Feature-wise, QQ International is more like a light version of QQ Chinese version. It also supports [...]
Continue reading...28. November 2009
This is a great example of how you need to have guan xi (good relations) in China. Even in the digital age, its important to have strong relations with government agencies and high power internet companies here in China…let me show here below. (breath in….) Man….how annoying…..after some talking in beijing to internet companies, i have [...]
Continue reading...27. November 2009
Most often when you change your host and move your wordpress blog from one host to another, there are many small things that may create problems and may not make the moving experiance a pleasure. One of such problems is that you can not upload your image in your posts. Here is the error that [...]
Continue reading...24. November 2009
Live chat is so popular in US, that almost evry e-commerce need one to communicate with the customer. There are so many way to add the live chat, but here I get two better ways I think for you. One is to buy a live chat program, just get the code and put them in the foot [...]
Continue reading...23. November 2009
Last time we talked about how to add a sidexbox using some php code, but it seems still a little hard for some people, so today I’ll introduct another way to add a sidebox for zencart. First download the free addon from zencart which named Blank Sidebox, you can download here. It’s so easy that you just [...]
Continue reading...14. November 2009
A Zen Cart sidebox is what displays various items in the side columns of your Zen Cart store.There are already so many sideboxes in zencart, like category, like user reviews, like search, but sometimes we need more functions to customize, so we have to add the new sidebox to zencart. but as you konw, zen cart [...]
Continue reading...10. November 2009
Not sure whether it is good news, I have 20 nominations for Google Wave, not like the normal invitation, i have to nominate you first, and after one or two days’ check, you’ll be invited to Google Wave. If you’d like to get one, you can leave comments here, only 20, please make sure you email [...]
Continue reading...Powered by Yahoo! Answers
11. January 2010
0 Comments