Duplicated content - the Myth is busted by Google

Google has been on the warpath to dispel some of the rumors that have been circulating the net about...

Why ZenMagick is 1000 times better than ZenCart

Posted in eCommerce,Zencart April 29th, 2011 by admin - Be the first to comment

First, I will admit I might be a bit biased here, I know the core developer of ZenMagick personally, and have been using ZM on many of our recent projects (we no longer use ZenCart to build a new sites for our clients anymore). But I have also used ZenCart long enough to have a few opinions on it.

Modern technology

Zencart is like a 10-year old piece of software, and you know how much 10 year means in technology. Zenmagick, on another hand, is using the latest technologies in the PHP world in its framework, in fact you cannot run it without PHP 5.3 which is the latest stable version of PHP at the time this article is written. MVC, ORM, … you name them, ZM is utilizing them. ZM is also using a large part of the famous Symfony2 framework, and will allow you to use many of Symfony’s goodness inside ZM very very soon.

By utilizing just part of this power I have been able to convert and improve our 2 best modules to ZenMagick just in a few days. Yes, Ajax Onepage checkout and Simple Seo Url will be available on ZM soon, and totally free.

Open Development

Zencart is a closed open-source software, that means you have no way of knowing where it’s heading and when you will get it. We have been waiting for its 2.0 version for how long? Over 2 years perhaps, I lost track of time already. And there is no open repository, there is no way you can peek into its nightly code to see what’s going on at all. ZM is just the opposite of that, the project itself is totally open to the public on github:

https://github.com/DerManoMann/ZenMagick/

And it has its own bug tracker: http://dev.zenmagick.org/projects/zenmagick

You can watch what is being worked on, you can see the current project, you can even grab the nightly developed version that has not been released yet if it has something you need now (of course, you have to do so at your own risk). The beauty of using GitHub is: you can clone the project without waiting for any permission, modify it to fix bugs, add features etc then request the changes to be pulled into the core code. If your code pass the review process, it will be part of the core code itself, how nice is that?

Also, by decentralizing the repository, the project will never die since anyone can clone it and start their own branch(s) from there. (Obviously we still try to keep a core version for many good reasons)

ZM makes your life easier

For end users, using ZM cannot be easier, and it will get even much much more easier once it reaches its mature version, which is hopefully the 1.0 version. If you have gotten used to the compare and merge process of Zencart, I’m sorry but you will have to forget about it. Upgrading ZM itself and installing and upgrading plugins will be just a few simple clicks away. Even for modules that needs to inject content into the template, soon you will not have to edit anything for installation. Un-installation cannot be easier, just click and bam it’s gone with the wind :)

For developers, learning ZM is certainly more difficult than ZC because so much stuffs are done auto-magically behind the scene and there are not much documents at of now. However, you can get into the chatroom and ask questions. I will admit that it’s a bit lonely there in the chatroom for now, but due to our different time zones you will more than likely find someone active and ready to answer your questions any time you login. Of course the forum is also a good option if you don’t have urgent questions. Once you get to know ZM, believe me, developing plugins is just like icing on cake.

New feature for CSS Javascript Loader

Posted in Add Ons February 7th, 2011 by admin - Be the first to comment

While working on our Zencart modules which make use of jquery and its plugins extensively, I often run into this issue: one module which is released long ago is set to use 1.4.2 version while another module which has just been released is set to use 1.4.4 (or even 1.5.0). This results in multiple versions of jquery being loaded on the same page and slows down the site (or even stops certain things from working correctly).

To resolve that problem, I have added a new feature to our loader, this feature will greatly help in reducing the risk of loading the same library more than once. If you are a developer, feel free to grab the latest version from github and give it a try, you will find lots of sample code inside.

https://github.com/yellow1912/cjloader

We will continue working on this feature to refine it.

New Zencart/ZenMagick Admin UI

Posted in Zencart February 2nd, 2011 by admin - Comments (1)

As you may know already, we are working on the new admin UI, and we have 2 great news for you:

1. We are revising our design to make it even friendlier, we would really appreciate it if you can review and give us comments and advices on the design

2. The new admin ui will be coded for ZenMagick, but it might be possible to use for Zencart as well.

  • home-1.png: this file shows the new admin UI concept. First of all, we want to group everything under a “Start” just like Windows. Each important link has hotkey. At the bottom of the box, you can see a search box: since the menu can grow huge with tons of links this search box will help the users to quickly locate the link they need. On the right hand side of the header navigation bar are the links to the catalog, help and quick search (please view quick-search.png)
  • home-2.png is another variation
  • quick-search.png: users can search for orders/products/customers using the quick search link.
  • category-list.png
  • category-edit.png
  • product-list.png
  • product-edit.png
  • category-list2.png
  • category-edit2.png
  • attributes-manager.png
  • attributes-sets.png

You can view the current design here: http://dev.zenmagick.org/projects/zenmagick/wiki/ScratchPad (please scroll to the bottom of the page)

Update for our One Page Checkout module (Ajax Xcheckout)

Posted in Ajax Checkout January 15th, 2011 by admin - Comments (1)

We are working on a new version (v3) of this module, this new version is based on many suggestions sent to us by store owners who are using this module. There are 3 major changes in this new version:

  1. The shipping and billing method steps are merged into one step. The current checkout process will consist of 3 steps: shipping/billing address (which can be skipped by a setting in admin) -> shipping/billing method -> confirmation
  2. The checkout progress boxes is moved into a horizontal bar on the top so the customers can check their current process easier.
  3. When the users enter wrong coupon code, the module will print out a message but will not refresh the form so that the users can avoid having to re-enter other info.

We also made certain changes to design to make things look nicer, some major clean up in the css file so that you can locate things and edit the file faster, some minor bugs are also fixed. We are still working on the module, and screencaps and screenshot will be released soon.

Detour

Posted in News & Discussion September 28th, 2010 by admin - Be the first to comment

While I was working on our new cross sell module, I was kinda bugged by the way I have place files all over zencart (some files for database tables / filenames in the extra_datafiles folders both in admin and catalog site, classes files in various places as well as template files etc). How do I completely uninstall this module if I want to, I asked myself. The installation process is a long one: go to each folder and delete all the files the module uploaded, it just seems like there should be another way.

I ended up spending the time to rewrite/edit many modules so that I can place all module/plugin files in its single/separated folder for easy installation, distribution and uninstallation:

  1. Module manager to add news update feature (you will get the news via your admin page when one of our module has a new update)
  2. CJ Loader to support loading css/js files on admin side
  3. Module manager to support placing plugins’ files in their separated folders
  4. BlockManager to separate block feature from Ajax class

Due to this detour (as well as porting BlockManager to ZenMagick), I will have to delay the release of the new Cross Sell module a bit.

We also have some good news regarding the new Cross Sell: I have finished implementing the algorithm for suggesting top N products to a specific customer based on past orders info. The algorithm can be read in more details here:

http://glaros.dtc.umn.edu/gkhome/suggest/overview

Don’t forget to subscribe to our newsletter and rss feed, I promise this new cross sell will be the best tool ever available on Zencart to increase your sales.

Weekly update – cross promotion module

Posted in Add Ons September 23rd, 2010 by admin - Comments (1)

This week we have dedicated most of our time on working with GMap (for a special project related to store/voucher locator), YII (the php framework system) and the cross promotion module. We have install the module on the first site (http://www.thegemtree.com/), the installed version takes the products’ names and description, matches each product with the rest to find the top X products that related to a product A, stores them all in database sorted by relatedness’s score. The process also takes into account the “manual” cross sell set up by the store owner.

When a customer views a specific product, the cross sell module will then list the related products using the pre-built set of data. As you may have guessed, building the relatedness set can takes some time if your store has a large set of products, luckily this can be done once and then the set must be updated only when you make significant changes to products’ names/description or adding new product(s).

The next step would be to suggest items based on user’s past purchase process and item-based filtering. We will look into the user’s orders in the past to find a set of other users that may fall into the same group and use their preference to suggest items to this specific user. We will also use the past orders to figure out sets of related items and make suggestion based on this. Our concern right now is to make the suggestion system as useful as possible (for the customers) while balancing other factors such as performance and speed. We will keep you updated with the process, feel free to comment and let us know if you want to try this out on your store. We will be glad to install it for you at no cost.

Ultimate product cross promotion module

Posted in Add Ons September 11th, 2010 by admin - Comments (1)

We all know that cross promoting products is one of the win-win ways to help store owners to increase the total per sale as well as helping customers to quickly locate the items they need (and avoid the cases when they forget something and later have to place another order and pay the extra shipping fee).
One example is from my personal experience, just a few weeks ago I purchased my Ipod Touch, I was so excited by that and totally forgot about purchasing screen protection and cover for it. All those who use Iphone or Ipod Touch know too well how quickly these items can get dirty and covered in scratches without proper protection. I later had to go out to a near by store to buy them.

Who lost in this case? The online store missed the chance to sell more, and I wasted my time.

Given then importance of cross-selling, it’s surprising that the available cross-sell modules for zencart are limited and in 99% the cases done manually by store owners (cross selling the items they think related). There are several problems here, however:

  1. All this is manually inserted by store owners, which doesn’t really reflect exactly what the customers have in mind
  2. These cross sells are not individually oriented, customer A will see the exact items suggested to customer B. In reality, each customer has different reference and we all know that.
  3. For stores with thousands of products, manually cross selling them can be a mission-impossible task (well, not quite, but it does takes much of your precious time)

For all the reasons mentioned, we decided to work on a new cross sell system which we call our “ultimate product cross promotion module“. The goal is to have the system that automatically takes in various elements and then suggest the best items that matched the individual user’s needs

Our development process is broken in 3 phases:

Phase 1

Introducing the relevancy/relatedness scoring system: our old cross sell system allows you to manually insert related products, as well as giving them a manual “sort order” so that you can manually put one at higher position. With the new scoring system you will still have the ability to manually insert related products as well as manually set the position (since most of the time, the machine’s calculation cannot beat a human’s brain). However:
  1. The module now can automatically compare each product against others based on different elements such as: keywords it found in product name, description, meta description as well as other things such as tags to calculate a relevancy score between each pair of products.
  2. It will allow you to give a weight factor to each element (for example, title is most important for you so you give it a weight of 3 while tags only has weight of 1)….You can of course disregard certain element by giving it a weight of 0.
The good news is that phase 1 is basically finished and it will be free for all. We will send emails to our newsletter subscribers soon so that you can test out this new system, stay tuned.

Phase 2

Go far and beyond: we will not stop at static items like title, description, we will use dynamic elements such as the usually purchased together products, viewed together products (in the same session) as well as other elements.
This is the phase where the product suggestion will go to individual level, and each customer may see a different list of products suggested to them.

The final product of phase 2 will be an open-source commercial product, it will be reasonably priced as our products, well supported and will be worth it for the stores that need them (if your store has less than 100 products for example, you can utilize the free version with all the features listed in phase 1 and probably have no need for a more advanced version)

Phase 3

More tweaks, more analysis: this is the phase where we use all your feedbacks to tweak our scoring system as well and completing a detailed analysis in the backend. In the end, what is the use of this system if you don’t know exactly how good does it perform? Here you will know the % of customers click on the suggested products, the % customers that do add the suggested products to cart and then go through the checkout etc…. Various types of analysis data will be provided to you so that you can better understand your customers, tweak your cross sell listing, or make changes in your current stock to get more items that they want.

The final product of phase 3 (and after) will be an upgrade to phase 2, so if you own it, you are free to upgrade.

A few notes:

  • Performance: there is nothing to worry about performance, the score calculation process is not done per customer visit, it is set to be run automatically (using cron) at the best time on your store(late night, for example)
  • Multiple product promotion list: we have been talking about cross selling only, but how about simply suggesting products to customer individually? For example, Amazon.com can suggest new items I may be interested in each time I visit the store based on what I bought, reviewed, added to wishlists etc… That is something we consider adding either in phase 3 or 4.

Cheap Advertising Strategies for Small Businesses

Posted in Marketing July 6th, 2010 by admin - Be the first to comment

Another quarter is passing us by, and small businesses are all the rage, lately. With the current attempt to beat the economy into submission, the little guys are suffering much more than the corporate giants. But with this fact comes another: people are more eager to buy from small businesses, and stay away from the soulless conglomerates that are a big part of the problem with the global market.

In fact, a recent study done for National Small Business Week by WebVisible found that 83% of consumers asked said they prefer buying from a small business, versus a large corporation or chain. They cited reasons such as wanting to support their community, liking the more personalized service, and cheaper prices on a larger scale. But taking advantage of this means you have to be seen.

We have spoken a lot in past weeks about some of the more common marketing moneymakers on the Internet. But sometimes you need good old fashioned advertising techniques, especially now that they are so out they are in. You have a fresh start in many of the old ways of getting noticed, and you should utilize this resource to the best of your ability.

Newspapers

More and more, people are checking up on newspaper ads to find what they need. Smaller classified ads for your company can be a cheap way to get your name out there. They immediately reach a double audience: most newspapers also put everything printed on paper onto their official website. This will give you both shots in the proverbial arm, and kill two birds with one stone.

But enough metaphors. Newspapers have one thing going for them that is rare these days: credibility. There is a certain amount of trust from local papers from the people who read them. Being advertised in one is a great way to cash in on some of that loyalty.

Depending on the size of the ad, the paper, and the length of time advertised, you will usually spend between $200 – $20,000. Obviously, you would want to be at the lower end of the scale, which is usually the cost for a local run. If you are looking for a full page ad in a local paper, you are looking at around $400. Running a national ad will take you to the higher end.

TV Slots

OK, not cheap, but a television commercial is worth the cost, as it brings back dividends. Just a few seconds on the TV, especially with a clever hook, and you will catch a lot of attention. Companies like Comcast will offer small businesses in an area cheaper rates, and also add you to their On Demand feature. This is expensive, but might also be a great investment. If not, a local station will run an ad for less than you think.

The exact cost of the commercial will depend a lot on how much you put in to producing it, and what time slot you pay for. You will want to get a chart from local stations running cable networks for an exact estimate of cost versus audience. But if you catch a time slot during the afternoon, you are looking at around $60 (per 1000 views). Costs of $1 – $5 (per 1000 views) are common for 30 seconds in the midnight – 5AM hours.

As for the commercial itself, if you keep production low for a simple commercial that uses creativity over effects, you can create one for a few hundred bucks. This is especially cheap if you decide to be in the commercial yourself, as well as your employees.

Of course, don’t forget to add up the cost of creating the ads itself. Nowaday almost anyone can create homemade videos at incredibly low cost, but remember that a bad ads especially on TV can backfire you. One suggestion for you, is to put that ads first on YuoTube and see how people re-act to it.

Mailers

While they used to be annoying, they are now usually much more useful to the local business. Fliers telling about deals and sales can be printed cheaply, and sent out to local consumers with their mail. With everyone trying to save a few bucks, people are really starting to pay attention to these ads again. Want proof? Think of the last time you picked up the mail. Did you look through the weekly deal at your neighborhood grocer or retailer? Have you seen the various forums popping up all over the net, offering tips of finding the best, cheapest deals around town?

Radio Slots

Significantly cheaper than a TV slot, a radio commercial is a great way to get your name out to both people, and to other businesses. Just think of how many people will hear you all over your city…listening in the car, at home, at work. Even people in other businesses will likely hear you from the station on the radio overhead.

You can usually find usually find the radio time slots for around $100, which will offer anywhere from 20 – 30 seconds a piece. The reason these are cheaper than television slots is the production of the commercial itself. There are usually very few expenses involved, and they are easily changed to reflect current deals.

Business Affiliation or Resource Groups

Listing yourself with a local community is a great way to advertise. There are affiliate groups all over, and unions, trade groups, and resource lists you can get on. They are usually involved in community efforts, which are sponsored by those companies. How many times have you seen a sponsor banner at a local charity or entertainment event?

Sometimes the old ways are the good ways. Utilize the full extent of your advertising potential, and don’t rule anything out. You could be missing out on a lot of publicity, if you do.

G20 Conference Leads to Surprisingly Candid Talks

Posted in Business News June 22nd, 2010 by admin - Be the first to comment

The G20 was held in Busan for a talk that all knew would be far from cheerful. But what was surprising was the candid and open way in which the attending ministers spoke about the financial crisis facing the global market. The open discussion on the major debt Europe is facing was especially surprising, as everyone failed to do the usual happy-face cover-up and denial of severity.

On the contrary, the magnitude of the crisis can be seen in the way they forestalled any brave rhetoric and downplay of the situation. It was a positive turn, in many ways, seeing how direct the entire meeting became. The communique had a very straight forward message: “Those countries with serious fiscal challenges need to accelerate the pace of consolidation.”

The big turn around discussed what the drop of the universal levy idea that would be held on banks as potential bailout funding. A very unpopular idea for many, the conceivability of it working to further economic growth was tossed aside, and the matter was laid to rest. But that does leave the question of whether or not it will become an option if the need for bailouts increases amidst alternatives failing.

Instead, tailor-made plans to reign in public spending is becoming the number one policy issue. But no major changes are set to be made, just yet. Fiscal growth is still low, and those countries reliant on that growth will have to continue the stimulus efforts until they can stand on their own. But how that support will be continued is the real issue. Especially with Greece announcing the possibility of a bailout request as they face national bankruptcy, and Hungary announcing a likely default on all loans as their economy continues to decline.

Ecommerce and the New Wave of Business

Posted in eCommerce June 16th, 2010 by admin - Be the first to comment

The Internet is a sweet resource for those looking to expand their businesses overseas, out of state, or just into a mass market. But the limitless boundaries of this phenomenon can be confusing, all-encompassing, and spell death for many a business venture. How many times have you seen a hapless webmaster attempting to scrounge a profit online, and giving up before they even really get started?

This is rarely lack of dedication on their part. More often, it is the problem of never-ending possibilities that the web represents, which turns it into a kind of elephant graveyard for half-formed money-making strategies. In addition to this, you have the wide range of scams that have made the average consumer online cynical to the ads and campaigns of most businesses. It has also managed to give small companies that are purely focused online a bad name, as they assume they are another cheat-venture trying to get something for nothing.

With this becoming such a problem with the World Wide Web, why is ecommerce still such a popular option in so many industries? The answer is simple: For all the negative possibilities, there are just as many positives. You can really work your way up as long as you follow by the same basic principles that attract customers to face-to-face businesses.


Read more...

Page 1 of 111234510...Last »
We care about your Privacy. Copyright © 2009 RubikIntegration. Powered by Zen Cart and Wordpress