The WooCommerce Global Cart facilitate a unique cart implementation within a network of shops. Any product can be add to the cart and carry over to other shops. On check-out, depending on set-up type, the products are included in a single order on a specific shop, or spread to all shops which had a product in the cart.
Within dashboard, when view an order, all checked-out products are listed:
Origin shop o each product can be fond in the link...
View More
Along Google Analytics, WooCoommerce Reports are a great way to summarize important data and statistics for a shop, providing the possibility to visualize performance from month to month using graphs and stats. Reports are very important, most e-commerce sites that achieved success take advantage of reporting to improve their shop performance.
When doing a WooCommerce MultiSite Search, the results are returned often within WooCommerce template called archive-product.php This is managed automatically through the internal code to return appropriate product link, depending on the shop in the network where is being located.
Some of WordPress Themes use their own search template. A commonplace for such code is the search.php file, within the theme directory. Using the default WordPress editor or a specialized tool, edit that file as follow:
Locate the following code in...
View More
The plugin is now compatible with popular "WooCommerce Advanced Shipping" hosted on codecanyon.net. With over 9k sales up to the date and a very affordable price, this plugin is the top option when need advanced set-up for shipping.
Some of plugin features:
Create multiple shipping methods
Shipping based on your conditions
No coding required
Easy to use
Conditional logic
Shipping per country / state / city / zip
Volume based pricing
Table rate shipping
Unlimited shipping methods
...
View More
Advanced Fees for WooCommerce is a powerful plugin to set advanced fees for cart products.
WooCommerce Wholesale Prices is a free WordPress repository plugin which gives shops owners the ability to supply specific users with wholesale pricing for their product range.
Some of plugin features:
Simple Wholesale Pricing
Flexibility
Great For Users
...
View More
WooCommerce Bulk Discount is a free WordPress repository plugin, which makes it possible to apply bulk discounts to items in the shopping cart, depending on different criteria (e.g. quantities, selected products etc).
This is the full development log.
Safari browser is well known for it's cookie policies which is in a way a nightmare for developers to implement specific features. It has defaults that are arguably more secure than other browsers, but this winds up breaking some techniques mainly used along creating crossdomain cookies.
Safari ships with a conservative cookie policy which limits cookie writes to only the pages chosen ("navigated to") by the user. This default conservative policy may confuse frame based sites that attempt to write...
View More
WooCommerce running on a WordPress MultiSite create a powerful environment for e-commerce, using the right tools makes WooCommerce the best application of it’s kind.
WooCommerce is not a MultiSite natively capable, WooCommerce Global Cart plugin comes in and make it happen with zero code customization and shop admin intervention. This require a specific approach and code extension, using advanced technologies and coding techniques to make everything perfectly compatible.