We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • I like where this is heading, but I also need to find a compatible way to set up a shop right now. Actually, three. So I have to ask even knowing everyone is busy... any update or an upload to github that I can look at in the past month?

    If not, I'm thinking of digging into Shopkeeper and pretending I'm more Russian than I really am, although the English documentation in the package itself looks pretty good at first glance. I just need something basic right now, with item, description, quantity and perhaps add ons for the items, although I could do that with more items if needed. Services, not products so there's no shipping, and no tax cuz that's how we roll in this state.

    I'm also looking at Foxycart. Heck, I'm looking at everything but these two seem to stand out so far.
      Frogabog- MODX Websites in Portland Oregon
      "Do yourself a favor and get a copy of "MODX - The Official Guide" by Bob Ray. Read it.
      Having server issues? These guys have MODX Hosting perfected - SkyToaster
      • 9995
      • 1,613 Posts
      @ Frogabog - For the moment you could use Simplecart (oostdesign)
      http://www.oostdesign.com/modx-revolution-cms/modx-extras/simplecart-webshop/




        Evolution user, I like the back-end speed and simplicity smiley
        • 9995
        • 1,613 Posts
        p.s. Is there any progress on this potential Add on? Is it on Github?
          Evolution user, I like the back-end speed and simplicity smiley
          • 42146
          • 73 Posts
          I see we got http://modx.com/extras/package/simplecartjs now. Anyone intregate stripe.com with this yet?
            • 38878
            • 255 Posts
            I am just about done coding a cart for my site. Much thanks to @sepiariver for creating the addon and getting me started. I have been looking for a clean, free, easily extendable cart for modx for years and so far it has fit the bill for my small cart needs. I am looking now at stripe and was wondering if anyone has implemented multiple payment gateways? I can manually switch between Paypal and Google Wallet ( by changing the init script) but am thinking that offering multiple payment options (including something like stripe).

            BTW, for anyone interested in seeing my cart in the wild, it's at http://harveyev.com/services/our-products/. Not a shameless plug for my site. But as I haven't seen much forum action on this since it was released and thought I'd give this addon a plug.

            Quote from: jstump at Jul 19, 2013, 11:43 AM
            I see we got http://modx.com/extras/package/simplecartjs now. Anyone intregate stripe.com with this yet?
              • 20215
              • 144 Posts
              Hi HarveyEV

              I don't know, but maybe this can help you https://github.com/charlesivie/anysunday-api/issues/25

              Warning: SimpleCartjs works completely client side, and malicious users can change prices of simpleCart(js) items before checkout. This is a known security flaw that exists with ALL javascript shopping carts.

              it's important to do some sort of backend check before send the data to the Payment gatawey!
                ----------------------------------
                canale irc Italiano #modx server: tophost.azzurra.org
                • 38878
                • 255 Posts
                Thanks much for the link info! Looks "Easy peasy lemon squeezy"!

                I wanted to get the cart functional before I went down the auth road as that is probably the more complex peice and if the core cart functionality didn't work I would have scrapped it. Happy to say it dies. So now onto the payment stuff. As for the vulnerability I read about that. If they change the price and send less than the product cost we simply wouldn't send them the product until they paid in full. Not a huge risk there for me. But, I would like to avoid it and is why I would look at Stripe and formit probably.

                WIll keep you all posted on the progress.

                Quote from: mopmodx at Jan 22, 2014, 08:48 AM
                Hi HarveyEV

                I don't know, but maybe this can help you https://github.com/charlesivie/anysunday-api/issues/25

                Warning: SimpleCartjs works completely client side, and malicious users can change prices of simpleCart(js) items before checkout. This is a known security flaw that exists with ALL javascript shopping carts.

                it's important to do some sort of backend check before send the data to the Payment gatawey!
                  • 20215
                  • 144 Posts
                  I look forward to reading of your progress.
                  Congratulations Your site has very nice layout

                  Bey!
                    ----------------------------------
                    canale irc Italiano #modx server: tophost.azzurra.org
                    • 47630
                    • 56 Posts
                    Does anyone know how to change the currency? I'm looking to change from USD to Malaysian Ringgit.
                    When change to the MYR value each item displays correctly as RM (ringgit malaysia) but in the cart itself it still displays USD.