Unfortunatly by default Yahoo stores tend to look alike. You get the left nav buttons and a pretty basic look. You get to use templates (which basically involves programming in lisp (but point and click (without the brackets))). A couple of examples:

  • BargainCo - I just chose this at random from the list of sites, more or less a default
  • Alight - one I've worked on, uses templates and some tricks like HTML embedded in the templates. Uses other trickery like a perl script which takes the whole store and re-creates it with the 'trails' and paging which Yahoo doesn't support.
  • Barnes & Noble - the other end of the scale, uses something Yahoo calles RMI, basically involves downloading pages from bn.com and re-writing urls.

    Back to the point. Basically you can't do a lot of that stuff. Well you can, but it involves a bit of hackery. You can use some javascript trickery and external CGIs to get around some of these problems. The traffic generated by the Yahoo network makes it worthwhile for most people.

    On the other hand, most stores don't want advanced features and for $50/month Yahoo provides a fantastic deal for small stores.

    We use Intershop for sites that need features Yahoo can't provide. It's a great product but it is thousands of dollars just for the software before you start thinking about buying servers, hosting, development etc.

    gav^


    In reply to Re: Re: Re: Re: interchange for e-commerce? by gav^
    in thread interchange for e-commerce? by dshahin

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.