[ic] Accessories help

Michael Mangeng interchange-users@interchange.redhat.com
Thu Aug 23 02:48:01 2001


I`m simply using:
[item-modifier size]
which returns the chosen size when adding a new product but gets empty after
a refresh...
i`ve left the code...
#####
[item-calc]
        return if '[item-modifier mv_si]';
        delete $Scratch->{subitems[item-increment]};
        my $master = '[item-modifier mv_mi]';
        ...
#####
... from the foundation demo in basket.html and other code which includes a
modifier tag...

mike
----- Original Message -----
From: "Ed LaFrance" <edl@newmediaems.com>
To: <interchange-users@interchange.redhat.com>
Sent: Wednesday, August 22, 2001 5:31 PM
Subject: Re: [ic] Accessories help


> At 11:59 AM 08/22/2001 +0200, you wrote:
> >Hi..
> >
> >thanx... this solved the problem...
> >looks like there is only one left...
> >both the quantity pricing and the size modifier work but as soon as i
> >refresh the basket (at ord/basket or ord/checkout)... it looses the SIZE
> >modifier.. (the quantity pricing still works after the refresh.. but the
> >size modifier doesn`t... with [item-modifier size] i get befor the
refresh
> >my "X" (size X) and after the refresh... nothing :) it is empty..
> >
> >what could cause the loose of this modifier value ?
>
> I dunno.  Could you post the chunk of code from your basket which includes
> the size display?
>
> - Ed L.
>
>
>
> >thanx
> >mike
> >----- Original Message -----
> >From: "Ed LaFrance" <edl@newmediaems.com>
> >To: <interchange-users@interchange.redhat.com>
> >Sent: Tuesday, August 21, 2001 5:37 PM
> >Subject: Re: [ic] Accessories help
> >
> >
> > > At 02:02 PM 08/21/2001 +0200, you wrote:
> > > >Append...
> > > >
> > > >I`ve successfully added a drop-down menu where the sizes in the
products
> > > >table con be selected.
> > > >([item_accessories size])
> > > >
> > > >[price quantity=10 code=[item-code] size=X]
> > > >This shows  the price mentioned in the product database. The price
> >doesn`t
> > > >change... not with quantity=10 (quantity prricing) nor with the
modifier
> > > >size=X.
> > > >
> > > >Is there any setting which should be added to catalog.cfg or is
something
> > > >else wrong ?
> > > >(In catalog.cfg i tryd with and without "UseModifier    size"
> > >
> > > Make sure your CommonAdjust string includes:
> > >
> > > ==size:pricing
> > >
> > > - Ed L.
> > >
> > >
> > > >thanx
> > > >mike
> > > >----- Original Message -----
> > > >From: "Michael Mangeng" <interchange@vis.at>
> > > >To: <interchange-users@anthrax.interchange.redhat.com>
> > > >Sent: Tuesday, August 21, 2001 11:52 AM
> > > >Subject: [ic] Accessories help
> > > >
> > > >
> > > > > Hi
> > > > >
> > > > > I need help with the accessories system.
> > > > > Ok, in the table pricing i can add e.g 2 columns named L and XL
which
> > > >should
> > > > > represent the size of a product. To each product in this table i
can
> >add
> > > >now
> > > > > price differences to the price in the products table, when one of
this
> > > > > accessories is chosen by the user.
> > > > >
> > > > > pricing:
> > > > > sku    ...    ...    XL    X
> > > > > 001    .        .    2        1
> > > > >
> > > > > products:
> > > > > sku        ...    ...    price        size
> > > > > 001        .        .        10       M, X, XL
> > > > >
> > > > > As far as i know this would cause the price increases by 1 if we
> >choose
> > > >size
> > > > > X and by 2 if we choose size XL right ?
> > > > >
> > > > > My problem now is now (as long as the information above is right)
how
> >i
> > > >have
> > > > > to add the select box into flypage and ord/basket.
> > > > >
> > > > > I`ve tried it with:
> > > > >
> > > > > [accessories code="[item-code]"
> > > > >                 type=radio
> > > > >            attribute=size
> > > > >                table=products]
> > > > >
> > > > > ...in flypage.html.. but nothing appears...
> > > > >
> > > > > thanx
> > > > > mike
> > > > >
> > > > > _______________________________________________
> > > > > interchange-users mailing list
> > > > > interchange-users@interchange.redhat.com
> > > > > http://interchange.redhat.com/mailman/listinfo/interchange-users
> > > > >
> > > >
> > > >_______________________________________________
> > > >interchange-users mailing list
> > > >interchange-users@interchange.redhat.com
> > > >http://interchange.redhat.com/mailman/listinfo/interchange-users
> > >
> > > ===============================================================
> > > New Media E.M.S.               Software Solutions for Business
> > > 463 Main St., Suite D          eCommerce | Consulting | Hosting
> > > Placerville, CA  95667         edl@newmediaems.com
> > > (530) 622-9421                 http://www.newmediaems.com
> > > (866) 519-4680 Toll-Free       (530) 622-9426 Fax
> > > ===============================================================
> > >
> > > _______________________________________________
> > > interchange-users mailing list
> > > interchange-users@interchange.redhat.com
> > > http://interchange.redhat.com/mailman/listinfo/interchange-users
> > >
> >
> >_______________________________________________
> >interchange-users mailing list
> >interchange-users@interchange.redhat.com
> >http://interchange.redhat.com/mailman/listinfo/interchange-users
>
> ===============================================================
> New Media E.M.S.               Software Solutions for Business
> 463 Main St., Suite D          eCommerce | Consulting | Hosting
> Placerville, CA  95667         edl@newmediaems.com
> (530) 622-9421                 http://www.newmediaems.com
> (866) 519-4680 Toll-Free       (530) 622-9426 Fax
> ===============================================================
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users
>