tortugarumcakes.com Open in urlscan Pro
63.141.128.16  Public Scan

Submitted URL: https://trk.klclick.com/ls/click?upn=u001.YeI7e6AYz8T7rL2zYQ8aG0NPn9ezJsiBF8GmB94QZBkUVGnOYyrxKvjLstov1a-2BHDHhCprJPclOO...
Effective URL: https://tortugarumcakes.com/tortuga-gift-cake-tower/?utm_campaign=2%20April%202024%20-%20Mother%27s%20Day%20promo%20-%201%20...
Submission: On April 14 via api from IE — Scanned from DE

Form analysis 7 forms found in the DOM

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off">
    </div>
  </fieldset>
</form>

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="form-label is-srOnly" for="search_query_adv">Search Keyword:</label>
      <div class="form-prefixPostfix wrap">
        <input class="form-input" id="search_query_adv" name="search_query_adv" value="">
        <input class="button button--primary form-prefixPostfix-button--postfix" type="submit" value="Search">
      </div>
    </div>
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>Required</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name </label>
      <input type="text" id="revfromname_input" data-label="Name" name="revfromname" class="form-input" aria-required="">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>Required</small>
      </label>
      <input type="text" id="revtitle_input" data-label="Review Subject" name="revtitle" class="form-input" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>Required</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" class="form-input"></textarea>
    </div>
    <div class="g-recaptcha" data-sitekey="6LcjX0sbAAAAACp92-MNpx66FT4pbIWh-FTDmkkz">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-nrxi0l46d550" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcjX0sbAAAAACp92-MNpx66FT4pbIWh-FTDmkkz&amp;co=aHR0cHM6Ly90b3J0dWdhcnVtY2FrZXMuY29tOjQ0Mw..&amp;hl=de&amp;v=rz4DvU-cY2JYCwHSTck0_qm-&amp;size=normal&amp;cb=xsb6yrtbmjvw"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div><br>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="276">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST https://tortugarumcakes.com/cart.php

<form class="form " method="post" action="https://tortugarumcakes.com/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="276">
  <div data-product-option-change="" style="">
  </div>
  <div id="add-to-cart-wrapper">
    <div class="form-field form-field--increments">
      <label class="form-label form-label--alternate" for="qty[]">Quantity:</label>
      <div class="form-increment" data-quantity-change="">
        <button class="button button--icon" data-action="dec">
          <span class="is-srOnly">Decrease Quantity:</span>
          <i class="icon" aria-hidden="true">
                        <svg>
                            <use xlink:href="#icon-remove"></use>
                        </svg>
                    </i>
        </button>
        <input class="form-input form-input--incrementTotal" id="qty[]" name="qty[]" type="number" value="1" data-quantity-min="1" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
        <button class="button button--icon" data-action="inc">
          <span class="is-srOnly">Increase Quantity:</span>
          <i class="icon" aria-hidden="true">
                        <svg>
                            <use xlink:href="#icon-add"></use>
                        </svg>
                    </i>
        </button>
      </div>
    </div>
    <div class="form-field form-field--stock u-hiddenVisually">
      <label class="form-label">
        <span data-product-stock=""></span> items in stock </label>
    </div>
    <div class="alertBox productAttributes-message" style="display:none">
      <div class="alertBox-column alertBox-icon">
        <icon glyph="ic-success" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
            <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path>
          </svg></icon>
      </div>
      <p class="alertBox-column alertBox-message"></p>
    </div>
    <div class="productView-info-bulkPricing">
    </div>
    <div class="form-action form-addToCart">
      <input id="form-action-addToCart" data-wait-message="Adding to cart…" class="button button--primary" type="submit" value="Add to Cart">
    </div>
    <!-- snippet location product_addtocart -->
  </div>
</form>

POST /wishlist.php?action=add&product_id=276

<form action="/wishlist.php?action=add&amp;product_id=276" class="form form-wishlist form-action" data-wishlist-add="" method="post">
  <a aria-controls="wishlist-dropdown" aria-expanded="false" class="button dropdown-menu-button dropdown-menu-button-wishList" data-dropdown="wish-list-dropdown">
        <i class="icon" aria-hidden="true"><svg><use xlink:href="#icon-heart"></use></svg></i>
    </a>
  <ul aria-hidden="true" class="dropdown-menu dropdown-menu-wishList" data-dropdown-content="" id="wish-list-dropdown" tabindex="-1">
    <li>
      <input class="button" type="submit" value="Add to My Wish List">
    </li>
    <li>
      <a data-wishlist="" class="button" href="/wishlist.php?action=addwishlist&amp;product_id=276">Create New Wish List</a>
    </li>
  </ul>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-KrGmhD" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 10px 5px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_99081610" class="needsclick go938409339 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Your email address" aria-label="Your email address" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(101, 81, 57); font-family: Roboto, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(223, 217, 187);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 0 1 auto;"><button
          class="needsclick go2398677347 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(101, 81, 57); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: Roboto, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto;">Subscribe</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

<form aria-label="Write A Review Form">
  <div class="write-review-wrapper write-form">
    <div class="write-review yotpo-regular-box" id="write-review-tabpanel-testimonials" role="tabpanel">
      <div class="yotpo-header">
        <div>
          <h2 class="y-label yotpo-header-title">WRITE A REVIEW</h2>
        </div>
        <div class="yotpo-mandatory-explain"> <span class="yotpo-mandatory-mark">*</span> Indicates a required field </div> <br> <span class="yotpo-mandatory-mark">* </span> <span class="y-label"
          id="write-review-score-76f07ff3-14a3-456d-8303-b29d1269814c">Score: <span class="form-input-error yotpo-hidden" id="yotpo_score_message_76f07ff3-14a3-456d-8303-b29d1269814c"></span></span>
        <div aria-describedby="yotpo_score_message_76f07ff3-14a3-456d-8303-b29d1269814c" aria-labelledby="write-review-score-76f07ff3-14a3-456d-8303-b29d1269814c" role="radiogroup" tabindex="-1"> <span class="stars-wrapper"> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="1" aria-label="score 1" role="radio" tabindex="0" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="2" aria-label="score 2" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="3" aria-label="score 3" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="4" aria-label="score 4" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="5" aria-label="score 5" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> </span> </div>
      </div>
      <div class="write-review-content">
        <div class="form-group">
          <div class="form-element"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_title_76f07ff3-14a3-456d-8303-b29d1269814c"> Title: <span class="form-input-error yotpo-hidden"
                id="yotpo_input_review_title_error_76f07ff3-14a3-456d-8303-b29d1269814c"></span> </label> <input id="yotpo_input_review_title_76f07ff3-14a3-456d-8303-b29d1269814c" class="y-input" name="review_title" maxlength="150"
              aria-required="true" placeholder="" aria-describedby="yotpo_input_review_title_error_76f07ff3-14a3-456d-8303-b29d1269814c"> </div>
          <div class="form-element"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_content_76f07ff3-14a3-456d-8303-b29d1269814c"> Review: <span class="form-input-error yotpo-hidden"
                id="yotpo_input_review_content_error_76f07ff3-14a3-456d-8303-b29d1269814c"></span> </label> <textarea id="yotpo_input_review_content_76f07ff3-14a3-456d-8303-b29d1269814c" class="y-input yotpo-text-box" name="review_content"
              aria-required="true" placeholder="" aria-describedby="yotpo_input_review_content_error_76f07ff3-14a3-456d-8303-b29d1269814c"></textarea> </div>
        </div>
      </div>
      <div class="yotpo-footer yotpo-animation-opacity visible" style="display: inherit;">
        <div class="socialize-wrapper">
          <div class="connected">You are connected as <span class="username"></span></div>
          <div class="socialize"> <span class="y-label">Connect with:</span>
            <div>
              <div class="yotpo-default-button yotpo-icon-btn" data-network="twitter" aria-label="connect with twitter" role="link" tabindex="0"><span class="yotpo-icon yotpo-icon-twitter pull-left"></span></div>
              <div class="yotpo-default-button yotpo-icon-btn" data-network="facebook" aria-label="connect with facebook" role="link" tabindex="0"><span class="yotpo-icon yotpo-icon-facebook pull-left"></span></div>
            </div>
          </div>
          <div class="yotpo-or"> -OR- </div>
        </div>
        <div class="connect-wrapper visible " style="display: inherit;">
          <div class="form-element name-input visible" style="display: inherit;"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_username_76f07ff3-14a3-456d-8303-b29d1269814c">Use your name: <span
                class="form-input-error yotpo-hidden" id="yotpo_input_review_username_error_76f07ff3-14a3-456d-8303-b29d1269814c"></span></label> <input id="yotpo_input_review_username_76f07ff3-14a3-456d-8303-b29d1269814c" class="y-input"
              autocomplete="nickname" name="display_name" maxlength="40" aria-required="true" placeholder="" aria-describedby="yotpo_input_review_username_error_76f07ff3-14a3-456d-8303-b29d1269814c"> </div>
          <div class="form-element email-input visible" style="display: inherit;"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_email_76f07ff3-14a3-456d-8303-b29d1269814c">Email: <span
                class="form-input-error yotpo-hidden" id="yotpo_input_review_email_error_76f07ff3-14a3-456d-8303-b29d1269814c"></span></label> <input id="yotpo_input_review_email_76f07ff3-14a3-456d-8303-b29d1269814c" class="y-input"
              autocomplete="email" name="email" aria-required="true" placeholder="" aria-describedby="yotpo_input_review_email_error_76f07ff3-14a3-456d-8303-b29d1269814c"> </div>
          <div class="yotpo-clr"></div>
        </div>
      </div>
      <div class="error-box yotpo-hidden">
        <div class="text-wrapper"> <span class="error-text empty yotpo-hidden">Review's title &amp; body can't be empty</span>
          <span class="error-text empty_question yotpo-hidden">Question's body can't be empty</span>
          <span class="error-text score yotpo-hidden">Please enter a star rating for this review</span>
          <span class="error-text display_name_empty yotpo-hidden">Name field cannot be empty</span>
          <span class="error-text email yotpo-hidden">Invalid email</span>
          <span class="error-text user-already-reviewed yotpo-hidden">Your review has already been submitted.</span>
          <span class="error-text max_length yotpo-hidden">Max length was exceeded</span>
          <span class="error-text mandatory_field yotpo-hidden">Please fill out all of the mandatory (*) fields</span>
          <span class="error-text open_question_answer_length yotpo-hidden">One or more of your answers does not meet the required criteria</span>
        </div>
        <div class="yotpo-icon-btn-small transparent-color-btn"><span class="yotpo-icon yotpo-icon-cross" role="button" tabindex="0" aria-label="close error message"></span></div>
      </div>
      <div class="form-element submit-button"> <span class="form-input-error yotpo-hidden"></span> <input type="button" class="yotpo-default-button primary-color-btn yotpo-submit" aria-disabled="true" data-button-type="submit" value="Post"> </div>
      <div class="yotpo-preloader-wrapper">
        <div class="yotpo yotpo-pre-loader">
          <span class="yotpo-empty-stars">
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
          </span>
          <span class="yotpo-full-stars">
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
          </span>
        </div>
      </div>
      <div class="yotpo-clr"></div>
    </div>
  </div>
</form>

Text Content

Toggle menu
 * Need help?Call us 877-486-7884

 * Search
   ×
   
 * 
 * 
 * 
 * 0
   



Search Keyword:

 * Southern Cakes
 * Shop By Size
    * All Shop By Size
    * Spirit Cakes (23oz)
    * Spirit Cakes (32oz)
    * Spirit Cakes (4oz Packs)
    * Spirit Cakes (16oz Cases)
    * Cake Bites
    * Spirit Cakes (16oz)

 * Shop By Regional Flavor
    * All Shop By Regional Flavor
    * Alaska
    * Barbados
    * Cayman
    * Dominican Republic
    * Florida
    * Hawaii
    * Jamaica
    * Kentucky
    * Mexico
    * Mini Cakes
    * Nicaragua
    * Tennessee

 * Coffee
 * Sauces
 * Wholesale
 * Shop By Spirit
    * All Shop By Spirit
    * Bourbon Cakes
    * Moonshine Cakes
    * Rum Cakes
    * Whiskey Cakes

 * Gift Certificates
 * Sign in or Register

We Ship World Wide Fast Delivery Great Customer Support



 * Startseite
 * Shop By Size
 * Spirit Cakes (4oz Packs)
 * Tortuga Gift Cake Tower


TORTUGA




TORTUGA GIFT CAKE TOWER


MSRP:
Was:
Now: $55.60
(You save )

(11 reviews) Write a Review


WRITE A REVIEW

×

TORTUGA

TORTUGA GIFT CAKE TOWER

Rating Required Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5
stars (best)
Name
Review Subject Required
Comments Required






Quantity:
Decrease Quantity: Increase Quantity:
items in stock





 * 
 * Create New Wish List



Minimum Purchase: 1 unit



DESCRIPTION


Tortuga Gift Cake Tower

A three-tier tower of our world famous original golden with walnuts Tortuga
Caribbean Rum Cakes! Includes 4oz, 16oz and 32oz rum cakes, colorfully-tied with
an elegant red ribbon.



ADDITIONAL DETAILS


SKU: TGPTOWER UPC:

 * Facebook
 * Email
 * Print
 * Twitter
 * Pinterest


×







11 REVIEWS

--------------------------------------------------------------------------------

 * 5
   
   CAKE TOWER
   
   Published by Cetan Bluesky on 19th Dec 2021
   
   Our holidays are not complete without the cake tower!

 * 5
   
   EXCEPTIONAL
   
   Published by Yetunde Daniel on 9th May 2021
   
   Very fast delivery. Easy to order. Of course taste is exceptional

 * 5
   
   TORTUGA GIFT CAKE TOWER
   
   Published by Mario G on 2nd Jan 2021
   
   I love the original Tortuga Rum Cake. Great idea with the tower. I'm not sure
   who I might share some with, but this is almost too much of a good thing not
   to share.

 * 5
   
   TORTUGA GIFT TOWER
   
   Published by Lanie Pierre on 21st Dec 2020
   
   Best gift for colleagues, boss, and friends. Always a hit.

 * 5
   
   AN EXCELLANT GIFT FOR SOMEONE WHO IS WORTH IT AND SHE CAN SHARE THE SMALLER
   ONES WITH HER FRIENDS AND SAVOUR THE LARGER ONE INTO THE NEW YEAR
   
   Published by Louis on 17th Dec 2020
   
   It would be nice if they came disguised leaving the surprise to the very last
   moment.

 * 5
   
   GREAT GIFT AND GREAT TREAT FOR MYSELF
   
   Published by Lilpaw on 9th Apr 2017
   
   I purchased the tortuga rum cake for myself as a treat I loved it so much it
   is my favorite go-to gift for family and friends and all that have received
   it have enjoyed it is a great gift and family-friendly treat!

 * 5
   
   LOVE THIS CAKE WAS VERY DELISHIOUS!!
   
   Published by allison on 18th Aug 2016
   
   I purchase this cake to bring back home for my family and we all enjoy it
   very much!!! would try other flavors of cake. It is great to gave as a gift.

 * 5
   
   YUM YUM TORTUGA CAKE
   
   Published by Budzi on 4th Aug 2016
   
   Purchase a small box as I rushed to my flight. Got home and had a taste. I am
   now online ordering a few boxes.

 * 5
   
   WONDERFUL CAKE NICE SURPRISE
   
   Published by Rose P on 14th Apr 2015
   
   I purchased this cake tower for my Doctors office and they loved it. They
   called me right away to say thank you and let me know how good the cake was.
   This makes a great elegant gift.

 * 5
   
   EVERYONE LOVES FOOD AS GIFTS!
   
   Published by Darlene on 14th Apr 2015
   
   We just received this tower of rum cakes at our office and it's the best gift
   we have received in a long time. Enough to share with the office and mmmm
   soooo gooood! I have never had rum cake before but now I can say I have and
   this is the best! We had the Vanilla (golden) flavor.

 * Next




RELATED PRODUCTS

--------------------------------------------------------------------------------

Add to Cart

Tortuga

TORTUGA CHOCOLATE CAKE TOWER

MSRP:
Was:
Now: $55.60
Add to Cart



Tortuga

TORTUGA KENTUCKY BOURBON BUTTER CAKE TOWER

MSRP:
Was:
Now: $55.60
Add to Cart

Tortuga

TORTUGA SOUTHERN TRIO TOWER

MSRP:
Was:
Now: $55.60
Add to Cart



Tortuga

TORTUGA COCONUT RUM CAKE (16OZ)

MSRP:
Was:
Now: $26.20
Add to Cart



Tortuga

TORTUGA COCONUT RUM CAKE (32OZ)

MSRP:
Was:
Now: $34.60
 * 1


×



SUBSCRIBE TO OUR NEWSLETTER

Get the latest updates on new products and upcoming sales

Subscribe
 * Reviews
 * About
 * Sitemap
 * Privacy Policy
 * California Privacy Notice
 * 

CONNECT WITH US



Call us 877-486-7884
Customer Service Tortuga Spirit Cake Company 10125 NW 116 Way Suite 10 Medley,
FL 33178

© 2024 Tortuga Spirit Cakes

Duncan L purchased: for 5 minutes ago.
Alex M purchased: for 16 minutes ago.
Paul W purchased: for 19 minutes ago.
Sam P purchased: for 27 minutes ago.



YOUR PRIVACY CHOICES

We use cookies to improve your experience on our site and to allow us and third
parties to personalize the ads and marketing content you see on other websites
and social media. For more information, see our cookie notice.

Accept All CookiesReject All CookiesManage Cookies
Powered by


★ Reviews
Popup content starts
Reviews by


close Popup


THESE ARE REAL REVIEWS
FROM REAL SHOPPERS

4.8 star rating 880 Reviews




 * Site Reviews
 * Product Reviews




WRITE A REVIEW

* Indicates a required field

* Score:

* Title:
* Review:
You are connected as
Connect with:

-OR-
* Use your name:
* Email:

Review's title & body can't be empty Question's body can't be empty Please enter
a star rating for this review Name field cannot be empty Invalid email Your
review has already been submitted. Max length was exceeded Please fill out all
of the mandatory (*) fields One or more of your answers does not meet the
required criteria




Thank you for posting a review!
We value your input. Share your review so everyone else can enjoy it too.
share
share
share
Thank you for posting a review!
Your review was sent successfully and is now waiting for our staff to publish
it.
A
April P.
Verified Buyer

5.0 star rating

10/28/23
Yummy and Quick Delivery!

Review by April P. on 28 Oct 2023 review stating Yummy and Quick Delivery!
Yummy and Quick Delivery!
On Route Package Protection
share ' Share Review by April P. on 28 Oct 2023 facebook facebook Share Review
by April P. on 28 Oct 2023 twitter twitter Share Review by April P. on 28 Oct
2023 LinkedIn linkedin Share Review by April P. on 28 Oct 2023
10/28/23
Was this review helpful?

3

2

S
Susan M.
Verified Buyer

5.0 star rating

08/30/23
Good

Review by Susan M. on 30 Aug 2023 review stating Good
Good
On Route Package Protection
share ' Share Review by Susan M. on 30 Aug 2023 facebook facebook Share Review
by Susan M. on 30 Aug 2023 twitter twitter Share Review by Susan M. on 30 Aug
2023 LinkedIn linkedin Share Review by Susan M. on 30 Aug 2023
08/30/23
Was this review helpful?

0

2

J
James F.
Verified Buyer

5.0 star rating

08/05/23
even so i love the

Review by James F. on 5 Aug 2023 review stating even so i love the
even so i love the coconut rum cake a little yet both cakes are great!
On Tortuga Kentucky Bourbon Butter Cake (32oz)
share ' Share Review by James F. on 5 Aug 2023 facebook facebook Share Review by
James F. on 5 Aug 2023 twitter twitter Share Review by James F. on 5 Aug 2023
LinkedIn linkedin Share Review by James F. on 5 Aug 2023
08/05/23
Was this review helpful?

1

2

R
Robert H.
Verified Buyer

5.0 star rating

08/03/23
Best in class rum cake.

Review by Robert H. on 3 Aug 2023 review stating Best in class rum cake.
Best in class rum cake. Addictive
On Mexican Vanilla Caribbean Rum Cake (16OZ)
share ' Share Review by Robert H. on 3 Aug 2023 facebook facebook Share Review
by Robert H. on 3 Aug 2023 twitter twitter Share Review by Robert H. on 3 Aug
2023 LinkedIn linkedin Share Review by Robert H. on 3 Aug 2023
08/03/23
Was this review helpful?

3

0

A
Amdre M.
Verified Buyer

5.0 star rating

07/10/23
Great cakes

Review by Amdre M. on 10 Jul 2023 review stating Great cakes
I used the six pack as an introduction and gift to family and friends with a
note instructing them how to order the larger version. I brought myself a larger
cake whisk we throughly enjoyed getting ready to order some more cakes soon.
On 1 Six Pack of Tortuga Caribbean 4oz Variety (1 Pack)
share ' Share Review by Amdre M. on 10 Jul 2023 facebook facebook Share Review
by Amdre M. on 10 Jul 2023 twitter twitter Share Review by Amdre M. on 10 Jul
2023 LinkedIn linkedin Share Review by Amdre M. on 10 Jul 2023
07/10/23
Was this review helpful?

1

2

1 2 3 4 5 6 7 8 9
Reviews by
Popup content ends