www.gofish.co.uk Open in urlscan Pro
2606:4700:20::ac43:4bfc  Public Scan

URL: https://www.gofish.co.uk/
Submission Tags: sansec.io magecart Search All
Submission: On November 02 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://www.gofish.co.uk/catalogsearch/result/

<form class="form minisearch absolute" id="search_mini_form" action="https://www.gofish.co.uk/catalogsearch/result/" method="get">
  <div class="relative">
    <label class="sr-only" for="search"> Search entire store here... </label>
    <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search" class="w-full p-2 text-md leading-normal transition appearance-none text-grey-800 bg-gfcream
                        focus:outline-none focus:border-transparent " autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Search: e.g. cod, brill, sole, salmon..." maxlength="128">
  </div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="absolute bg-white border border-solid border-black z-50 w-full grid grid-cols-1">
      <template x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class="border-b">
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; templates[searchResultByType[0].type].titleRenderer === undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="templates[searchResultByType[0].type].title"></div>
          </template>
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].titleRenderer !== undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
          </template>
          <template x-for="searchResult in searchResultByType">
            <div class="hover:bg-gray-100">
              <template x-if="searchResult.type == 'term'">
                <a class="w-full block p-2" x-bind:href="'https://www.gofish.co.uk/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span>
    </a>
              </template>
              <template x-if="searchResult.type == 'product'">
                <a class="w-full block" :href="searchResult.url" :title="searchResult.title">
        <div class="grid grid-cols-4 gap-4 p-3">
            <div>
                <img :src="searchResult.image" class="inline-block">
            </div>
            <div class="col-span-3">
                <span class="text-sm" x-text="searchResult.title"></span>
                <span class="text-sm font-bold" x-html="searchResult.price"></span>
            </div>
        </div>
    </a>
              </template>
              <template x-if="searchResult.type == 'category'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span>
        <span class="text-sm" x-text="searchResult.title"></span>
    </a>
              </template>
              <template x-if="searchResult.type == 'product_attribute'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span>
    </a>
              </template>
              <script>
                function renderEsAutocompleteTitleAttribute(data) {
                  data = data.filter(function(item) {
                    return item.type === 'product_attribute';
                  }).map(function(item) {
                    return item['attribute_label']
                  }).reduce(function(prev, item) {
                    if (item in prev) {
                      prev[item]++;
                    } else {
                      prev[item] = 1;
                    }
                    return prev;
                  }, {});
                  data = Object.entries(data).sort(function(item1, item2) {
                    return item2[1] - item1[1]
                  }).map(function(item) {
                    return item[0]
                  });
                  if (data.length > 2) {
                    data = data.slice(0, 2);
                    data.push('...');
                  }
                  return data.join(', ');
                }
              </script>
              <template x-if="searchResult.type == 'cms_page'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
    </a>
              </template>
            </div>
          </template>
        </div>
      </template>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Sign In </button>
      <a href="https://www.gofish.co.uk/customer/account/forgotpassword/">
                                        Forgot Your Password?                                    </a>
    </div>
  </div>
</form>

Text Content

Welcome to Go Fish

This website uses Cookies to provide you with the best possible experience.

Click here to learn about cookie settings.

By using our website, you consent to our use of cookies in accordance with our
Cookie Policy.

OK, let's shop
OK, let's shop

Welcome to Go Fish

This website uses Cookies to provide you with the best possible experience.

Click here to learn about cookie settings.

By using our website, you consent to our use of cookies in accordance with our
Cookie Policy.

OK, let's shop
OK, let's shop

Supplying the finest restaurants and hotels in the peak district and surrounding
areas

Need help? Call us on: 01298 72458

Skip to Content
Fresh
Smoked
Shellfish
Frozen
Meat/Poultry
Deli/Specials
Fresh
Smoked
Shellfish
Frozen
Meat/Poultry
Deli/Specials
Compare Products 0 item items Search
Sign In Create an Account
Basket 0
Search entire store here...



MY BASKET

x









Subtotal:

Secure Checkout View basket
Loading...

Checkout using your account

Email Address

Password

Sign In Forgot Your Password?


Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
CLICK HERE FOR RGM SEAFOOD

FREE DELIVERY FOR LISTED POSTCODES



 


ORDERS PLACED BEFORE 1PM MONDAY-THURSDAY WILL BE DELIVERED THE NEXT WORKING DAY.


ORDERS PLACED AFTER 1PM MONDAY-THURSDAY WILL BE PROCESSED NEXT WORKING DAY.


ORDERS PLACED FRIDAY-SUNDAY WILL BE DELIVERED ON TUESDAY.


Seabass with Chilli and Rosemary & Garlic Butter! Click Here!!

Cajun Salmon with Parsley & Lime! Click Here!!

Salmon with Soy & Ginger Glaze!! Click Here!!

Mediterranean Haddock Bake!! Click Here!!



NEW PRODUCT ALERT!!


FRESHLY MADE IN HOUSE BY OUR OWN CHEFS- GO FISH GO MEALS!!


ALL AVAILABLE IN THE SPECIALS TAB!!

Welcome to GoFish.co.uk

We are a family run business dating back over 100 years with Danny being the
fifth generation.

Go Fish is a new part of our company which aims to deliver sustainable fresh
fish straight from the shore to your door.

We’ve grown over the years and now our team of fishmongers are preparing seafood
not only for you to cook at home but also for quality farm shops, hotels and
restaurants.

If there is anything you require that is not on our webpage please call 01298
72458 and we will source it for you. 

Passionate about our service
Passionate about our products
Passionate about our customers

Contact Us
Delivery Information & FAQs
About Us

Cookie & Privacy Policy Terms & Conditions
© gofish.co.uk 2024 | All rights reserved