• Hi Guys

    I have a very specific question.

    Our company produce underwear our selves but we also sells clothes both from other suppliers. The thing is, at the moment we sell both of these things on our website, but when people buy 1 t-shirt from a brand we dont produce our selves, we have to pay a lot in transport of the goods so we will actually end up losing money when people buy only 1 tshirt.

    so then we talked about only selling to business, but most of the customers who buys our own brand are private people.

    Finally we have now come to a conclusion that maybe it would be a good idea to only let companies buy everything, and then private people can only buy our own brand that we have in stock always.

    NOW MY QUESTION:
    What is the best way to split the sortiment sold to companies and private people. some plugin maybe?

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter Hampmir

    (@hampmir)

    as a quick fix you can use !important to fix the comic sans font like this ??

    .main-navigation ul.menu {
    font-family: sans-serif!important;
    font-size: 1.5em;
    font-weight: lighter;

    and the secondary menu you just need to define the font-family like this:

    @media screen and (min-width: 768px)
    ?v=dd65ef9a5579:219
    .secondary-navigation ul.menu a {
    font-family: sans-serif;

    • This reply was modified 7 years, 2 months ago by Hampmir.
    • This reply was modified 7 years, 2 months ago by Hampmir.
    • This reply was modified 7 years, 2 months ago by Hampmir.

    Looks good, but match up the brackets and lose the ?v= bit, so:

    .main-navigation ul.menu {
      font-family: sans-serif!important;
      font-size: 1.5em;
      font-weight: lighter;
    }
    @media screen and (min-width: 768px) {
      .secondary-navigation ul.menu a {
        font-family: sans-serif;
      }
    }
    Thread Starter Hampmir

    (@hampmir)

    oh yeah i did not notice that, that was a copy paste error it should of course not be in the code ??

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Webshop for both private people and business’ is closed to new replies.