chicodesserts.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://chicodesserts.com/
Submission Tags: falconsandbox
Submission: On October 03 via api from US — Scanned from CA

Form analysis 9 forms found in the DOM

/search

<form class="wg-search-form" action="/search">
  <input type="hidden" name="type" value="product">
  <input type="text" name="q" placeholder="Search anything" class="search-input">
  <button type="submit"><i class="icon-icon-search"></i></button>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="form-group">
    <input type="email" class="form-control" name="customer[email]" placeholder="Email adress" required="">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" placeholder="Password" name="customer[password]" required="">
  </div>
  <div class="form-check">
    <a href="#recover" class="RecoverPassword">Forgot your password?</a>
  </div>
  <button type="submit" class="btn btn-dark w-100" value="Log In"> Log In </button>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="RecoverPasswordForm" style="display: none;">
    <div class="block-login">
      <span>
        <i class="ti-reload"></i>
      </span>
      <h2 class="title24 text-center title-form-account">Reset your password</h2>
      <div class="form-group row">
        <div class="col-sm-12">
          <input type="email" class="form-control" placeholder="Email adress" name="customer[email]" required="">
        </div>
      </div>
      <div class="text-center mt-3">
        <input type="submit" class="register-button" value="Submit">
      </div>
      <div class="table-custom create-account">
        <div class="text-center mt-4">
          <a class="HideRecoverPasswordLink" style="cursor: pointer;">Cancel</a>
        </div>
      </div>
    </div>
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="form-group">
    <input type="email" placeholder="Email address" class="form-control" name="customer[email]" required="">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" name="customer[password]" placeholder="Password" required="">
  </div>
  <button type="submit" class="btn btn-dark w-100" value="register"> register </button>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="form-group">
    <input type="email" class="form-control" name="customer[email]" placeholder="Email adress" required="">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" placeholder="Password" name="customer[password]" required="">
  </div>
  <div class="form-check">
    <a href="#recover" class="RecoverPassword">Forgot your password?</a>
  </div>
  <button type="submit" class="btn btn-dark w-100" value="Log In"> Log In </button>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="RecoverPasswordForm" style="display: none;">
    <div class="block-login">
      <span class="login-icon">
        <i class="ti-reload"></i>
      </span>
      <h2 class="title_resgister title24 text-center title-form-account">Reset your password</h2>
      <div class="form-group mb-0 row">
        <div class="col-sm-12">
          <input type="email" class="form-control" placeholder="Email adress" name="customer[email]" required="">
        </div>
      </div>
      <div class="text-center">
        <input type="submit" class="btn register-button" value="Submit">
      </div>
      <div class="table-custom create-account">
        <div class="box-register text-center mt-4">
          <a class="HideRecoverPasswordLink" style="cursor: pointer;">Cancel</a>
        </div>
      </div>
    </div>
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="form-group">
    <input type="email" placeholder="Email address" class="form-control" name="customer[email]" required="">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" name="customer[password]" placeholder="Password" required="">
  </div>
  <button type="submit" class="btn btn-dark w-100" value="register"> register </button>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="contact"><input type="hidden" name="utf8" value="✓">
  <div class="contact-form">
    <p class="contact-name">
      <input class="" placeholder="Name*" type="text" id="contactFormName" name="contact[name]" required="">
    </p>
    <p class="contact-email">
      <input class="" placeholder="Email*" type="email" id="contactFormEmail" name="contact[email]" required="">
    </p>
    <p class="contact-subject">
      <input class="dark border" placeholder="Subject*" type="text" id="contactFormSubject" name="contact[subject]" required="">
    </p>
    <p class="contact-message">
      <textarea class="" placeholder="Message*" cols="30" rows="8" id="contactFormMessage" name="contact[body]" required=""></textarea>
    </p>
    <p class="contact-submit">
      <input class="shop-button" type="submit" value="Send">
    </p>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants CartContainer">
  <div class="d-flex justify-content-between">
    <div class="prices product-price dosis-font variation-price mb-15">
      <label class="price product-price">
        <span class="compare-price dark opaci title14"></span>
      </label>
    </div>
  </div>
  <p class="des description desc product-desc"></p>
  <select name="id" style="display:none;" class="engoj-except-select2">
  </select>
  <div class="product-actions">
    <div class="product-quantity">
      <div class="quantity-all js-qty">
        <span class="qtyminus qty_minus js-qty__adjust js-qty__adjust--minus" data-field="quantity"><i class="fa fa-caret-down"></i></span>
        <input type="text" name="quantity" value="1" class="qty quantity js-qty__num">
        <span class="qtyplus qty_plus js-qty__adjust js-qty__adjust--plus" data-field="quantity"><i class="fa fa-caret-up"></i></span>
      </div>
    </div>
    <div class="actions btn-addtocart">
      <button type="submit" class="btn-addToCart shop-button addcart-link font-bold">Add to Cart</button>
    </div>
  </div>
</form>

Text Content

(530) 354-6878

 * 
 * 
 * 0




CHICODESSERTS


START TYPING AND HIT ENTER





SHOPPING CART

0

Your shopping bag is empty

Go to the shop


(530) 354-6878



 * Menu
 * Login

Forgot your password?
Log In
or
Register now


RESET YOUR PASSWORD



Cancel

Register

register
or
Back to login
Close


GREAT TO HAVE YOU BACK!

Forgot your password?
Log In
Don’t have an account?Register now


RESET YOUR PASSWORD



Cancel

Register

register
Back to login



SPECIALTY DESSERTS & CATERING


Order Now

Made Fresh from Scratch


SPECIALTY DESSERTS & CATERING

Marcy Lord Specialty Desserts and Catering was started in Chico in early 2021.
Made to order cakes, dessert charcuterie, sweet and savory platters and other
special orders are all available. Grazing tables for parties and events are a
crowd pleaser and can be arranged to customer preference. Marcy is pleased to
work with customers on small orders or big events.

From her signature cheesecakes and dessert platters, to charcuterie platters
laden with homemade fare, customers are instantly and consistently Marcy Lord
fans. Marcy takes great pride in creating everything she makes with the best,
fresh ingredients and always made from scratch.




ON THE GRAM

Check out some of our delicious creations!


Follow Us


MEET THE PASTRY CHEF

Since the age of seven, standing on a stool cooking breakfast for her brothers,
Marcy Lord’s mom knew she was destined for a food related career. Marcy's
natural talent in the kitchen has created an array of career opportunities over
the past thirty plus years. All self-taught, Marcy has worked as a pastry chef,
personal chef, and catering manager and has consistently run a homebased baking
business wherever she has lived.



Click to Read: Edible Shasta-Butte Features Marcy Lord


CONTACT MARCY TO ORDER



 * Privacy Policy

 * 
 * 

Copyright 2021 Marcy Lord. All Rights Reserved. Site by DK Web Design.




 

Add to Cart




Added to cart successfully!

Continue shopping Go to cart