|
|
|
@ -3,8 +3,8 @@ |
|
|
|
|
wp_enqueue_script( 'shop_scripts', get_template_directory_uri() . '/woocommerce/assets/js/gp-main.js', 'jquery', '', true); |
|
|
|
|
wp_enqueue_style( 'shop_styles_core', get_template_directory_uri() . '/woocommerce/assets/css/gp-style-core.css'); |
|
|
|
|
wp_enqueue_style( 'shop_styles_desktop', get_template_directory_uri() . '/woocommerce/assets/css/gp-style-desktop.css'); |
|
|
|
|
wp_enqueue_style( 'shop_styles_mobile', get_template_directory_uri() . '/woocommerce/assets/css/gp-style-mobile.css'); |
|
|
|
|
wp_enqueue_style( 'shop_styles_tablet', get_template_directory_uri() . '/woocommerce/assets/css/gp-style-tablet.css'); |
|
|
|
|
wp_enqueue_style( 'shop_styles_mobile', get_template_directory_uri() . '/woocommerce/assets/css/gp-style-mobile.css'); |
|
|
|
|
wp_enqueue_style( 'shop_styles_order', get_template_directory_uri() . '/woocommerce/assets/css/gp-style-order.css'); |
|
|
|
|
wp_enqueue_style( 'shop_styles_ultra', get_template_directory_uri() . '/woocommerce/assets/css/gp-style-ultra.css'); |
|
|
|
|
|
|
|
|
@ -71,6 +71,8 @@ |
|
|
|
|
$context['posts'] = Timber::get_posts($args); |
|
|
|
|
$context['count'] = count(Timber::get_posts($count_args)); |
|
|
|
|
|
|
|
|
|
$context['sidebar_filters'] = Timber::get_widgets('sidebar_filters'); |
|
|
|
|
|
|
|
|
|
Timber::render('archive-product/archive-product.twig', $context); |
|
|
|
|
|
|
|
|
|
?> |