East Bay Home Solutions
Template Real Estate http://www.youreastbayhomesolutions.com/
Template Real Estate http://www.youreastbayhomesolutions.com/
Branded site – for http://www.bostoncolorgroup.com
When moving to Magento, some people might want to change the default order number 000000001 to some other number – either fooling the customer into thinking this is a very popular shop, or when migrating from another web shop to Magento. Here’s how to change that order number. if updating a store that already has sales to a new increment id: UPDATE eav_entity_store SET increment_last_id = 012345678, increment_prefix = 0 WHERE entity_type_id = 5; If updating a clean store with no sales: INSERT INTO eav_entity_store SET increment_last_id = 012345678, increment_prefix = 0, entity_type_id = 5;
Cleanly Delete all Orders, Sales & Customer Data in Magento After finishing the site and It’s ready to publish it, you will need to delete all test orders, dashboard stats and search terms. How can we do it??? First: Backup the database and the files. Either via phpmyadmin in c Panel or MySQL via SSH… Read more »
A Guide To launching a Magento store on SiteGround Log into SiteGround go to My Accounts and find the account in question and click Manage Account. From here you will want to click the green Upgrade Button and upgrade the account to GoGeek if it hasn’t been already. This readies the store for PCI… Read more »
http://www.glvinnovations.com/
Branded 03 http://www.ckentertainmentinc.com/
This week I stumbled across a really cool feature baked into wordpress core. Its possible with a minimal amount of effort to display posts, pages, custom posts, featured images, or really any bit of data that can be queried in wordpress into a responsive ready masonry style grid. REALLY COOL! This is the tutorial… Read more »