The below code snippet allows you to redirect to a custom page after the user has successfully completed a purchase when using Subscription for WooCommerce plugin. Simply add the below code snippet to the active child theme function.php and replace the URL in the function wo_redirect() to the desired page.
The Subscription for WooCommerce plugin allows the subscriber to suspend or cancel a subscription from their My Account page under subscription view in the My Subscription tab. The below code snippet allows you to hide the available actions (Suspend and Cancel) from the subscription view. To achieve that simply add the below code snippet to the […]
Subscriptions for WooCommerce plugin allows you to change the text of the Add to Cart button on any page on the shop. The below code snippet allows you to change the text of the Add to Cart button only on the shop page of the store. To do that, simply add the below code snippet […]
The GDPR Law requires companies and organizations serving the citizens of the EU to be transparent about the data that they are collecting from their users. This also includes the cookies that the website uses. The website should let the users know what cookies they are using and get consent from them to continue using […]
When migrating data from a site to another that already has data like users, products, subscriptions and other post types. The first thing to do is backup all your data before you make any changes on both sites. When making any changes on the website there is always a risk of losing data. And losing […]
When you are migrating data from a WooCommerce website to another new WooCommerce website. In the old WooCommerce website, the data that you have are the users, products, and the orders that the users place. When migrating to a new website, the one thing to take extreme care of is to maintain the relationship between […]
After upgrading to WooCommerce version 2.0 and above, you may have experienced the issue where purchased order using PayPal do not get completed. All the purchased order changes to the “canceled” status. In the admin area, all the orders appear as “canceled” with the message “Unpaid order canceled – time limit reached“. When this happens, […]
With the Product Import Export Plugin for WooCommerce and the below code snippet added to the function.php file of the active child theme, you can import or export the bundled products added to your WooCommerce store using WooCommerce Product Bundles.
This tutorial explains how to setup WordPress Comments Import & Export Plugin. Please refer to the product page to know more about the plugin features. Overview WordPress Comment Import Export plugin facilitates online store Admin to export or import WordPress article comments and WooDiscuz Discussions about the products by using a CSV file. Admin can […]
The below code snippet allows you to add the sum weight of the box and the products on the shipping label using WebToffee PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels Plugin for WooCommerce. Simply add the code snippet to the function.php file of the active child theme.