We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4154
    • 1 Posts
    Scotty,

    Nice product, I use OSCommerce for a bigger store I run, but Treasure Chest will work for smaller stores that I build for clients. I do have one small coding suggestion. It would be valuable to store the memo from the IPN in the Sales results, when it is populated. In treasurechest.class.php:

    $order = ...

    $memo = $_POST[’memo’];
    if ($memo != NULL) {
    $order .= ’<p>’.$memo.’</p>’;
    }

    $customer = ...
      • 13323
      • 4 Posts
      Oh shi, there’re two of these forums, I was looking for this, but found the one below, if the other one is old/unused, the moderator if could be so kind to transfer my posting to here smiley

      http://modxcms.com/forums/index.php/topic,20173.msg179460.html#msg179460
        • 20696
        • 18 Posts
        hi all,

        does treasurechest support 2checkout. how do 1 integrate it in treasurechest. please advice.

        thanks.

        mut
          • 25663 MODX Staff
          • 12,272 Posts
          I don’t think there’s any active development going on right now in TreasureChest.
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 25551 ☆ A M B ☆
            • 1,231 Posts
            I need a little help with this... Everything works fine apart from when I’m in the module manager area. The display image shows a purple phpinfo style image.

            In the image it says

            phpthumb () v 1.7.9
            AntiOffsiteLinking() - "mysite.com" is NOT in $this->confid_nooffsitelink_validdomains (www.mysite.com)


            Any idea what the error could be? I just upgraded my dedicated server to centOS 5.3 and it wasn’t happening before. Without much knowledge of the intricate details of Linux I can only assume it’s an option not enabled or perhaps disabled.

            Could someone give me an idea what it could be?
              Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
              AugmentBLU - MODX Partner

              BLUcart - MODX Revolution E-Commerce & Shopping Cart
              • 18017
              • 4 Posts
              any one get blizzard javascript xml parsing errors on lan bassed servers ?
                • 25551 ☆ A M B ☆
                • 1,231 Posts
                I have an error in the system report when I change any of the fields in the manager

                Undefined index: treasure

                The phpThumb error image still appears as well. Anyone had this phpThumb image error at all?
                  Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
                  AugmentBLU - MODX Partner

                  BLUcart - MODX Revolution E-Commerce & Shopping Cart
                  • 7455
                  • 2,204 Posts
                  I have it installed
                  module works fine but when I call the snippet then I see no items
                  the js and css is placed in the head but no item
                  [!TreasureChest? &item=`1`!] didi not give me any thing

                  I do get a js error:

                  with the decompiled version:
                  Fout: $ is not defined
                  Bronbestand: http://www.cisterngauges.com/assets/snippets/treasure_chest/script/treasurechest.js
                  Regel: 117
                  

                    follow me on twitter: @dimmy01
                    • 10940
                    • 71 Posts
                    Hey,

                    I have installed Treasure Chest on a webhost that seems to by defualt set their dircetories to read only and this has messed with my installation of treaure chest. When I click on the treasure chest tab in modules I got a list of error messages like the following:

                    Warning: file_get_contents(/home/navyleag/public_html/assets/snippets/treasure_chest/chunks/config_item.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/navyleag/public_html/manager/processors/execute_module.processor.php(114) : eval()’d code on line 99

                    I think I need to unistall treasure Chest and then install it again. How do you uninstall it?
                      • 15861
                      • 24 Posts
                      Can anyone help out here? For some reason in 0.9.6.3 it does not install the config string into the module. One of our developers is gone on vacation so I’m digging into his site to try to get it wrapped up and out the door and I’m stuck on 2 different things...both related the store.

                      1) Can’t change any config settings without going into the database. Can you provide the config string for the module?

                      2) Running on IIS 6 with isapirewrite and the cart page doesn’t show up. It pulls up a new window for the View Cart function, but that window contains the same page that I’m viewing. Examining the db, the Cart ID looks to be correct.

                      3) It will only put one item in the cart. Once that item is there, it shows 0 quantity (during the short time that I was able to get to the cart, while we were trying a different rewrite module), but wouldn’t add other items.

                      Anyone have any ideas? We’re really needing to get this done as soon as possible.

                      Thanks!