Jump to content

Chargin

Member
  • Posts

    171
  • Joined

  • Last visited

Posts posted by Chargin

  1. I have about 8 Cubecart installs on different domains, one is now giving me this problem. I cant login to admin. Ive done all the normal tricks, clearing cache and cookies etc but cant get it working. Ive been in contact with the server guys and theyve had a good look at it, they say its got to be an application problem, theyve checked several things including the secure cookies in php.ini mentioned on this forum.

    Ive reset the password etc all to no avail.

    Im running CC4 and after this problem appeared I thought perhaps updating may fix it, so yesterday I upgraded to the latest version, but that didnt work either.

    This is frustrating to me and a lot of other CC users by the number of threads on this topic. Ill gladly pay for any fix available, If I purchase some support from Devillion will they be able to fix this? Where else can I look???

    Hmm should maybe move this to "General"?

  2. good thread.

    Im wondering if I can get some similar advice, in my case I just want one category to show. How can I do this?

    PS I tried this and it doesnt work, the entire box just disappears

    //.: Advanced Group Discounts Mod by Goober http://www.cubecartmodder.com/

    include("includes/goobermods/Advanced_Group_Discounts/mod_part11.php");

    $randProd= $db->select("SELECT * FROM ".$glob['dbprefix']."CubeCart_inventory WHERE `cat_id` = 1 ORDER BY RAND(".$seed.") LIMIT 1");

    //.: Advanced Group Discounts Mod by Goober

    I have the group discount mod obviously, but Ive had to hack it a little because it cant hand items in subcategories properly.

  3. Ok I should have said Im using CC3..

    I see in CC4 that what you say is possible, but CC3 doesnt have that option. Is there any way I can add that I wonder?

    (I posted in the CC4 area because I thought more people would see it..)

  4. Im selling unique items using Paypal and need a way to block a second user from buying the same item.

    Which part of the system will do this? Using the stock limit in CC wont work because that requires me to have adjusted the stock level to zero, which wont happen to an order in the middle of the night. Or what if 2 people are ordering the same item and about the exact same time, how can Paypal know not to accept payment for that second purchaser if the are both clicking "pay now" within seconds of each other?

  5. Ive just upgraded from the previous 4.2 I think it was, to 4.3.

    Now when I edit a product and try to upload an image I get the "uploading image" text and it just hangs there. I have to close the upload window, then come back in and the image is actually uploaded, but it hasnt been resized and is at the full resolution. Any ideas on whats going on here?

  6. I have several CC sites and none of them allow me to view them by using the hosting IP address.

    IE

    www.myshop.com would be the site

    the following is similar to what I tried and it doesnt work (bogus url btw)

    http://122.245.83.111/~myshopusername/

    I even tried this

    http://122.24583.111/~myshopusername/publi.../cart/index.php

    Using any of these sorts of URL's will work fine for some of my normal non CC sites. Is this just a PHP thing?

    I want to do this so I can copy over a site from one host to another and I really want to test the site out fully on the new host before I delegate the domain name over.

  7. I have a site that the client isnt able to upload product images to. It works fine from here and works fine from the clients home PC, we are both on the same ISP. Their office however which is on a different ISP cant upload images over about 50kb, anything more than that and the upload popup box times out. Ive tested this dozens of times and its not intermittant, it always fails. I do have Estelles pro image manager on the site but I went in and switched it to disabled and still had the problem.

    I tried logging into another CC site from this particular office and was able to upload an image fine, of any size, this other site didnt had the pro image manager mod and was also on a different server/host.

    Weve tried taking laptops down there and have had the exact same problem, so its nothing to do with their PC.

    So what on earth could be going on here? Im open to any suggestions...

  8. I have a site that has about 2000 images for the products on there. It makes it a bit of a nightmare to do for example, adding extra images, clicking manage images opens a window displaying a list of all the images, this takes forever. Adding an image via the fckeditor takes ages also, because of the same problem.

    Any solutions for this?

×
×
  • Create New...