2 days ago we, Totheme Labs team released new plugin for WooCommerce, called “Recently Viewed Products for WooCommerce”. It is beautiful product history plugin for WooCommerce. Shop owner can create separated page, widget, footer popups to display this data to his customers. Once it is activated, it collects the customer visit data, and shows his history …
Continue reading “Amazon like Last Visited Products for WooCommerce”
Usually WooCommerce themes have their own search forms, from simple “input-submit” to advanced “input-filter1-filter2-…-checkbox1-submit” ones. But sometimes shop owners meet a such problem: Their search form takes the visitor to WP search results page instead of WooCommerce rich search result one. What is the difference between these two results page? WP Search results page is simple – …
Continue reading “Make any search form to take a visitor to WooCommerce Search Results page instead of default WP Search Results page”
To remove independent function from WP actions/filters is easy thing, we know. We just set remove_action(‘action_name’, ‘function_name’, PRIORITY); and that’s all. But this simple way doesn’t work for Class Methods. That’s why there is another approach for classes. Well, in some cases this method doesn’t help us either. f.e. When we shouldn’t re-construct that class. …
Continue reading “Removing added Class Methods from Action/Filters in WordPress”
If you want to check this inside the some hook, which runs after plugins_loaded hook, it is very simple. Just check some plugin specific constant or function exists or not. For example, to check WooCommerce we will need to check any WOO constant is defined or not. Or it is enough to check if class …
Continue reading “Check if some plugin installed & active or not”
Do you have any questions on your WordPress/WooCommerce website? Does your website have some performance problems? Do you need some consultation?