• expired

Buy 1 Large Gourmet/Traditional Pizza, Get 1 Large Traditional/Value/Extra Value Pizza Free (Exclusions Apply) @ Domino’s

310

Not just Tuesdays!

Conditions apply. For a limited time at participating stores only. Buy one large Traditional or Gourmet Pizza and get one large Traditional, Gourmet, Value or Extra Value Pizza free. Excludes Half ‘n’ Half, Gluten Free. Minimum delivery of $20 applies.

New code every day until 30/09/2024. Find list below or click on link for daily code.

'18/07/2024': 39109,
'19/07/2024': 96048,
'20/07/2024': 76437,
'21/07/2024': 03621,
'22/07/2024': 91038,
'23/07/2024': 94206,
'24/07/2024': 07544,
'25/07/2024': 77867,
'26/07/2024': 39824,
'27/07/2024': 74746,
'28/07/2024': 53929,
'29/07/2024': 44729,
'30/07/2024': 50259,
'31/07/2024': 59910,
'01/08/2024': 32860,
'02/08/2024': 55229,
'03/08/2024': 05950,
'04/08/2024': 25743,
'05/08/2024': 92443,
'06/08/2024': 02234,
'07/08/2024': 95724,
'08/08/2024': 73089,
'09/08/2024': 71929,
'10/08/2024': 35271,
'11/08/2024': 26821,
'12/08/2024': 32907,
'13/08/2024': 71136,
'14/08/2024': 17801,
'15/08/2024': 92694,
'16/08/2024': 54005,
'17/08/2024': 03776,
'18/08/2024': 79126,
'19/08/2024': 15469,
'20/08/2024': 32740,
'21/08/2024': 08310,
'22/08/2024': 30336,
'23/08/2024': 24285,
'24/08/2024': 84038,
'25/08/2024': 40467,
'26/08/2024': 55618,
'27/08/2024': 63936,
'28/08/2024': 42244,
'29/08/2024': 00593,
'30/08/2024': 69701,
'31/08/2024': 85836,
'01/09/2024': 65569,
'02/09/2024': 53795,
'03/09/2024': 98940,
'04/09/2024': 66798,
'05/09/2024': 11746,
'06/09/2024': 00683,
'07/09/2024': 66515,
'08/09/2024': 73920,
'09/09/2024': 57999,
'10/09/2024': 74549,
'11/09/2024': 89578,
'12/09/2024': 98432,
'13/09/2024': 14221,
'14/09/2024': 24162,
'15/09/2024': 59031,
'16/09/2024': 84446,
'17/09/2024': 82572,
'18/09/2024': 12615,
'19/09/2024': 09406,
'20/09/2024': 13943,
'21/09/2024': 69066,
'22/09/2024': 80246,
'23/09/2024': 54748,
'24/09/2024': 08464,
'25/09/2024': 94497,
'26/09/2024': 47147,
'27/09/2024': 65709,
'28/09/2024': 98561,
'29/09/2024': 80300,
'30/09/2024': 83590

Check out all the latest Pizza Coupons & Deals

Related Stores

Domino's
Domino's

closed Comments

  • Wrong coupon code for the BOGOF deal.
    Should be: 66928
    The code you have is for 40% off

    Direct link: https://order.dominos.co.nz/?vc=66928

    • Fixed thank you.

      • Just noticed your link states 'Wednesday Dinner Special' so might be today only.

        • All these pages (or at least the 40% one) updates every day for FOMO, tomorrow it'll say "Thursday morning special".

        • yea it doesn't work for tomorrows order.

        • +4

          This is the code from the website, it finds the day of the week and time and sets the banner to match.

          function updateDowTodSpecial() {
          var date = new Date();
          var weekday = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
          var day = weekday[date.getDay()];
          var hour = date.getHours(); // Use the same 'date' object for consistency
          var occassion = "";

          if (hour >= 22) {
              occassion = "Late Night";
          } else if (hour >= 17) {
              occassion = "Dinner";
          } else if (hour >= 15) {
              occassion = "Afternoon";
          } else if (hour >= 10) {
              occassion = "Lunch";
          } else {
              occassion = "Breakfast";  // Add a default occasion if needed
          }
          
          var test = $("#dowtodspecial").contents()[0].data = day + ' ' + occassion + ' Special';
          

          }

          • +1

            @chep: Show off :P
            Love your work mate!!!

  • +4

    New code every day,

    function updateDeal() {
    var offersList = {
    '12/07/2024': 93242,
    '13/07/2024': 08872,
    '14/07/2024': 77236,
    '15/07/2024': 38612,
    '16/07/2024': 24353,
    '17/07/2024': 66928,
    '18/07/2024': 39109,
    '19/07/2024': 96048,
    '20/07/2024': 76437,
    '21/07/2024': 03621,
    '22/07/2024': 91038,
    '23/07/2024': 94206,
    '24/07/2024': 07544,
    '25/07/2024': 77867,
    '26/07/2024': 39824,
    '27/07/2024': 74746,
    '28/07/2024': 53929,
    '29/07/2024': 44729,
    '30/07/2024': 50259,
    '31/07/2024': 59910,
    '01/08/2024': 32860,
    '02/08/2024': 55229,
    '03/08/2024': 05950,
    '04/08/2024': 25743,
    '05/08/2024': 92443,
    '06/08/2024': 02234,
    '07/08/2024': 95724,
    '08/08/2024': 73089,
    '09/08/2024': 71929,
    '10/08/2024': 35271,
    '11/08/2024': 26821,
    '12/08/2024': 32907,
    '13/08/2024': 71136,
    '14/08/2024': 17801,
    '15/08/2024': 92694,
    '16/08/2024': 54005,
    '17/08/2024': 03776,
    '18/08/2024': 79126,
    '19/08/2024': 15469,
    '20/08/2024': 32740,
    '21/08/2024': 08310,
    '22/08/2024': 30336,
    '23/08/2024': 24285,
    '24/08/2024': 84038,
    '25/08/2024': 40467,
    '26/08/2024': 55618,
    '27/08/2024': 63936,
    '28/08/2024': 42244,
    '29/08/2024': 00593,
    '30/08/2024': 69701,
    '31/08/2024': 85836,
    '01/09/2024': 65569,
    '02/09/2024': 53795,
    '03/09/2024': 98940,
    '04/09/2024': 66798,
    '05/09/2024': 11746,
    '06/09/2024': 00683,
    '07/09/2024': 66515,
    '08/09/2024': 73920,
    '09/09/2024': 57999,
    '10/09/2024': 74549,
    '11/09/2024': 89578,
    '12/09/2024': 98432,
    '13/09/2024': 14221,
    '14/09/2024': 24162,
    '15/09/2024': 59031,
    '16/09/2024': 84446,
    '17/09/2024': 82572,
    '18/09/2024': 12615,
    '19/09/2024': 09406,
    '20/09/2024': 13943,
    '21/09/2024': 69066,
    '22/09/2024': 80246,
    '23/09/2024': 54748,
    '24/09/2024': 08464,
    '25/09/2024': 94497,
    '26/09/2024': 47147,
    '27/09/2024': 65709,
    '28/09/2024': 98561,
    '29/09/2024': 80300,
    '30/09/2024': 83590
    };

  • seems like since the normal price of a pizza is around $30, that for 2 isnt that nice when the goal should be $30 for 3

    • I don’t understand.
      Which Dominos pizza is around $30 normally?

      • I tried BBQ Chicken & Pineapple and Supreme

        • Pick up and save

  • They changed it, now it's "Buy 1 Large Gourmet Pizza, Get 1 Large Gourmet/Traditional"
    😭

    • Gone from OK deal to not worth it!

    • What was the previous?

      • You could buy a Traditional to get Get 1 Large Gourmet/Traditional free

        • Wow how did I not know about this until now

        • Upcoming

          https://www.dominos.co.nz/offers/lsm/3-day-deal-terms-and-co…

          For a limited time at participating stores only between 23/08/2024 - 25/08/2024. Buy one large Traditional or Gourmet Pizza and get one large Traditional, Gourmet, Value or Extra Value Pizza free. Excludes Lamb Kebab, Crispy Pork Belly, Cheeseburger, Half ‘n’ Half & Mini pizzas. Minimum delivery of $20 applies. Not available with any other offer. Customisation may incur further charges as displayed in order basket.

Login or Join to leave a comment