diff --git a/wp-content/themes/cosmopet/functions.php b/wp-content/themes/cosmopet/functions.php index 036e840..b7ce43a 100644 --- a/wp-content/themes/cosmopet/functions.php +++ b/wp-content/themes/cosmopet/functions.php @@ -1149,5 +1149,12 @@ function change_wbw_filter_button_text($text) { add_filter('wbw_filter_reset_button_text', 'change_wbw_reset_button_text'); function change_wbw_reset_button_text($text) { return 'Сбросить'; +} +add_action('template_redirect', 'custom_redirect_cart_page'); +function custom_redirect_cart_page() { + if (is_cart()) { + wp_redirect(home_url('/')); + exit; + } } \ No newline at end of file diff --git a/wp-content/themes/cosmopet/templates/where_to_buy/template_wtb.php b/wp-content/themes/cosmopet/templates/where_to_buy/template_wtb.php new file mode 100644 index 0000000..f341475 --- /dev/null +++ b/wp-content/themes/cosmopet/templates/where_to_buy/template_wtb.php @@ -0,0 +1,502 @@ + + +
+ +
+ + +
+
+

Where to Buy

+

Looking for Cosmopet products in stores? You can find our premium pet treats in select pet shops and retail stores across the UAE.

+
+
+ +
+ + +
+
+
+ + + + + +
+

+ +
+
+

📍 Find us at:

+
    + +
  • +

    + + + + + + +

    +

    +
  • + +
+
+
+ + + + + + +
+ + +
+

Our partners

+
+
+ +
+ + <?php echo esc_attr($image['alt']); ?> + +
+ +
+
+
+ + + +
+ +
+
+ +

Want to sell Cosmopet in your store?

+

Join our growing network of retailers! Fill out the contact form below, and we’ll get in touch to discuss the details.

+
+ + + + + + + + + +
+
+

Thanks for request!

+

We will answer your message as soon as possible

+ +
+ + + +
+
+ + +
+
+ + diff --git a/wp-content/themes/cosmopet/templates/where_to_buy/wtb.twig b/wp-content/themes/cosmopet/templates/where_to_buy/wtb.twig new file mode 100644 index 0000000..e69de29