tortugarumcakes.com Open in urlscan Pro
63.141.128.16  Public Scan

Submitted URL: https://trk.klclick.com/ls/click?upn=u001.YeI7e6AYz8T7rL2zYQ8aG0NPn9ezJsiBF8GmB94QZBl7OcrTbrxqHQR74iFecrXVlLxPPvdkvJigCR...
Effective URL: https://tortugarumcakes.com/tortuga-premium-flor-de-cana-2-4oz/?utm_campaign=2%20April%202024%20-%20Mother%27s%20Day%20promo...
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-h0bb3xuiozx1" 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=6frzyiuovidx"></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="319">
    <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="319">
  <div data-product-option-change="" style="">
  </div>
  <div id="add-to-cart-wrapper" style="display: none">
    <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="0" 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=319

<form action="/wishlist.php?action=add&amp;product_id=319" 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=319">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 Spirit
 * Tortuga Premium Flor De Cana- 2 - 4oz


TORTUGA




TORTUGA PREMIUM FLOR DE CANA- 2 - 4OZ


MSRP: $21.00
Was:
Now: $19.99
(You save $1.01 )

(No reviews yet) Write a Review


WRITE A REVIEW

×

TORTUGA

TORTUGA PREMIUM FLOR DE CANA- 2 - 4OZ

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






DESCRIPTION


Indulge in a true gourmet experience with Tortuga Premium Rum Cake made with
Flor de Caña Aged Rum. This luscious cake perfectly blends the globally
recognized secret-recipe rum cake from Tortuga enjoyed for over three decades
and Flor de Caña’s sustainably sourced 7-year rum, enriched by an active
volcano, naturally aged without sugar and distilled 100% with renewable energy.



ADDITIONAL DETAILS


SKU: TFDC04EGO-2 UPC:

 * Facebook
 * Email
 * Print
 * Twitter
 * Pinterest


×








RELATED PRODUCTS

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

Add to Cart



Tortuga

TORTUGA PREMIUM FLOR DE CAÑA RUM CAKE 4 PACK - (4OZ )

MSRP:
Was:
Now: $26.25
Add to Cart



Tortuga

TORTUGA PREMIUM FLOR DE CANA RUM CAKE (16OZ)

MSRP:
Was:
Now: $26.20
Out of stock

Tortuga

KENTUCKY BOURBON BUTTER CAKE & TORTUGA PREMIUM FLOR DE CANA- 2- 4OZ

MSRP: $21.00
Was:
Now: $19.99
Out of stock

Tortuga

TORTUGA KENTUCKY BOURBON BUTTER CAKE- 2 - 4OZ

MSRP: $21.00
Was:
Now: $19.99
Add to Cart



Tortuga

2 SIX PACKS OF TORTUGA CARIBBEAN 4OZ VARIETY

MSRP:
Was:
Now: $68.20
 * 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