Combine the Billing Address and Payment Methods WooCommerce Endpoints
This snippet helps you reduce the number of WooCoommerce Endpoints within the MyListing dashboard. Instead of three separate endpoints for Account, Payment Methods, and Address,
This snippet helps you reduce the number of WooCoommerce Endpoints within the MyListing dashboard. Instead of three separate endpoints for Account, Payment Methods, and Address,
By default, WooCommerce redirects users to their Dashboard (i.e., My Account), which may not be desirable for website owners. Adjust the website URL on Line
This snippet will automatically complete orders for all virtual/downloadable products. For MyListing websites, orders placed under a Listing Package are considered a virtual product, and
The Remove Map Functionality and API Calls code snippet will help speed up MyListing websites that don’t need map services.
This snippet will add a 5% surcharge to the customer’s cart, but you can change the 0.05 value on Line 8 as desired.

One Line 6 is where we are replacing ‘$0’ with ‘Free!’. Uniquely Style the “FREE” Plan Text Maybe you would like to change the color,
By default, WordPress doesn’t provide a Registration Date column, let alone make it sortable. This snippet makes it possible to remove plugins like Admin Columns
This snippet is commonly used when website owners want to show customers a welcome page after checkout. Welcome pages are great ways to educate customers,
Out of the box, WooCommerce redirects users to their Dashboard (i.e., My Account), which may not be desirable for website owners. Adjust the ‘$redirect =
The Unlock the Listings Post Type code snippet allows for greater flexibility within a MyListing website by exposing this otherwise private post type. One example
There are two code snippets required here. Be sure to grab the CSS code snippet as well. Add Body Class For All User Roles to WordPress
When people visit your Single Product pages, they may click on your product’s thumbnail image, which opens a lightbox for that image. This may be
In the example, we are setting the default role to ‘Subscriber’, but you can set your desired role by editing the ‘$args[‘role’] = ‘subscriber’;’ entry.
When You Only Need to Target One Product In the example here, when someone purchases the product with a Product ID of 999, we remove

By default, any line that starts with ‘unset’ will remove the corresponding field. Remove each line, starting with ‘unset,’ for any field you wish to
MyListing does not allow users to search for Listings using Custom Taxonomies within the Quick Search Bar by default. These code snippets and the How to
By default, MyListing does not use the Featured Image portion of the Listing, so Listing owners cannot add their own Featured Image from the front
Let’s say you built a MyListing website that’s been rolling along with a Listing Type named ‘Gyms.’ Now, you’ve decided to rename ‘Gyms’ to ‘Clubs.’
This snippet redirects to a custom page once a Listing is submitted and after waiting 3 seconds. Customization Notes