[ciapug] Re: X-Cart
Scott Phillips
ciapug@cialug.org
Thu, 26 May 2005 07:47:43 -0500
That would be great, guys. Thanks! Just about anything you'd like to talk
about would be beneficial. I'd like to get a feel for how much effort is
required to set up and administer (and modify) various parts of the system.
At 06:49 PM 5/25/2005 -0500, you wrote:
>I work with Mike, so that explains why I have some experience with X-Cart.
>
>Carl
>
>-----Original Message-----
>From: ciapug-admin@cialug.org [mailto:ciapug-admin@cialug.org] On Behalf Of
>Mike Parks
>Sent: Wednesday, May 25, 2005 7:48 AM
>To: ciapug@cialug.org
>Subject: [ciapug] Re: X-Cart
>
>Scott,
>Yeah, I was the one talking about xcart.
>
>I would be speaking more of how the administrative end works, setting up
>shipping, taxes, working in webmaster mode to change or troubleshoot xcart,
>importing existing data into xcart. Upgrading xcart versions, what to do
>when the upgrade kit fails, how to fix it. Xcart 4 has some major changes in
>
>how you setup shipping and taxes, that can be a real headache to setup.
>
>I have only done basic work with the layout schemes. I can tell you files
>NOT to change.
>
>Mike
>
>
>----- Original Message -----
>From: <ciapug-request@cialug.org>
>To: <ciapug@cialug.org>
>Sent: Wednesday, May 25, 2005 6:25 AM
>Subject: ciapug digest, Vol 1 #231 - 4 msgs
>
>
> > Send ciapug mailing list submissions to
> > ciapug@cialug.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://cialug.org/mailman/listinfo/ciapug
> > or, via email, send a message with subject or body 'help' to
> > ciapug-request@cialug.org
> >
> > You can reach the person managing the list at
> > ciapug-admin@cialug.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of ciapug digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Re: June meeting? (Mike Parks)
> > 2. June Meeting (Scott Phillips)
> > 3. X-cart (Scott Phillips)
> > 4. RE: X-cart (Carl Olsen)
> >
> > --__--__--
> >
> > Message: 1
> > From: "Mike Parks" <parksmike@dwx.com>
> > To: <ciapug@cialug.org>
> > Date: Tue, 24 May 2005 14:30:44 -0500
> > Subject: [ciapug] Re: June meeting?
> > Reply-To: ciapug@cialug.org
> >
> > Do we have June scheduled yet?
> >
> >
> >
> > ----- Original Message -----
> > From: <ciapug-request@cialug.org>
> > To: <ciapug@cialug.org>
> > Sent: Sunday, May 22, 2005 6:25 AM
> > Subject: ciapug digest, Vol 1 #230 - 1 msg
> >
> >
> >> Send ciapug mailing list submissions to
> >> ciapug@cialug.org
> >>
> >> To subscribe or unsubscribe via the World Wide Web, visit
> >> http://cialug.org/mailman/listinfo/ciapug
> >> or, via email, send a message with subject or body 'help' to
> >> ciapug-request@cialug.org
> >>
> >> You can reach the person managing the list at
> >> ciapug-admin@cialug.org
> >>
> >> When replying, please edit your Subject line so it is more specific
> >> than "Re: Contents of ciapug digest..."
> >>
> >>
> >> Today's Topics:
> >>
> >> 1. Re: css help (Lathrop Preston)
> >>
> >> -- __--__--
> >>
> >> Message: 1
> >> Date: Sat, 21 May 2005 07:49:17 -0500
> >> From: Lathrop Preston <laith@prestonfam.org>
> >> Organization: Preston Family
> >> To: ciapug@cialug.org
> >> Subject: Re: [ciapug] css help
> >> Reply-To: ciapug@cialug.org
> >>
> >>
> >> I would probably stick to using a table not spans
> >> <table cellspacing="0">
> >> <tr>
> >> <td class="headerbarL"></td>
> >> <td class="headertext"></td>
> >> <td class="headerbarR"></td>
> >> </tr>
> >> </table>
> >>
> >> I think this will probably work a bit better.
> >> use FFox->Webdeveloper to view the css for phpMyAdmin I think that will
> >> be helpful.
> >>
> >> Laith
> >>
> >> Barry Von Ahsen wrote:
> >>> I'm trying to move to a css layout and I'm replacing the following:
> >>>
> >>> <table width="100%" border="0" cellspacing="0" cellpadding="0">
> >>> <tr align="left" valign="middle">
> >>> <td width="3%">
> >>> <img src="/images/titlebar_endcap_L.gif" width="16" height="28">
> >>> </td>
> >>> <td width="94%" height="28" valign="middle" bgcolor="#1A4A90"
> >>> class="pageheader13w">TEXT</td>
> >>> <td width="3%" height="28" valign="middle">
> >>> <img src="/images/titlebar_endcap_R.gif" width="16" height="28">
> >>> </td>
> >>> </tr>
> >>> </table>
> >>>
> >>> this creates a colored bar with curved caps at the end. thusfar I have:
> >>>
> >>> <style>
> >>> .headerbarL { display: inline; padding: 2px 0 2px 10px;
> >>> background: #E4DBBA url(/images/titlebar_endcap_L.gif) top left
> >>> no-repeat; }
> >>> .headerbarR { display: inline; padding: 2px 0 2px 10px;
> >>> background: #E4DBBA url(/images/titlebar_endcap_R.gif) top right
> >>> no-repeat; }
> >>> .headertext { width:560px; background: #1a4a90; font-family: Arial,
> >>> Helvetica, sans-serif; font-size: 13px; color: #ffffff; text-decoration:
> >>> none ; font-weight: bold }
> >>> </style>
> >>> <span class="headerbarL"> </span>
> >>> <span class="headertext">TEXT</span>
> >>> <span class="headerbarR"> </span>
> >>>
> >>> It works great except: 1) the headertext isn't the full height of the L
> >>> and R, and 2) I can't make it go to 100% (the width will be determined
> >>> by the parent)
> >>>
> >>> Any help for a css n00b? (This will be for IE5.5+, but the more
> >>> cross-browser the better)
> >>>
> >>> -barry
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>> ciapug mailing list
> >>> ciapug@cialug.org
> >>> http://cialug.org/mailman/listinfo/ciapug
> >>
> >>
> >>
> >> -- __--__--
> >>
> >> _______________________________________________
> >> ciapug mailing list
> >> ciapug@cialug.org
> >> http://cialug.org/mailman/listinfo/ciapug
> >>
> >>
> >> End of ciapug Digest
> >
> >
> > --__--__--
> >
> > Message: 2
> > Date: Tue, 24 May 2005 15:15:00 -0500
> > From: Scott Phillips <scott.phillips@DRAKE.EDU>
> > To: ciapug@cialug.org
> > Subject: [ciapug] June Meeting
> > Reply-To: ciapug@cialug.org
> >
> >
> > Funny you should ask. I was just about to type this up:
> >
> > The June meeting will be held next Thursday, June 2nd at 7pm. Once again
> > we will be meeting at Cowles Library, Drake University. Directions are on
> > the ciapug site (http://www.ciapug.org). I think Chris may have a speaker
> > or two lined up, but haven't heard a confirmation yet. As always, you are
> > welcome to bring whatever you are working on for a little show and tell
> > action. More info to come...
> >
> > Hope to see you all there!
> >
> >
> > Scott Phillips
> > Web Developer
> > Cowles Library, Drake University
> > (515) 271-2975
> >
> >
> > --__--__--
> >
> > Message: 3
> > Date: Tue, 24 May 2005 15:24:03 -0500
> > From: Scott Phillips <scott.phillips@DRAKE.EDU>
> > To: ciapug@cialug.org
> > Subject: [ciapug] X-cart
> > Reply-To: ciapug@cialug.org
> >
> >
> > At the last meeting someone (sorry, can't remember who!) mentioned working
> > with x-cart. I give two minor body parts to hear any tips and/or pitfalls
> > to avoid from someone with experience working with this software. (I'm
> > especially interested in modifying the layout.) Anyone care to discuss
> > this at the meeting or, alternatively, here on the list?
> >
> >
> > Scott Phillips
> > Web Developer
> > Cowles Library, Drake University
> > (515) 271-2975
> >
> >
> > --__--__--
> >
> > Message: 4
> > From: "Carl Olsen" <carl-olsen@mchsi.com>
> > To: <ciapug@cialug.org>
> > Subject: RE: [ciapug] X-cart
> > Date: Tue, 24 May 2005 18:02:31 -0500
> > Organization: Carl Olsen
> > Reply-To: ciapug@cialug.org
> >
> > I've modified the layout on X-Cart, but I'm not sure how much of a
> > presentation I can give. I have to look at one of my previous projects to
> > remember how I made the modifications. If you just want some simple,
> > basic
> > tips, I can probably swing it.
> >
> > Carl Olsen
> > http://www.carl-olsen.com/
> >
> >
> > -----Original Message-----
> > From: ciapug-admin@cialug.org [mailto:ciapug-admin@cialug.org] On Behalf
> > Of
> > Scott Phillips
> > Sent: Tuesday, May 24, 2005 3:24 PM
> > To: ciapug@cialug.org
> > Subject: [ciapug] X-cart
> >
> >
> > At the last meeting someone (sorry, can't remember who!) mentioned working
> > with x-cart. I give two minor body parts to hear any tips and/or pitfalls
> > to avoid from someone with experience working with this software. (I'm
> > especially interested in modifying the layout.) Anyone care to discuss
> > this at the meeting or, alternatively, here on the list?
> >
> >
> > Scott Phillips
> > Web Developer
> > Cowles Library, Drake University
> > (515) 271-2975
> >
> > _______________________________________________
> > ciapug mailing list
> > ciapug@cialug.org
> > http://cialug.org/mailman/listinfo/ciapug
> >
> >
> >
> >
> > --__--__--
> >
> > _______________________________________________
> > ciapug mailing list
> > ciapug@cialug.org
> > http://cialug.org/mailman/listinfo/ciapug
> >
> >
> > End of ciapug Digest
>
>_______________________________________________
>ciapug mailing list
>ciapug@cialug.org
>http://cialug.org/mailman/listinfo/ciapug
>
>
>_______________________________________________
>ciapug mailing list
>ciapug@cialug.org
>http://cialug.org/mailman/listinfo/ciapug