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 = ...
hi all,
does treasurechest support 2checkout. how do 1 integrate it in treasurechest. please advice.
thanks.
mut
-
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
-
☆ 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?
any one get blizzard javascript xml parsing errors on lan bassed servers ?
-
☆ 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?
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?
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!