background preloader

Woocommerce

Facebook Twitter

Add sending emails to custom order status · Issue #6287 · woothemes/woocommerce. Test.monetaonline. Untitled. ExpressoWiFi. Accedi Accedi Hai perso la password?

ExpressoWiFi

Comments are closed, but trackbacks and pingbacks are open. About ExpressoWiFi Contact us : info@expressowifi.com Find us online Payment Methods Copyright © 2014 ExpressoWiFi. WooCommerce Custom Fields for Variations / Remi Corson. How to create localized bookable products with WPML and WooCommerce Bookings. Your company is growing and it's now international!

How to create localized bookable products with WPML and WooCommerce Bookings

You need a multilingual store and if you are running it with WordPress, you have to use WPML and WooCommerce. If you do not have bookable products, then everything is ok. WooCommerce is 100% compatible with WPML. But what if you have bookable products such as hotel rooms or appointments? Translating WooCommerce (Localization) Introduction ↑ Back to Top WooCommerce comes localisation ready out of the box – all that’s needed is your translation (if the plugin does not come bundled with one for your language).

Translating WooCommerce (Localization)

There are several methods to create a translation, most of which are outlined in the WordPress Codex, however, we find the easiest method is to use a plugin called codestyling localisation. More advanced users can use PoEdit. Both methods are covered in this doc. Woocommerce-language-packs/packages at master · woothemes/woocommerce-language-packs. 30 simple (but useful) WooThemes Canvas CSS tweaks - Pootlepress. The WooThemes Canvas theme framework from Woothemes is in my view, the most flexible and powerful WordPress theme available.

30 simple (but useful) WooThemes Canvas CSS tweaks - Pootlepress

You can do so many cool things with Canvas without having to dive into any code. However, there are times when you’ll want to tweak Canvas and with that in mind, I’ve put together the following list of 30 useful CSS tweaks. Note: many of these CSS customisations have been sourced by trawling through the woothemes forums in an attempt to include the most popular and useful requests. If you have your own useful Canvas CSS tweak, please let me know and I will add it to the list! Just add the following bits of CSS to your custom.css file (dashboard/appearance/editor) and sit back and marvel at your work. Share on Facebook, Twitter and Google+ #1: Remove Page Titles. Show cart contents / total. WooCommerce Multilingual - E-Commerce Sites in Several Languages.

WooCommerce Multilingual makes it easy to run multilingual e-commerce sites with WooCommerce and WPML.

WooCommerce Multilingual - E-Commerce Sites in Several Languages

The plugin streamlines the translation process, so that you only need to translate the texts and all products, categories and variations are created automatically for you. Php - Woocommerce add to cart button redirect to checkout. Plugins - WooCommerce : Direct Checkout Page. Customizing checkout fields using actions and filters.

If you are not familiar with actions and filters or do not know how to implement this code we have an extension that can help with this which you can find here: WooCommerce Checkout Field Editor – If you install and activate this extension any code you implement as shown below would not work.

Customizing checkout fields using actions and filters

You can not have custom checkout field code in your functions.php file when the extension is activated. Please note: We are not able to provide support for customizations, if you are not able to get the following to work, please purchase the extension or contact a recommended Woo Worker. Custom code should be copied into your child theme’s functions.php file. Add login/logout to menu Woocommerce Wordpress. Customizing the WooCommerce My Account Page with Tabs using CSS & HTML. Custom Woocommerce email notification for dealer or supplier - Raymon Schouwenaar.nl. Since a couple of days i was searching of a solution to make my own custom email notification for Woocommerce.

Custom Woocommerce email notification for dealer or supplier - Raymon Schouwenaar.nl

And especially to send an dealer or supplier an email that he have got an order to handle. But Woocommerce has a documentation. But custom stuff like this you wouldn’t find there. So i started myself! And came with an solution. For my locations i use the WordPress plugin SimpleMap, it’s a nice plugin to create dealer location libary where visitors can search if there near by an dealer. The code below is all in my functions.php, so if you’re familiar with PHP than you can make some custom stuff out of my code. Get an custom checkout field with the locations The function “dealer_checkout_field()” adds an custom dealer checkout field. The “get_locations_list()” function gets an array of all published locations (from the SimpleMaps plugin).

Save the custom checkout field. Set a custom add to cart URL to redirect to. Add checkout validation styles to a third party or custom theme. Single page cart/checkout/pay option · Issue #194 · woothemes/woocommerce. Add a surcharge to cart and checkout – uses fees API. How to Setup WooCommerce Pages Using Shortcodes. Problem Description: If you are having issues with your shop, cart or checkout pages page not working, being lost or duplicated, refer to the Documentation area and reference your theme’s “Verify WooCommerce Pages” article for important steps to take.

How to Setup WooCommerce Pages Using Shortcodes

Shop Pages When you install WooCommerce, you are prompted to automatically install your pages. These are then correctly linked to WooCommerce. Note that there are not physical pages for everything – content like My Account > Change Password is dynamically generated using what is called an “Endpoint”. Add Custom Fee to WooCommerce Cart dynamically / Remi Corson. [WooCommerce] Remove fields on Edit Address. Put this into your theme's functions.php add_filter( 'woocommerce_billing_fields', 'custom_woocommerce_billing_fields' ); function custom_woocommerce_billing_fields( $fields ) { $fields['billing_first_name'] = array( 'label' => __('Name', 'woothemes'), 'placeholder' => __('Name', 'woothemes'), 'required' => true, 'class' => array('billing-first-name') ); $fields['billing_phone'] = array( 'label' => __('Phone', 'woothemes'), 'placeholder' => __('Phone', 'woothemes'), 'required' => false, 'class' => array('billing-phone') ); return $fields; } As you can see this allows you to change the billing address fields.

[WooCommerce] Remove fields on Edit Address

My code example above sets the label, placeholder text, required, and class for both the first name and phone fields. Woocommerce PayPal redirect 404. Martin The requested URL /de/cgi-bin/ was not found on this server. why is this "de/cgi-bin/" in my return url?

Woocommerce PayPal redirect 404

Bruno Forum moderator Hello, WPML customer support service operates 18 hours per day, Monday to Friday. 100 WooCommerce Tips and Tricks - Pootlepress. Get your free WooCommerce Cheat Sheet here This post was last updated on September 15th 2014 Please note: we are still working on this post and have tested about 75% of the tips below.

We will continue to improve this resource over the coming days and weeks. Includes/wc-cart-functions.php - WooCommerce - Dynamic API Reference - v2.2.4. [WooCommerce] Remove fields on Edit Address. Creating a Bookable Product. In order for users to create bookings, you will need to create a bookable product. To do this, go to Products > Add Product. Here you’ll see the familiar WooCommerce interface for product creation. Give your product a title and description before moving on to product data. E commerce - How to clear a Woocommerce cart. Express Lane Shopping: Improving the WooCommerce add to cart button. How to use WooCommerce without a Products Page.

WooCommerce - excelling eCommerce. Hooks: Action and Filter reference. Woocommerce: Cart and checkout pages shows strings in wrong language. Frank Hello! I am developing a wc shop in two langages: German (Default) and English. But in the english version the nearly all strings of the cart-page and the checkout-pages are in german. One strange thing happens: During loading the order details at the bottom of the first checkout-page, I can see the english translation of some strings (sreenshot).

But after the loading procedure is finished the english strings will be overwritten with the german expressions (screenshot). I would be very pleased, when someone could explain me how to translate the cart and checkout-pages correctly. Here are some Details: Wordpress 3.8.3 Woocommerce 2.1.5 WooCommerce Deutsch (de_DE) 3.1.5 WooCommerce German Market 2.3.1 WooCommerce Multilingual 3.2.2 Best regards, Frank. Adding Woocommerce shortcode in PHP to home page of other Theme. Php - Woocommerce add to cart button redirect to checkout.

My 25 Best WooCommerce Snippets For WordPress. Times flies… It’s been 6 months since I started to work for WooThemes as a WooCommerce full time support technician. During these 6 months I learnt a lot on WooCommerce and I coded a lot (read a lot!) Of WooCommerce related snippets. Actually, WooCommerce is really powerful tool and easily expandable. It has many hooks that can be used for nearly everything, and that’s what make WooCommerce so good. Here is a list of snippets I wrote or adapted during the past months; all these snippets must be pasted in the functions.php file within your theme folder: Hiding the WordPress admin panel to your subscribers. In this post, I’ll just share a code snippet that will allow you to hide the WordPress admin elements to users who have signed up your site under the Subscriber roll.

The Problem You’ve found a cool plugin that allows people to signup on your WordPress site and have access to something that the plugin provides on the frontend of your site, but now that a user is logged in there are two problems: They see the WordPress admin bar at the top of your website.They can go to — Not that they can do any harm with a low-level user account, but still maybe seems unprofessional in some cases.

Skip shopping cart in WooCommerce. My beautiful wife put together a great WordPress blog, and installed the WooCommerce plugin in order to sell some items on her site. However, she didn’t like the conversion flow for end users; users had to add an item to the cart, confirm the quantities and subtotal, then enter payment information. Because my wife only had one SKU (product), and customers could only buy one at a time, she wanted to skip the shopping cart verification step, and allow customers to go straight from the product page to entering payment information after hitting a big red button.

Seems like a reasonable request. Template Structure + overriding templates via a theme. The template files of WooCommerce contain the markup and template structure for the front-end (and HTML emails) of your store. WooCommerce Skip Cart. Automating WooCommerce Order Status Changes. I run a WooCommerce site where I sell a plugin that helps create personalized URLs. It’s called ElegantPURL and it’s pretty nifty, if you’re into that sort of thing. But because it’s a digital download, I’ve always seen the same thing when it comes to Order Status. It’s always “completed.” Why are the order statuses not “completed?” The other day (a couple of weeks ago by now), a friend posted a tweet asking if there was a way to automatically change the order status to complete after a payment had been received.

Custom single product template - WooCommerce Views Tutorial. WooCommerce: Skip Product & Cart Pages / Remi Corson. WooCommerce Endpoints (2.1+) WooCommerce 2.1 makes use of endpoints to show certain content to users on the frontend. This document explains what endpoints are, how we make use of them, how developers can use them, and what they replace when upgrading from WC 2.0. Php - Woocommerce Show Single Product on Homepage. Shortcodes included with WooCommerce. WooCommerce Shortcodes List - The Comprehensive Guide by GPLclub. Add Custom Tabs For Product In Woocommerce. Calling the Product Dimensions in Short-Description.php. Php - How to Integrate HTML into WordPress Woocommerce Single Product Page.

Trying to remove sidebar from all Woo commerce Pages. Video Overview - The New Bookings Extension for WooCommerce. Last week WooThemes released this cool, new extension for WooCommerce. Right away I could using this for my own hourly bookings as well as some other stuff in the future. So join me as I do an overview of this handy extension and learn how it might be the perfect solution for you whether it’s for your time, space rental, or a whole slew of other uses. And if you want to see a live example of how it works on my site, check it out here. Custom Woocommerce email notification for dealer or supplier - Raymon Schouwenaar.nl. WooCommerce: Skip Product & Cart Pages / Remi Corson. Third party / custom / non-WC theme compatibility. Note: Note that this is a Developer level doc. Select a WooExpert or Developer for help if you’re unfamiliar with code/templates and resolving potential conflicts.

We’re unable to assist with customization under our Support Policy, as the issue is with your theme and not WooCommerce.