Search:

Type: Posts; User: smap

Search: Search took 0.01 seconds.

  1. Replies
    3,562
    Views
    729,642

    Re: Google Base Feeder Support Thread

    Er, I forgot in Zen, this same info is also available in the Admin backend. Tools -> Server/Version Info
  2. Replies
    3,562
    Views
    729,642

    Re: File Doesn't Finish being Created?

    Create a file named "phpinfo.php" in your Zen Cart document root folder. In it put:



    <?php echo phpinfo(); ?>


    Then hit the file in your browser.

    That'll allow you to see what the...
  3. Replies
    3,562
    Views
    729,642

    Re: File Doesn't Finish being Created?

    Are you seeing any errors in your webserver log files? Just judging on circumstances I'm wondering if you're hitting a PHP timeout or memory limit. If so I think you should see some errors in your...
  4. Replies
    3,562
    Views
    729,642

    Re: Google Base Feeder Support Thread

    I added this:

    $link .= '&amp;source=googleps';

    at line 204 of googlefroogle.php (1.7.4) and I think I should be in business.
  5. Replies
    3,562
    Views
    729,642

    Re: Google Base Feeder Support Thread

    Sorry if this has been posted. I searched the thread for "source" and none of the results looked applicable.

    I'm wondering if the latest version of this mod has the capability to add a...
  6. Re: BLOB/TEXT column 'products_options_values' can't have a default value ??

    My live/server version of MySQL is 4.1.22. My dev/local version of MySQL is 5.0.27 (where the upgrade/error was occurring). I reconfigured the dev instance and unchecked 'strict mode' and this...
  7. Re: BLOB/TEXT column 'products_options_values' can't have a default value ??

    Hmm, sorry upon 2nd look I'm not sure this is related.
  8. Re: BLOB/TEXT column 'products_options_values' can't have a default value ??

    Updating 1.37 to 1.38 (mysql_upgrade_zencart_137_to_138.sql) getting the same error.


    ERROR 1364 (HY000) at line 62: Field 'query_keys_list' doesn't have a default value
  9. Re: How to display state abbreviation in admin customer orders instead of whole name?

    It's stored in the zones table as both full name (zones.zone_name) and abbreviation (zones.zone_code).
  10. Replies
    2
    Views
    606

    Re: hooking in to zen_email from external .php

    Already placing the orders automatically via a similar process. :smile: Just need to get this done then theoretically we only need to handle exceptions.
  11. Replies
    2
    Views
    606

    hooking in to zen_email from external .php

    Hi - I receive a .csv file with order confirmations and UPS tracking numbers from a supplier.

    I'm writing a program that'll run nightly on a cron job to parse the file, create...
  12. Replies
    2,160
    Views
    398,275

    Re: Simple Google Analytics - Support

    I'm not sure but that's a pretty ugly "forward":


    <HTML>
    <HEAD></HEAD>
    <FRAMESET ROWS='5000,*' FRAMEBORDER='no' BORDER='0'>
    <FRAME SRC='http://www.raptorman.ca/shop/'>
    <FRAME>
    </FRAMESET>...
  13. Replies
    2,160
    Views
    398,275

    Re: Help! Yahoo & Microsoft tracking

    Awesome Eric - thanks! I'm on it now...
  14. Replies
    2,160
    Views
    398,275

    Re: Help! Yahoo & Microsoft tracking

    It does help a lot Eric - thanks. I have one question regarding what you wrote though - you mention not including the code on the checkout success page and instead including it on tpl_main_page.php...
  15. Replies
    2,160
    Views
    398,275

    Help! Yahoo & Microsoft tracking

    I use not only Google AdWords but also Yahoo Search Marketing and Microsoft AdCenter PPC.

    I want to make sure I am able to track conversions for both those advertising channels as well and I'm not...
  16. Thread: "synonym search"

    by smap
    Replies
    2
    Views
    1,161

    Re: "synonym search"

    I'm thinking something very simple:

    word.word_id = 1
    word.word = "t-shirt"

    synonym.word_id = 1
    synonym.synonym = "tee"

    synonym.word_id = 1
    synonym.synonym = "tshirt"
  17. Thread: "synonym search"

    by smap
    Replies
    2
    Views
    1,161

    "synonym search"

    Does anything exist to enable synonym search? In other words, if my product description contains "t-shirt" make "tee" or "tshirt" also return that product?
  18. Replies
    2,019
    Views
    431,361

    Help! Refunds Question

    Hi - great mod.

    I have 2 questions regarding refunds:

    1. is there a way to put the refund amount in the auto comments sent to the user?

    2. When I process a refund, I have Super Orders set my...
  19. Thread: Mzmt Sql

    by smap
    Replies
    71
    Views
    47,148

    Re: MZMT Question

    Well I think I kludged this in with a line inside the quote function around line# 100 in includes\modules\shipping\mzmt.php.

    After this
    } else {
    for ($j=1; $j<=$this->num_tables;...
  20. Thread: Mzmt Sql

    by smap
    Replies
    71
    Views
    47,148

    MZMT Question

    Hi - great mod.

    I am not using multiple zones but I am using multiple table rates (one each for UPS Ground, 2-Day, and Next Day). This mod handles that with no sweat - my only problem is that I...
  21. Re: Product Attribute Variations with Unique Model#s?

    Thanks!
  22. Replies
    0
    Views
    1,092

    automatic cross-sell generator?

    I'm not sure if I'm going crazy but I think I saw (and didn't bookmark) a module that would auto-generate cross-sells based on if a customer purchases products together, etc. Does anyone know if...
  23. Product Attribute Variations with Unique Model#s?

    Hello. I have a client who wishes to have unique model #s for their product's attribute variations. Well actually, only by 1 attribute, color, not by size, e.g.

    hanes shirt (sizes s,m,l) WHITE...
  24. Replies
    13
    Views
    1,797

    Re: resetting all product minimums to zero

    Hmm ya sounds possible. Maybe your host only allows viewing data over phpMySqlAdmin.

    Sorry your results weren't better...
  25. Replies
    13
    Views
    1,797

    Re: resetting all product minimums to zero

    When I got a results page (showing records rows that could be individually checked), I scrolled to the bottom, there was an option to select all (which I did). Then next to the 'select all' link,...
  26. Replies
    13
    Views
    1,797

    Re: resetting all product minimums to zero

    SELECT *
    FROM `zen_products`
    WHERE `products_quantity_order_min` >24
    AND `products_quantity_order_units` >24
    LIMIT 0 , 30

    There was a "1" (inserted automatically by phpMySqlAdmin) in your code...
  27. Replies
    13
    Views
    1,797

    Re: resetting all product minimums to zero

    phpMyAdmin doesn't require you to write any SQL by hand. It has a point-and-click interface that basically does it for you. Of course your web host must have it installed or at least support it for...
  28. Replies
    13
    Views
    1,797

    Re: resetting all product minimums to zero

    Well it was actually pretty easy using phpMyAdmin if you have access to that.

    I went to the SQL tab and used the interface to build the query:


    SELECT *
    FROM `products`
    WHERE...
  29. Replies
    13
    Views
    1,797

    Re: resetting all product minimums to zero

    Not exactly but thanks. The client I'm building the site for initially wanted minimum purchase quantities on most products. They've since changed their mind and now want to allow shoppers to order...
  30. Replies
    13
    Views
    1,797

    resetting all product minimums to zero

    Hello.

    I'm trying to find a way to reset all product minimums to zero (disable product minimums) without going in to each and every product in the site.

    I was thinking at least there should be...
  31. Replies
    3
    Views
    1,429

    Attribute Combination Exceptions?

    Hello - say I have a product that is available in Sizes: Small, Medium, and Large and Colors: Red, White, and Blue. However the Blue version doesn't come in Large, only Small and Medium.

    How can...
  32. Replies
    2
    Views
    1,891

    Re: Should this be an attribute?

    Hehe. Actually I thought the same thing and have posed the same question to the client.

    I've since discovered that I can put the logo inside the product description which seems to work if I need...
  33. Replies
    2
    Views
    1,891

    Should this be an attribute?

    Hello. Using ZenCart 1.3.

    All the products for the store are "customized" in that they will have a company logo imprinted or embroidered on them. However, the logo will be the same for all...
Results 1 to 33 of 42
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR