Jump to content

Tara

Registered Users Plus
  • Posts

    1,102
  • Joined

  • Last visited

Posts posted by Tara

  1. What would cause M&P not to harden all the way. I have never had this happen I usually use the goat's milk base but this time I mixed GM base with Shaving soap base at 50% and used .5 fo per# oh and a little steric which I usually add to the GM anyway. It doesn't to seem to want to harden all the way and is of course stuck in the molds. These bases are from WSP which I have never tried the shaving soap but have used the GM before.... ANy thoughts or ideas ????

  2. I liked those Dodecagon jars. :)

    The only 2 issues I had with those was paying the shipping (I have a jar fairy now that brings me jars REALLY cheap) and the labels not sticking right. They have 12 sides so you really need to smooth those labels down to stick right.

    What were you using before?

    Just steer away from the those 97 cent Walmart square Victorian apothecaries. I was using them for a while. Had SO many issues. Then one of my biggest wholesale accounts in California told me one of his customers had the jar literally explode. He even sent a picture. That was the final straw. Now I won't even burn one for myself.

    I haven't tried any labels for them yet or even tested them. That's another story in itself right? LOL :P I am currently using the Colonial jars from fairway glass I never tried the ones from Wally world but I had one of your from the last container swap and had no problems with it You just never know

  3. I am glad I can help ya :) To offer 3 for a certain price you would just need to have 3 scent drop down boxes

    you could use this code

    <form action="http://ww9.aitsafe.com/cf/add.cfm" method="post">

    <input type="hidden" value="B123145" name="userid">

    <input type="hidden" value="www.tarascandlecottage.com/layered_candles.html" name="return">

    <input type="hidden" value="Buy 3or whatever you want to name this item" name="product[]">

    <input type="hidden" value="19.95" name="price"><select name="product[]">

    <option value="Select Scent" selected="selected">Select Scent #1</option>

    <option value="Select Scent">Select Scent</option>

    <option value="Angel Kisses">Angel Kisses</option>

    <option value="Apple Cinnamon">Apple Cinnamon</option

    List all the scents for scent one then end it with </select>

    Then do

    <option value="Select Scent" selected="selected">Select Scent#2</option>

    <option value="Select Scent">Select Scent</option>

    <option value="Angel Kisses">Angel Kisses</option>

    <option value="Apple Cinnamon">Apple Cinnamon</option>

    Again list all your scents end with </select>

    Then do same for sent 3 and end it all with

    <input type="submit" value="Add to Cart" name="SUBMIT"></form>

    That's how I do my layered candles so I would think it would work for what you are needing

    Let me know how you make out

    :)

  4. Here's a sample of the code I use for my 5oz Jars

    <form action="http://ww9.aitsafe.com/cf/add.cfm" method="post">

    <div>

    <input type="hidden" value="B926745" name="userid">

    <input type="hidden" value="www.tarascandlecottage.com/jarcandles.htm" name="return">

    <input type="hidden" value="5 oz Sampler Jar" name="product[]">

    <input type="hidden" value="4.95" name="price"> <select name="product[]">

    <option value="Select Scent" selected="selected">Select Scent</option>

    <option value="Angel Kisses">Angel Kisses</option>

    <option value="Apple Cinnamon">Apple Cinnamon</option>

    <option value="Bayberry">Bayberry</option>

    <option value="Blueberry Cobbler">Blueberry Cobbler</option>

    <option value="Candy Cane">Candy Cane</option>

    <option value="Cherry">Cherry</option>

    <option value="Christmas Spice">Christmas Spice</option>

    <option value="Christmas Splendor">Christmas Splendor</option>

    <option value="Cinnamon Buns">Cinnamon Buns</option>

    <option value="Cinnamon Sticks">Cinnamon Sticks</option>

    <option value="Crisp Cotton">Crisp Cotton</option>

    <option value="Cotton Candy">Cotton Candy</option>

    <option value="CocoMango">CocoMango</option>

    <option value="Country Clothesline">Country Clothesline</option>

    <option value="Cucumber Melon">Cucumber Melon</option>

    <option value="Desire">Desire</option>

    <option value="Enchanted Love">Enchanted Love</option>

    <option value="Gardenia">Gardenia</option>

    <option value="Gingerbread">Gingerbread</option>

    <option value="Huckleberry">Huckleberry</option>

    <option value="Jamaica Me Crazy">Jamaica Me Crazy</option>

    <option value="Jasmine">Jasmine</option>

    <option value="Jingleberry">Jingleberry</option>

    <option value="Jolly Rancher">Jolly Rancher</option>

    <option value="Juniper Breezes">Juniper Breezes</option>

    <option value="Key Lime Pie">Key Lime Pie</option>

    <option value="Lavender">Lavender</option>

    <option value="Mango Papaya">Mango Papaya</option>

    <option value="Malibu Beach">Malibu Beach</option>

    <option value="Midnight">Midnight</option>

    <option value="Mulberry">Mulberry</option>

    <option value="Passionate Kisses">Passionate Kisses</option>

    <option value="Pink Sugar">Pink Sugar</option>

    <option value="Plumeria">Plumeria</option>

    <option value="Pumpkin Spice">Pumpkin Spice</option>

    <option value="Spiced Cranberry">Spiced Cranberry</option>

    <option value="Strawberry">Strawberry</option>

    <option value="Sun-Ripened Raspberry">Sun-Ripened Raspberry</option>

    <option value="Sweet Pea Blossom">Sweet Pea Blossom</option>

    <option value="Vanilla Silk">Vanilla Silk</option>

    <option value="Warm Romance">Warm Romance</option>

    <option value="Warm Vanilla & Sugar">Warm Vanilla & Sugar</option>

    <option value="Waterfall">Waterfall</option>

    <option value="Water Blossom Ivy">Water Blossom Ivy</option>

    <option value="Wild Watermelon">Wild Watermelon</option></select></div>

    <div>

    <br>

    <input type="submit" value="Add to Cart" name="SUBMIT"></div></form>

    HTH

×
×
  • Create New...