SlideShare ist ein Scribd-Unternehmen logo
1 von 2
Downloaden Sie, um offline zu lesen
Kurze Einführung in WooCommerce
“WooCommerce ​is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate
seamlessly with WordPress, ​WooCommerce ​is the world’s favorite eCommerce solution that gives both
store owners and developers complete control.”
Viele und oft auch wesentliche Einstellungen in WooCommerce finden mittels ​add-filter​oder ​remove_action
in der Theme-​Functions​-Datei oder auch im Editor mittels ​Shortcodes ​statt.
Das muss man erst einmal unterscheiden. Die Suche nach den Einträgen, Funktionen und Filter gestaltet sich
sehr oft recht aufwendig. Vor allem dann, wenn man noch nicht sehr vertraut mit dem Shop-Plugin ist. Es ist
mächtig, aber eben auch … kompliziert.
Was die Einträge in der ​functions.php​und das Templating im ​woocommerce-Theme-Ordne​r angeht, ist das
WooCommerce-Shop-Plugin für Laien oftmals nicht geeignet.
Es sei denn, sie arbeiten mit den Standard-Funktionen bzw. denjenigen Funktionen, die ihr gewähltes Theme
schon mitbringt.
Sie sieht diese Sache beispielsweise aus:
// Remove add to cart button on the navigation bar
remove_action( 'woo_nav_after', 'wootique_cart_button', 10);
remove_action( 'woo_nav_after', 'wootique_checkout_button', 20);
// Remove add to cart button from the product loop
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10, 2);
// Remove add to cart button from the product details page
remove_action( 'woocommerce_before_add_to_cart_form', 'woocommerce_template_single_product_add_to_cart', 10,
2);
//disabled actions (add to cart, checkout and pay)
remove_action( 'init', 'woocommerce_add_to_cart_action', 10);
remove_action( 'init', 'woocommerce_checkout_action', 10 );
remove_action( 'init', 'woocommerce_pay_action', 10 );
Im ​Theme ​wichtig:
Der ​Ordner ​“​woocommerce​” mit bestimmten Template-Files zum Anpassen.
Links​ammlung zum Thema
1. http://www.pootlepress.com/2014/04/​100-woocommerce-tips​-tricks/
2. http://docs.woothemes.com/documentation/​plugins​/woocommerce/
3. http://wp-agentur.de/blog/woocommerce-anpassen-geniale-kostenlose-​extensions​/
4. https://wordpress.org/​plugins​/​woocommerce-customizer​/
5. http://wp-agentur.de/blog/10-praktische-woocommerce-​shortcodes​/
6. https://marketpress.de/2015/woocommerce-​shortcodes-liste​/
7. https://www.​youtube.​com/watch?v=F8Op_sxowgI
8. https://www.​youtube​.com/watch?v=Y8ilkx8otAc
9. https://www.​youtube​.com/results?search_query=woocommerce+remove+action&page=2
10. http://docs.woothemes.com/document/customise-the-woocommerce-breadcrumb/
11. http://docs.woothemes.com/document/​woocommerce-shortcodes​/
12. https://wordpress.org/support/topic/overriding-woocommerce_process_registration-in-child-theme-​functionsphp
13. http://wp.zacgordon.com/how-to-​remove​-the-orderby-dropdown-for-products-in-woocommerce/
14. https://wordpress.org/support/topic/​remove-add-to-cart-buttons​-from-product-page
15. http://adem-oezen.de/woocommerce-​shortcodes​/
**********************************
Mark Max Henckel
Webdesigner
E-Mail: mail@publizieren-im-netz.de
Tel.: +49 40 181 709 82
Mobil: +49 0176 211 701 07
Skype: markmaxhamburg
Xing: www.xing.com/profile/MarkMax_Henckel
Twitter: www.twitter.com/mark_henckel
Web: www.publizieren-im-netz.de

Weitere ähnliche Inhalte

Ähnlich wie Kurze Einführung in WooCopmmerce mit weiterführenden Links

WordPress-Präsentation
WordPress-PräsentationWordPress-Präsentation
WordPress-Präsentation
pfw208br
 
SCD13: Die technische Roadmap von Shopware 4
SCD13: Die technische Roadmap von Shopware 4SCD13: Die technische Roadmap von Shopware 4
SCD13: Die technische Roadmap von Shopware 4
shopware AG
 
Dev roadmap-scd clean
Dev roadmap-scd cleanDev roadmap-scd clean
Dev roadmap-scd clean
tomlose1
 

Ähnlich wie Kurze Einführung in WooCopmmerce mit weiterführenden Links (8)

WordPress-Präsentation
WordPress-PräsentationWordPress-Präsentation
WordPress-Präsentation
 
1&1 Frontend Workshop II
1&1 Frontend Workshop II1&1 Frontend Workshop II
1&1 Frontend Workshop II
 
Web460 ppt-de-jul-wi-web-all-2020
Web460 ppt-de-jul-wi-web-all-2020Web460 ppt-de-jul-wi-web-all-2020
Web460 ppt-de-jul-wi-web-all-2020
 
Must-Have Plugins für jeden Shopware Shop
Must-Have Plugins für jeden Shopware ShopMust-Have Plugins für jeden Shopware Shop
Must-Have Plugins für jeden Shopware Shop
 
SCD13: Die technische Roadmap von Shopware 4
SCD13: Die technische Roadmap von Shopware 4SCD13: Die technische Roadmap von Shopware 4
SCD13: Die technische Roadmap von Shopware 4
 
Dev roadmap-scd clean
Dev roadmap-scd cleanDev roadmap-scd clean
Dev roadmap-scd clean
 
Pixelmechanics "eCommerce mit Magento" - Webmontag 07.06.2010
Pixelmechanics "eCommerce mit Magento" - Webmontag 07.06.2010Pixelmechanics "eCommerce mit Magento" - Webmontag 07.06.2010
Pixelmechanics "eCommerce mit Magento" - Webmontag 07.06.2010
 
WYSIWYG-Editoren (für Drupal 7)
WYSIWYG-Editoren (für Drupal 7)WYSIWYG-Editoren (für Drupal 7)
WYSIWYG-Editoren (für Drupal 7)
 

Kurze Einführung in WooCopmmerce mit weiterführenden Links

  • 1. Kurze Einführung in WooCommerce “WooCommerce ​is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, ​WooCommerce ​is the world’s favorite eCommerce solution that gives both store owners and developers complete control.” Viele und oft auch wesentliche Einstellungen in WooCommerce finden mittels ​add-filter​oder ​remove_action in der Theme-​Functions​-Datei oder auch im Editor mittels ​Shortcodes ​statt. Das muss man erst einmal unterscheiden. Die Suche nach den Einträgen, Funktionen und Filter gestaltet sich sehr oft recht aufwendig. Vor allem dann, wenn man noch nicht sehr vertraut mit dem Shop-Plugin ist. Es ist mächtig, aber eben auch … kompliziert. Was die Einträge in der ​functions.php​und das Templating im ​woocommerce-Theme-Ordne​r angeht, ist das WooCommerce-Shop-Plugin für Laien oftmals nicht geeignet. Es sei denn, sie arbeiten mit den Standard-Funktionen bzw. denjenigen Funktionen, die ihr gewähltes Theme schon mitbringt. Sie sieht diese Sache beispielsweise aus: // Remove add to cart button on the navigation bar remove_action( 'woo_nav_after', 'wootique_cart_button', 10); remove_action( 'woo_nav_after', 'wootique_checkout_button', 20); // Remove add to cart button from the product loop remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10, 2); // Remove add to cart button from the product details page remove_action( 'woocommerce_before_add_to_cart_form', 'woocommerce_template_single_product_add_to_cart', 10, 2); //disabled actions (add to cart, checkout and pay) remove_action( 'init', 'woocommerce_add_to_cart_action', 10); remove_action( 'init', 'woocommerce_checkout_action', 10 ); remove_action( 'init', 'woocommerce_pay_action', 10 ); Im ​Theme ​wichtig: Der ​Ordner ​“​woocommerce​” mit bestimmten Template-Files zum Anpassen.
  • 2. Links​ammlung zum Thema 1. http://www.pootlepress.com/2014/04/​100-woocommerce-tips​-tricks/ 2. http://docs.woothemes.com/documentation/​plugins​/woocommerce/ 3. http://wp-agentur.de/blog/woocommerce-anpassen-geniale-kostenlose-​extensions​/ 4. https://wordpress.org/​plugins​/​woocommerce-customizer​/ 5. http://wp-agentur.de/blog/10-praktische-woocommerce-​shortcodes​/ 6. https://marketpress.de/2015/woocommerce-​shortcodes-liste​/ 7. https://www.​youtube.​com/watch?v=F8Op_sxowgI 8. https://www.​youtube​.com/watch?v=Y8ilkx8otAc 9. https://www.​youtube​.com/results?search_query=woocommerce+remove+action&page=2 10. http://docs.woothemes.com/document/customise-the-woocommerce-breadcrumb/ 11. http://docs.woothemes.com/document/​woocommerce-shortcodes​/ 12. https://wordpress.org/support/topic/overriding-woocommerce_process_registration-in-child-theme-​functionsphp 13. http://wp.zacgordon.com/how-to-​remove​-the-orderby-dropdown-for-products-in-woocommerce/ 14. https://wordpress.org/support/topic/​remove-add-to-cart-buttons​-from-product-page 15. http://adem-oezen.de/woocommerce-​shortcodes​/ ********************************** Mark Max Henckel Webdesigner E-Mail: mail@publizieren-im-netz.de Tel.: +49 40 181 709 82 Mobil: +49 0176 211 701 07 Skype: markmaxhamburg Xing: www.xing.com/profile/MarkMax_Henckel Twitter: www.twitter.com/mark_henckel Web: www.publizieren-im-netz.de