Search:

Type: Posts; User: mdegrandis

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    15,046

    Re: SnapShot [support thread]

    Skip,
    I won't have time to test this in the foreseeable future. Currently just inspecting the admin/* and includes/* and it'll probably stay that way until after I get 1.5 installed. I really...
  2. Replies
    32
    Views
    15,046

    Re: SnapShot [support thread]

    If I could get it to run I would too!
    But it crashed out after 30 seconds or so. Maybe the array is too big?
  3. Replies
    32
    Views
    15,046

    Re: SnapShot [support thread]

    Ok, got it working...sorta. I could get it to run if I set

    $RecurseLevel = 0
    I then changed the

    $CheckFolder = array(DIR_FS_CATALOG . 'includes/', DIR_FS_ADMIN);

    and then did this:
    ...
  4. Replies
    32
    Views
    15,046

    Re: SnapShot [support thread]

    Snapshot did make the snapshot directory.
    I do have the class in that folder, and there are no inclusion errors.
    If I do a

    echo '<pre>';
    print_r($fw);
    echo '</pre>';


    I can see the object,...
  5. Replies
    32
    Views
    15,046

    Re: SnapShot [support thread]

    I am having serious troubles getting this to run...
    Zc 1.3.9h
    PHP Version 5.3.6
    Database Patch Level: 1.3.9d

    Double checked the instructions, and all files uploaded. No errors any where...
  6. Re: Running custom admin scripts from PHP CLI?

    I figured it out.
    The problem went away when I commented out line 210 or so in core.config.php. This is breakpoint 150, and requires init_admin_auth.php.

    I did this in an override....



    ...
  7. Re: Running custom admin scripts from PHP CLI?

    The rest of the mod is an admin page that allows modifying/creating the images. I was trying to off-load that time spent in GD to be processed separately, with Zend_Queue to be specific.
    Since it...
  8. Running custom admin scripts from PHP CLI?

    What I want to do: Run a php script in an endless loop from command line (using nohup). The script makes some images with GD library, and takes a while to execute-- running from a browser is too...
  9. Replies
    282
    Views
    82,792

    Re: Quickbook Sync

    It uses the zen cart order id.

    Quickbooks will then increment by one on the next invoice from quickbooks.

    If you want to use both this mod, and selling to walk ins... or another channel, you'll...
  10. Replies
    14
    Views
    1,645

    Re: Category with many categories slow admin

    Actually I should apologize. I am usually not that touchy. I am sorry.
    I also would like 128gb ram server...so if you hear of a deal...
    I do appreciate the hope.
    I have been looking into better...
  11. Replies
    14
    Views
    1,645

    Re: Category with many categories slow admin

    Actually that is quite a large test server 128 gb...
  12. Replies
    14
    Views
    1,645

    Re: Category with many categories slow admin

    That's nice...


    Mine is more like 27 cats most having 400+ sub cats to that... My shop has over 4700 categories and 8800 Products.

    Does your admin load that fast? Do you have categories that...
  13. Replies
    14
    Views
    1,645

    Re: Category with many categories slow admin

    So I took the other suggestion and made my subcategories smaller, and now the page loads in 7-12 sec with the counts on.

    Which, for me, is adequate at this time.

    Thanks again !
  14. Replies
    14
    Views
    1,645

    Re: Category with many categories slow admin

    So, I'll give a little update on what helped and how much.

    Original: 60+ second load time.
    turn off category count: 24 sec
    Comment out check if linked: 17 sec
    Click red x (category drop down):...
  15. Replies
    14
    Views
    1,645

    Re: Category with many categories slow admin

    I will try your suggestion with smaller subcategories.
    But I guess when those are too big I'll just use Aa,Ab,Ac....
    (I guess explosive growth like that would be a nice problem to have!)

    I was...
  16. Replies
    14
    Views
    1,645

    Re: Category with many categories slow admin

    I'm afraid that it is only in the admin that the slowdowns occur.

    I just wouldn't feel comfortable showing the world my admin...(I guess I am a shy guy...) I could PM you with a temporary one if...
  17. Replies
    14
    Views
    1,645

    Category with many categories slow admin

    We add about 200 new items (and categories) a month. So I was looking at how to speed up our admin, and I was hoping someone here might have an idea.

    Current category structure :

    Top->

    ...
  18. Replies
    194
    Views
    55,897

    Re: Checkout without account

    That is a swell idea. Again, thanks so much.
  19. Replies
    194
    Views
    55,897

    Re: Checkout without account

    Some customers do complain though. On our current site I get phone calls all the time about accounts and forgotten passwords.
    We do a lot of B2B sales and sometimes they think an 'account' is this...
  20. Replies
    194
    Views
    55,897

    Re: Checkout without account

    I am thinking this would be more of a hassle than it is worth. The only thing I am saving asking the customer is a password...
    Which isn't really anything.

    Thank you both for your replies; I'll...
  21. Replies
    194
    Views
    55,897

    Re: Checkout without account

    Sorry.... Should have been clearer. QBI is our quickbooks integration, and having multiple accounts for the same person would be painful.

    Thanks for the reply,
  22. Replies
    194
    Views
    55,897

    Re: Checkout without account

    Was hoping that maybe someone else had run into this. Can a customer who COWOA the first time, come back late and COWOA again in the same COWOA Account?
    Currently it looks like it always creates a...
  23. Replies
    135
    Views
    33,535

    Re: Query Cache v1.0

    Anybody get this working in 1.3.9d? I tried it, and it doesn't break the cart, but it also does not lower queries.

    It is a fresh install that I used my custom template from 1.3.8a.
    Mod wise it...
  24. Replies
    14
    Views
    2,324

    Re: Custom Customer Login

    took long enough I guess.


    Glad to hear it.
  25. Replies
    14
    Views
    2,324

    Re: Custom Customer Login

    to clarify...since I took too long.



    $sql = "SELECT address_book_id, entry_company
    FROM " . DB_PREFIX. "address_book
    WHERE address_book_id = :customer_default_address_id: ";
    $sql =...
  26. Replies
    14
    Views
    2,324

    Re: Custom Customer Login

    Gah. I guess I should do a better job befor I distribute things.

    :frusty:


    class logonredirec extends base {


    function logonredirec() {
    global $zco_notifier;
  27. Replies
    5
    Views
    830

    Re: Search box not clickable

    Um, yea that is weird. I can select it if I disable your css line 350 :
    #navMainSearch {
    float:right;

    }

    but that breaks your page....
    I'd try to put another div in there to contain your...
  28. Replies
    14
    Views
    2,324

    Re: Custom Customer Login

    OH NO!:censored:

    I made a serious mistake and forgot to instantiate the class!:frusty:

    you do it like so:


    <?php

    $autoLoadConfig[10][] = array('autoType'=>'class',
  29. Replies
    14
    Views
    2,324

    Re: Custom Customer Login

    The 'entry_customer' field is in the database, in the table address book. It is the company name that the customer put in their address on account creation. Alternatively the customer may add an...
  30. Replies
    1
    Views
    890

    Re: Shipping calculating wrong in checkout

    This problem also works if I were to add items to my shopping cart, login, choose shipping, and then 'change my mind' and use my browser back button to go back to the shopping_cart. I then update...
  31. Replies
    5
    Views
    830

    Re: Search box not clickable

    I would start by vaildating your markup.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.apeekintoyesterday.com%2Fstore%2F
    you have a few to keep you busy....

    I was able to see it...
  32. Replies
    14
    Views
    2,324

    Re: Custom Customer Login

    I had to do something like this. It isn't totally fool proof, and your mileage may vary.
    It had to redirect a customer to their category page on login. Since I had a growing list of customers, but...
  33. Replies
    1
    Views
    890

    Shipping calculating wrong in checkout

    We have been taking orders on-line now for a while and today someone was able to checkout for $5.50 shipping when by their order total it should have been $8.50. I tried to reproduce it, and the only...
  34. Replies
    282
    Views
    82,792

    Re: Quickbook Sync

    Does that mean you can import invoices? Or no not at all? I would rather just have everything invoiced automagically. (and yes I would like that super sized) :smartalec:
  35. Replies
    2,110
    Views
    423,323

    Re: SitemapXML v.2

    I was able to move it to my store root by changing the includes/classes/sitemapsxml.php file.
    find

    $this->savepath = DIR_FS_CATALOG;
    $this->base_url = HTTP_SERVER . DIR_WS_CATALOG;

    and to...
  36. Product page adds multiple products and attributes

    I would like to be able to add several of the same product with different attributes at the same time. For instance if my attributes were for name and title combination, I want to be able to enter 5...
  37. Re: Help with adding attributes to many products

    I did finally get this done, in a semi automated way. :smile:


    SELECT DISTINCT `products_id`
    FROM `zen_products_attributes`
    WHERE `products_id` IN
    (SELECT `products_id`
    FROM...
  38. Re: Help with adding attributes to many products

    After playing around, and learning sub-queries I made some progress. Here is what I used to get my list of product Id's that will need to have rows inserted to the zen_products_attributes table.
    ...
  39. Re: Help with adding attributes to many products

    Thank you again for the prompt reply, but I think I may still need to clarify what I wanted to do. My apologies if you knew this and I am the one confused.

    We have products with the text...
  40. Re: Help with adding attributes to many products

    Sorry! I should have thought about it.


    We can match against product name having 'badge' or the attribute 'name' and 'fastener'
    I can see the products_options_id for name (a text attribute)...
  41. Help with adding attributes to many products

    We have over 6,000 products, and most of those I need to add an attribute and 3 values to. The products are in all different categories, and the match by existing attribute(from the global changes in...
  42. Replies
    1
    Views
    645

    Re: Attributes remember previous choice

    I'll try re asking the same question, hopefully I can do a better job.

    I want a radio button that 'remembers' the choice a customer made so that they won't have to click it on every product. So...
  43. Replies
    1
    Views
    645

    Attributes remember previous choice

    We do custom engraving for name badges, and used to 'correct' users case on orders. (bad habits die hard....):frusty:
    It makes everyone unhappy, because we don't know what the customer expects, us...
  44. Replies
    0
    Views
    592

    Changing case with onClick

    I want to be able to use a radio button with two choices, ALL CAPS and As Entered (No Transformation), that would change all of the text type attributes to upper case when the user clicked that, and...
  45. Replies
    846
    Views
    218,729

    Re: Google SitemapAdmin

    I really like this mod, but have an odd need. Some background....
    We have resellers that sell our products, and they can't have the badges that they order, get indexed and then their customer order...
  46. Replies
    62
    Views
    12,621

    Re: Sidebox Anywhere mod - Please Help

    Trying to do the same thing...can't seem to get it to work either. Any ideas? Did you ever figure it out?

    I got the mod to do my zen header links so that the login shopping cart links are outside...
  47. Replies
    485
    Views
    93,567

    Re: hideCategories

    You probably didn't merge the files correctly. This mod needs to be merged with your admin files, just like it says in the readme. Go back and double check that. There are a few to merge in. Easy way...
  48. Replies
    10
    Views
    2,838

    Re: Wrong Parent Category !

    So I have the same issue...
    If I could just get the crumbs to say the master catagory path that would be cool. Or the path to the linked product would be nicer.

    Anyone have a little more info,...
  49. Replies
    0
    Views
    608

    Custom orders page

    I would like my orders page after I click edit to put a big warning on the top of the page if the customer has selected in store pick up.
    Shipping wants a little bit of a reminder.

    We don't use...
  50. Replies
    5
    Views
    901

    Re: Personal Products

    Thank you very much for your idea. I like and will try and work something out.

    As an aside could I do a similar check on check out? To prevent someone from accessing the item by c-path and...
Results 1 to 50 of 60
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR