Code School: Woo Shipping Per Product Count Script

Here’s a little snippet that has been useful for woocommerce development. This regulates shipping charges from a simple fee based system to a fee per quantity output. We modified this to allow for a couple of different shipping charge options based on quantity – first by three’s and then free shipping if over 9 are […]
Woocommerce Products Per Page
Interestingly Woocommerce does not seem to have a default setting for ‘products per page’. Unsurprisingly, there’s a simple workaround. Add to your functions.php Replace “28” with whatever number you want. add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 28;’ ), 20 );
Product Variations – WordPress Plugins
So this is a nice little plugin – an add-on to Woocommerce called Smart Variation Images. The extension allows you to set different images to each product variation. This is handy to display different style types to the user as they browse through your product variation choices. Each time they select a new variation, the primary image […]
Responsive Design and Why it is important for your Small Business Website
Responsive design provides users with quick seamless access to the same content regardless if they are using a smartphone, a tablet, or a laptop/desktop. “Web Design is responsive design, Responsive Wed Design is web design, done right.” – Andy Clarke A responsive design website responds to the device it’s being viewed on by fluidly changing […]
Getting Accurate Shipping Rates
If you own an ecommerce store and provide real time shipping rates you have likely encountered a long list of issues with returning accurate rates. If you have not, Bravo good sir or madam! You are the exception. Having real-time shipping rates on your online store is a must these days. People have to know […]
Session Timeouts
We’re currently fixing a set of issues with a shopping cart created through a different developer for a local client. They did a pretty good job but forgot about session timeouts. A lot of developers gloss over this aspect of their ecommerce site and unfortunately customers pay the price. Sessions are what is created to […]
Jquery XML Shopping Cart
We’ve built all kinds of shopping carts – many from the ground up. Experienced with all the third party vendors – zencart, opencart, xcart, etc… we know that clients need something completely customized sometimes. Many shopping carts are simply to complicated for some clients to use – also a case where a customized shopping cart […]
Starter Websites are Cheap
We’re offering ‘starter’ websites for as little as $175 in the coming months. This will get you everything you need, including shopping cart, to start selling online. Our targets are small, home based businesses. We understand that they don’t have a lot of capital to invest in a website. Our system makes it inexpensive and […]
Hey, Look What We Did…
Our programmers are the best in the business. We just finished a great new project at referralfeelawyers.com. This service connects lawyers with lawyers that pay referral fees for, you guessed it, referrals. The website features custom attorney profiles, administrative control over practice areas and geographical data….all kinds of neat things really. Admins can view stats […]