Shortcode
-
Oh, i know this is basic, but i’ve put this in my storefront functions.php
add_action('woocommerce_before_add_to_cart_form', 'muestra_bodegas'); function muestra_bodegas() { echo do_shortcode('[slw_product_locations show_qty="yes" show_stock_status="no" show_empty_stock="yes"]'); }
But i get this in my frontend
Notice: Undefined variable: output in /home/webpymec/public_html/WebPYME-principal/wp-content/plugins/stock-locations-for-woocommerce/src/classes/class-slw-shortcodes.php on line 199
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Shortcode’ is closed to new replies.