We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33337
    • 3,975 Posts
    Hi all !

    I will share my new artwork here regarding to Project SHOPx by Susan cool.

    Please visit http://labs.zidesigns.com/shopx/ for my initial working on SHOPx. cool

    I hope you will like it.

    Thanks.

    zi

    P.S. I will update the file and post the updates here.
      Zaigham R - MODX Professional | Skype | Email | Twitter

      Digging the interwebs for #MODX gems and bringing it to you. modx.link
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      Nice stuff; I’ll be happy to just get it working!
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 33337
        • 3,975 Posts
        Quote from: sottwell at Mar 07, 2006, 07:35 AM

        Nice stuff; I’ll be happy to just get it working!

        Thanks Susan smiley

        I was reading different coding styles for Input Button to style them via CSS. I used traditional style:
        <form id="form1" name="form1" method="post" action="">
          <input class="greenbutton" type="submit" name="Submit" value="Buy Now!" /><br />
          <input class="blackbutton" type="submit" name="Submit" value="Add to cart" />  <input class="textbox" type="text" name="quantity" /><br />
        
          <input class="greenbutton" type="submit" name="Submit" value="Continue" /><br />
        </form>


        But it renders very different on IE and FF. In FF it obeys the hover and focus behaviours, but in IE ... IE Sucks! laugh

        Another way I got to style them is:
        <form action="/dev/cubecart/upload/index.php?act=viewCat&catId=1" method="post" name="prod1">
        
        <input name="add" value="1" type="hidden">
        
        <input name="quan" value="1" type="hidden"><a href="javascript:submitDoc('prod1');" target="_self" class="txtButton">Buy</a>
        <a href="index.php?act=viewProd&productId=1" target="_self" class="txtButton">More</a>
        </form>
        

        Second code is borrowed from CubeCart sample install

        For second one, I dont know if its valid or doable.. but it renders and behaves same in IE and FF, so I would love to have your input.

        regards,

        zi
          Zaigham R - MODX Professional | Skype | Email | Twitter

          Digging the interwebs for #MODX gems and bringing it to you. modx.link
          • 28042 ☆ A M B ☆
          • 24,524 Posts
          Doesn’t matter to me at all. I am a backend sort of guy (girl...whatever) so whatever tickles your fancy.
            Studying MODX in the desert - http://sottwell.com
            Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
            Join the Slack Community - http://modx.org
            • 33337
            • 3,975 Posts
            Susan, I dont know if you are aware, WP has an ecommerce plugin here http://www.3g.co.nz/2/?p=16 ... may be usefull smiley
              Zaigham R - MODX Professional | Skype | Email | Twitter

              Digging the interwebs for #MODX gems and bringing it to you. modx.link
              • 28042 ☆ A M B ☆
              • 24,524 Posts
              Well, their demo doesn’t work too well, the cart only displays the last item selected.
                Studying MODX in the desert - http://sottwell.com
                Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                Join the Slack Community - http://modx.org
                • 33337
                • 3,975 Posts
                Quote from: sottwell at Mar 08, 2006, 09:42 PM

                Well, their demo doesn’t work too well, the cart only displays the last item selected.

                Weird! It works fine for me! Firefox 1.5.0.1 XP-SP2

                ..and its backend is good to check I guess , I installed Wordpress yesterday 1st time on localhost, and I discovered lots of cool things in it... its really great software, and plugin repo is big enough to fulfill ordinary user’s needs.. WOW.
                  Zaigham R - MODX Professional | Skype | Email | Twitter

                  Digging the interwebs for #MODX gems and bringing it to you. modx.link