Browsing Tag

woocommerce

Uncategorized, WordPress Plugins

5 most popular plugins for Ecommerce site 2018

June 20, 2018

Thanks to Wordrpress, now anyone also can build an ecommerce site for their own. There are so many plugins so you can find the right plugin to solve a particular problem on your site, it’s easy to feel like a kid in a candy store.

In this article, we will show you the 5 of the most popular plugins for creating an ecommerce site. Almost these plugins which have the clean user interface and good user experience so the users can easy to use.

Woocommerce (Free, 4+ milion active installations)

It’s very famous plugin, powers 30% of all online stores. No need to worry if your favourite theme is compatible with Woocommerce. Virtually all the themes need to support Woocommerce, even the theme need to be updated when Woocommerce releases a new version.

Woocommerce is completely free plugin. By defalt, it nearly provides all the basic functions for creating an ecommerce site. But if you are finding more advanced features, maybe you can find out here

Demo on Unidash theme

Easy Digital Downloads (Free, 60,000+ active installations)

As its name would suggest, Easy Digital Downloads is a complete eCommerce solution for selling digital products on WordPress. Not like Woocommerce, this plugin just provides a complete system for effortlessly selling your digital products (software, documents, photos, ebooks, songs…).

In the free version, Easy Digital Downloads supports 2 payment gateways only: Paypal Standard and Amazon Payments. You can extend this through their extension. If you are curious, visit here to see all extensions.

Demo on Business Hub theme

JigoShop (Free, 56000+ downloads from their site)

 

Jigoshop supports both physical and downloadable products. Jigoshop eCommerce provides you with the features necessary to complete your shop in minutes. They also supply their own theme, in this case, you want an assurance that theme will be worked perfectly with the plugin, you can choose their theme

It also supports the extensions so you feel free extend their shop

If you are not good at imagining, we suggest you visit their site for demo

WordPress Simple Paypal Shopping Cart (Free, 40000+ active installations)

This plugin is a lightweight solution. It allows you to add an ‘Add to Cart’ button for your product on any posts or pages. It also allows you to add/display the shopping cart on any post or page or sidebar easily. You will be able to create products by using shortcodes dynamically.

 WP-Ecommerce (Free, 20000+ active installations) 

The plugin supports product uploads, a dashboard for managing orders and inventory, and tax management.

WP eCommerce offers three free payment gateways such as ProPay, PayPal, and WorldPay. Other Payment gateways are available courtesy of extensions. WP-Ecommerce allows making WP eCommerce do anything you can imagine with hundreds of available hooks.

We have suggested you the 5 of most popular plugins for building ecommerce site, hope you can find what you want.

News

“a.cookie is not a function” error in WooCommerce 3.2.5

December 7, 2017

In the latest version of WooCommerce 3.2.5 (as of today), there is an error which may cause all of javascript code on your site to stop working. If you hit F12 to open the inspector window, you will see this message in the console log

Uncaught TypeError: a.cookie is not a function
at HTMLDocument. (cart-fragments.min.js?ver=2.6.14:1)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)

It’s not your fault or your theme, it’s related to WooCommerce. They have changed from jQuery Cookie to Vanilla JS Cookie https://github.com/js-cookie/js-cookie in to work with latest version of jQuery in WordPress 4.9+. The updated file is cart-fragments.min.js but tthe minified file (.min.js) is not re-minified. Only the raw file cart-fragments.js has the new code. To fix this error, you can open /woocommerce/assets/js/frontend/cart-fragments.js , copy all the code, and open an online minify tool such as https://www.minifier.org/  to get the minified code. Copy the minified code and replace all code in the .min.js file. Voala, it should work the issue.

An easier option: wait for WooCommerce to update  😉

News, WordPress Tips

WooCommerce 2.5.5 slows your site dramatically?

March 31, 2016

WooCommerce 2.5.5 slows your site, doesn’t it?

If you recently update WooCommerce 2.5.5 and you see that your site loads super slow, here’s what to check. The phenomenon is when you visit the site as guests, it loads slowly. If you login and try again, it works normally.

Go to WooCommerce Settings page > tag General > General Options > Default Custom Address
2016-03-31_095938

 

Check if this setting is set to Geolocate. When users (mostly guests) do checkout, WooCommerce will try to detect customer’s location using MaxMind GeoLite Database. If this feature doesn’t work well, it will effect your site response. So, try to change Default Custom Address to “No Address”.