Search:

Type: Posts; User: gemohler

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Let me ask this..

    Are you sending apache a running list of things imported? Im now at a point where apache is outrunning the DB un CPU use.

    How about also an option to output import...
  2. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Still I cant find ANY reason why apache gets so wrapped up in the import process.

    The file is on disk
    Nothing is in the access or error logs..so..clicking "import" does nothing to apache.

    I...
  3. Thread: Performance..

    by gemohler
    Replies
    8
    Views
    507

    Re: Performance..

    I dont write code..but if I did..

    I would set a variable that says "Logs are not initialized" at the top
    Then in the section at line 56, use isset to see if the variable exists. If not, continue...
  4. Thread: Performance..

    by gemohler
    Replies
    8
    Views
    507

    Re: Performance..

    I have not changed any DB characteristics, just a few missing index here and there that have helped..or seemed to have.
  5. Thread: Performance..

    by gemohler
    Replies
    8
    Views
    507

    Re: Performance..

    Ya..I think what I will do is create root categories based on part number bases.

    1xx will be Category "100"
    And so on, including A-Z. Easy enough to do.
  6. Thread: Performance..

    by gemohler
    Replies
    8
    Views
    507

    Re: Performance..

    Apologies, latest current code.

    The N value is always 1..just as I add products a lot of entries really fast fall in here...and I'm working to optimize what I can in the DB without breaking...
  7. Thread: Performance..

    by gemohler
    Replies
    8
    Views
    507

    Re: Performance..

    Question #2:

    This is identified as a 'slow query' on my machine"

    'SELECT ip_address from admin_activity_log LIMIT N'

    its a very long table..ans as I import products it gets larger...faaaaast.
  8. Thread: Performance..

    by gemohler
    Replies
    8
    Views
    507

    Performance..

    Lets say I have 250,000 products.

    And right now they are all in one Category (just testing)...

    And it can be 'slow' to click on a single product.

    Would be 'faster' if I broke up the products...
  9. Re: Problem with stock "Responsive Classic Template" template

    I'm acting as a drop shipper for a warehouse, so I dont want to show Qty to the customer.

    It's assumed in stock unless the customer is later notified that it is not.
  10. Problem with stock "Responsive Classic Template" template

    [Note: remember to include site URL, ZC version, list of plugins, PHP version, etc ... read the Posting Tips shown above for information to include in your post here.
    And, remove this comment...
  11. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    "If it has been updated to a value of zero and the box shows on the catalog side for the product then the issue is template related and not database/EP4 related."

    This is in fact the case, TY.
  12. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Just change those two instances in easypopulate_4_import.php?

    Simple enough. Was this having any impact other than a massive error log file?
  13. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    I have this defined in the config:

    User Defined Products Fields v_products_qty_box_status. (I have also tried this without v_)

    I have this in my CSV:
    v_products_qty_box_status
    0

    The one...
  14. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    THIS file had this issue. Everything after it failed.

    I took the data from THIS spreadsheet (except the header row), and put it in another one that did work (under it's header row)...and...
  15. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Right on..
  16. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    I may have got the text backwards, but the excel file is in the order of the import results.
  17. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    On the lookout for things I need to know as I relearn the ZC environment.

    Im doing EP4 imports, and I have a log file getting _hammered_ with this (attached)
  18. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Ya..I mean, it doesnt break anything, but 75% of a CPU for apache2 is...busy.
  19. Replies
    3
    Views
    355

    v158 Re: Database queries..loggable?

    Yup, testing mode. Got my first 150k products uploaded.
  20. Replies
    3
    Views
    355

    v158 Database queries..loggable?

    Can I log DB queries that occur in my store as I "use it"?
  21. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    General EP question.

    While doing a large import, apache is taking a lot of resources...

    What is the WWW server doing during an import that makes IT so busy?
  22. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    And then this happens.

    Saved from open office, no changes other than a few 100k things added to the spreadsheet.

    In this example, row 1 works.
    Row 2 does not work.

    They are functionally...
  23. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Duplicate. :(
  24. Replies
    3,557
    Views
    540,511

    Re: SBA Select List (Dropdown) Basic

    Last question, then I have a lot of other work to do.

    How do I set "No, Do not show Quantity Box" in EP?
  25. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    And yup, those 5 worked..and a test of 5600 more just fine.

    TY
  26. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    The values are the same except for #Records that I increased. (Ill be doing massive uploads and I have bare metal and resources)

    I just made the change to "language_id_only"

    And THAT works. ...
  27. Replies
    3,600
    Views
    514,773

    Sticky: Re: EasyPopulate 4.0 Support Thread

    New again user...
    Got ZC installed, EP4 installed..no hiccups.

    Formatted my CSV file from source data from a Shopify workflow, and ready to imports...cant:


    Filename: ZC1.csv

    SKIPPED! -...
  28. Replies
    1,786
    Views
    247,109

    v150 Re: 1.5.8 Compatable?

    *nod*

    I've been poking around at my suppliers own inventory search/store tool...and about the worse case I've found so far for shipping something with weight to it, is a full set of wheels.
    ...
  29. Replies
    1,786
    Views
    247,109

    v150 Re: 1.5.8 Compatable?

    Hello all, old user coming back in from the dark..been gone from ZC for _years_.

    Who has a store that does NOT charge shipping when I place an order, but after a dropshipper tells you what it...
  30. Replies
    3,832
    Views
    1,220,549

    Re: Easy Populate support

    In configuration/Easypopulate...

    I have no settings to change, just the column header of Title/Value/Action.

    ZC1.5.1
    The VERY latest EZP version for 1.5.1

    Server OS: Linux...
  31. Replies
    0
    Views
    784

    Breakdown of merchant CC vendor pricing?

    Is there a comparison of the different CC merchants that I can pick?

    Paypal is nice, easy...reliable.

    But, Ive had some problems with some overseas customers using the Paypal CC system, and ..I...
  32. Add custom code to a sidebox (display godaddy SSL image)

    In the broken english of our exchange student "How are I to do this?"
  33. Replies
    11
    Views
    6,956

    Re: How does the UPS module calculate shipping?

    Linda:

    Just processed a new order, where the manufacturer that drop ships it has it as a 12lbs box going residential to Colorado Springs, CO 80918, and this also has insurance for orders over...
  34. Replies
    11
    Views
    6,956

    Re: How does the UPS module calculate shipping?

    United Parcel Service

    Enable UPS Shipping
    True

    UPS Pickup Method
    RDP

    UPS Packaging?
    CP
  35. Replies
    11
    Views
    6,956

    How does the UPS module calculate shipping?

    Im finding that the UPS module isnt very accurate, at least when I compare my warehouse shipping cost, to what ZC determined.


    Im up to $6 in 'handling' fees to be on par..so..how does this built...
  36. Re: How to run PHP in a table cell with a BG image..?

    Got it..


    <td style="background-image:url(images/hawk-bg-image.jpg);background-repeat:no-repeat">
    <?php include ('header_code.inc.php'); ?>
    </td>



    Hope this helps...
  37. How to run PHP in a table cell with a BG image..?

    Im trying to execute a PHP script from within a table cell.

    ..I can do that, works great. Or I can define the PHP script with no image, and that works great as well.

    Then..i want to add an...
  38. Replies
    6
    Views
    2,498

    Re: How to split up a CSS 'page'?

    It doesnt mean that it has to be very large text, or a graphic image, or a very busy/intense element.


    Im just looking for a way to make some use of that real-estate, and the 'how' is where I am...
  39. Replies
    6
    Views
    2,498

    Re: How to split up a CSS 'page'?

    Image: http://www.speedtoys.com/~gemohler/window.jpg


    Imagine if the text elements I added to the right and left, could also be graphical..basically, what can be done to make the background...
  40. Replies
    6
    Views
    2,498

    How to split up a CSS 'page'?

    This is the CSS for my background:

    body {style.css (line 1)
    background:transparent url(../images/back.gif) repeat scroll 0 0;
    margin:0;
    padding:0;
    text-align:center;
    vertical-align:top;
    }
  41. Replies
    3
    Views
    1,038

    Re: Google Checkout log file?

    1) Yes, chmod was done.
    2) SSL is coming as soon as the new hosting people have done the migration..already on order.
  42. Replies
    3
    Views
    1,038

    Re: Google Checkout log file?

    Yup..theyre here:

    googlecheckout/logs


    I worded that poorly..

    Im getting returned to my shopping cart, but there are no entries in these logs afterwards.
  43. Replies
    3
    Views
    1,038

    Google Checkout log file?

    Does google checkout have a log file?

    When I submit the order, I get bounced back to the shopping cart..and do not know why...

    Thanks.
  44. Replies
    3,562
    Views
    729,486

    Re: Google Base Feeder Support Thread

    The next version...


    Good god...thats great news. :)


    I will have well over 100,000 products online pretty soon in the new store, I had about 356k in the old one, but have optimized product...
  45. Replies
    8
    Views
    956

    Re: Cant select products, SOMETIMES...??

    Things work when I use the classic template.

    But..I still dont get how the same template works for some products, and not others when they all share the same attributes.
  46. Replies
    8
    Views
    956

    Re: Cant select products, SOMETIMES...??

    Other uploads means..when I use EZP to upload the different product brands, or lines.

    I do nothing different for each of the category types..but I am getting different results in the store...
  47. Replies
    8
    Views
    956

    Re: Cant select products, SOMETIMES...??

    No..no difference.

    It works everywhere in pads, but nowhere in fluds or brake kits...first page or results, or second, with/without the sort flag added to the URL.

    I have no sort order set in...
  48. Replies
    8
    Views
    956

    Re: Cant select products, SOMETIMES...??

    I could accept that, if it was like that everywhere.


    Buy brake pads..works fine.

    Oil or Brake kits..no work.



    ??
  49. Replies
    8
    Views
    956

    Cant select products, SOMETIMES...??

    ZC1.3.8a
    http://www.e-brakes.com

    Cannot...enter a quantity to purchase, then hit return to purchase SOME products.

    ??


    An Example:...
  50. Replies
    3,562
    Views
    729,486

    Re: Google Base Feeder Support Thread

    Greetings...

    ZC1.3.8a
    Google Feeder 1.7.0a



    I got this installed and I think its all right..but..

    Out of about 30,000 products in my store, the XML file is only ending up with about 4400...
Results 1 to 50 of 221
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR