WooCommerce reviews + tutorials

WooCommerce Class Members Example: Create a WooCommerce Upsell Shortcode

…break; } } add_action( ‘woocommerce_thankyou’, ‘sv_wc_add_thankyou_payment_note’, 1 ); My check (or “cheque” for you non-Americans) and cash on delivery payments will output further instructions for the customer: Check additional text Cash on delivery text While other payment methods will show a default message telling the customer what company name is used for my merchant account and will show up under their transactions: Default text Within the…

Read More

Memberships – use cases

…ghtning-fast, friendly support! Vincent J. Florio, WordPress theme author I get so happy when I go to buy a WooCommerce extension and then see you have made it – done deal. Great job on the extensions. 🙂 Grant Ambrose, MyWeb Digital Ready to get started with WooCommerce Memberships? Buy now More Info Plugins Memberships What our customers say Contact Us Get Support SkyVerge Stats 53 WooCommerce extensions 3,893,858 WordPress.org Plugin Downloads 5…

Read More

WooCommerce reviews + tutorials

Building Your First WooCommerce Extension

…return $image_url; } add_filter( ‘rp4wp_theme_icon’, ‘sv_rp4wp_theme_icon’, 10, 2 ); Notice that I then return the image URL at the end so that something is output, even if it’s not been modified. The last part of my snippet is also slightly different. We’ve added a priority and the number of variables, as I need to tell the filter how many things I’ve passed into my function so they match up. More Filter Examples Here are some posts that use some…

Read More

WP Development

WordPress Comments Feed 404 Fixed

…t? Getting a friend to leave a comment would be slightly better, but still not as satisfying as knowing what the real issue is. Under the Hood If you’ve read this far, then like me you probably spend more time than you should on trivial things. I mean, you have drive and a thirst for knowledge, sweet! This rogue 404 seems to boil down to the handle_404() method of the WP class, unsurprisingly I suppose. Being fully aware that modifying core files…

Read More

WooCommerce reviews + tutorials

How to Create a WooCommerce Widget

…$method_title = $shipping_method->title; // Append a tag to international delivery in case the name doesn’t indicate it if ( ‘international_delivery’ === $id ) { $method_title .= ‘ (International)’; } array_push( $active_methods, $method_title ); } } return $active_methods; } This is the method I called in my widget class previously to get the WooCommerce shipping methods, which I then looped through and put into my list. Completed WooCommerce Wi…

Read More

SkyTrip 2017

SkyTrip 2017 Recap

…reliability. Ask for fast.com or speedtest screenshots from the property. Enough bedrooms for 10 people (remember, we wanted individual rooms) A large kitchen for cooking and sharing meals together A few different areas for workspaces, with preference for a large table where the whole team could work side-by-side. A pool ? (Spoiler: We got a pool.) After extensive searching, we narrowed our list down to 10 homes: 2 in Costa Rica; 3 in the Dominica…

Read More

WooCommerce extension updates & releases

Advanced Reviews: WooCommerce Product Reviews Pro

…may be able to guess what it is: I filter by rating and I read reviews. I know, I know. For a $10 purchase? Really? Yes. I can’t even help myself. I want to make sure I’m getting the best value I can, even if it’s for a silly muddler. You see, I didn’t buy the cheapest one. I bought one that had a competitive price but had the best reviews. Yep, product reviews are important. They’re a huge factor in purchasing decisions, and your customers look f…

Read More

WooCommerce Measurement Price Calculator

…are footage or a length width and tell them how many boxes they’ll need to buy! Selling boxes of tile with a customer calculator Want to sell a product based on customer-entered measurements instead? The WooCommerce Measurement Price Calculator can do that, too. The Calculator can sell custom-sized products priced by unit: per meter, cubic yard, etc. You can let customers enter the exact amount of the product needed, and the calculator will automa…

Read More

WooCommerce Global Payments

…d easily accept credit card payments with Global Payments, one of Europe’s fastest-growing payment processors, without the need for an SSL certificate or undergoing costly PCI compliance. Since payment forms are hosted on Global Payments’s secure servers, you avoid most major security regulations. Accept payments with major cards such as Visa, MC, AmEx, Laser, Switch, and Diner’s Club. A Global Payments merchant account is required for this extens…

Read More