08-19-2018 @ 21:11:36 - CEP 13040-030
08-19-2018 @ 21:11:36 - Array
(
[Token] => ###
[SellerCEP] => 13478-540
/** | |
* Remove produtos que a variação não tem em estoque | |
* @see https://github.com/woocommerce/woocommerce/issues/20689 | |
*/ | |
add_action( 'woocommerce_before_shop_loop_item_title', 'remove_out_of_stock_products_from_active_filter' ); | |
function remove_out_of_stock_products_from_active_filter(){ | |
if (isset($_GET['filter_tamanho'])) { | |
global $product; | |
if ($product->is_type('variable')) { | |
$variations = $product->get_available_variations(); |
{ | |
"always_show_minimap_viewport": true, | |
"atomic_save": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme", | |
"copy_with_empty_selection": false, | |
"dc_use_group_icon1": false, | |
"dc_use_group_icon3": true, | |
"drag_text": false, | |
"font_size": 8, |