[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Customer Input for Personalization
On Fri, 30 Jul 1999, Dmitriy Katsman wrote:
> ****** message to minivend-users from Dmitriy Katsman <dmk@affordablecomputers.com> ******
>
> Larry:
>
> What if you need to charge extra for Modifiers?
> How do you do that?
In my case the text field modifier was for letters to be imprinted on the
item, so I needed to charge 0.25 per letter. I added code to both
basket.html and checkout.html that basically does:
loop over all items in cart {
if item has text modifier, count number of letters in text
}
add a "letter" item to the cart (it has to exist in a product file
someplace, price is 0.25)
set the quantity of the "letter" item to be the total number of letters
Is this the kind of thing you are trying to do?
>
> I am trying to do Custom Build Section on my site... to select Custom Configuration PCs...
> Please... any idea are welcome?
> How to do it?
>
> Thanks in advance,
> Dmitriy
>
> Larry Leszczynski wrote:
>
> > ****** message to minivend-users from Larry Leszczynski <larryl@furph.com> ******
> >
> > Hi Glenn -
> >
> > > A while back, I seem to recall somebody posting how to add a field to an
> > > individual *item* (not the checkout page as a whole) that allows the
> > > customer to input info to personalization (in our case a name to be
> > > embroidered on a hat). Not an accessory database entry, 'cause there's
> > > nothing so 'select' as such. Just a plain text box.
> > >
> > > If someone could point me to the answer, muchly appreciated.
> >
> > I found a couple I had posted in the archive:
> >
> > http://www.minivend.com:80/minivend/minivend-list/1999/msg01773.html
> >
> > http://www.minivend.com:80/minivend/minivend-list/1999/msg00611.html
> >
> > Let me know if these make any sense :-)
> >
> > Larry Leszczynski
> > larryl@furph.com
> > --
> > furph, Inc. WWW/Unix/Windows Solutions 734-513-7763 (voice)
> > info@furph.com http://www.furph.com 734-513-7759 (FAX)
> >
> > -
> > To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> > email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> > Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
> --
> ______________________________________
> | |
> | Dmitriy Katsman |
> | Webmaster, The Wizard |
> | Affordable Computers, Inc. |
> | http://www.affordablecomputers.com |
> | (800) 864-2345 Ext. 114 |
> |____________________________________|
>
>
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
Larry Leszczynski
larryl@furph.com
--
furph, Inc. WWW/Unix/Windows Solutions 734-513-7763 (voice)
info@furph.com http://www.furph.com 734-513-7759 (FAX)