Search:

Type: Posts; User: moosesoom

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. v151 Re: Question about hiding products where quantity is 0 from site search and a thank y

    Not that simple....I found the solution by moving a die($where_str) all around the file:
    If you installed Stock_By_Attributes_Combined plugin (as I did) you have to modify...
  2. v151 Re: Question about hiding products where quantity is 0 from site search and a thank y

    Giving life to an old thread....
    it seems that's enough for 1.5.1 but not for 1.5.5e :(
    Anybody here tried to hide out of stock products from search?
    Many thanks, kind regards
    Francesco
  3. Replies
    172
    Views
    41,435

    v150 Re: Cookie Control [Support Thread]

    SOLVED!!!!
    In italian language files I had to substitute a\' with à and so on... (I hate accented vowels) :)

    Hope it could help everyone with this problem.
  4. Replies
    172
    Views
    41,435

    v150 Re: Cookie Control [Support Thread]

    Done....but results are the same...maybe some other jscript is conflicting with cookie law one?
  5. Replies
    172
    Views
    41,435

    v150 Re: Cookie Control [Support Thread]

    my template jscript dir:

    BAKjquery.form.min.jsBAK
    jscript_google_analytics.php
    jscript_supertracker.php
    BAKjscript_script_loader.phpBAK
    jquery-1.4.4.min.js ...
  6. Replies
    172
    Views
    41,435

    v150 Re: Cookie Control [Support Thread]

    How can I debug jquery use (or not use) ? Any pointer for that?

    Thanks
    Francesco
  7. Replies
    172
    Views
    41,435

    v150 Re: Cookie Control [Support Thread]

    Hello Design75,
    could you please take a look to my site source? (www dot armiexordinanza dot it)
    It seems correctly loading your code but cookie popup does not appear

    Many thanks, kind regards...
  8. Replies
    1,783
    Views
    246,573

    v150 Re: Super Orders + Edit Orders (VAT problem)

    Hi everybody,
    ZC 1.5.1 + Super Orders 4.1.4

    I have no problems in VAT calculation when inserting new orders, but problems come while editing exixting orders.
    Here's some exmple pic:

    This is...
  9. v138a [SOLVED] Re: Disabling COD payment for certain customers

    Here's the smart (I hope) solution:

    in includes/modules/payment/cod.php:


    $cod_excluded_customers_ids=array(15,391);
    if (in_array($_SESSION['customer_id'], $cod_excluded_customers_ids,...
  10. v138a Re: Disabling COD payment for certain customers

    Sorry, I forgot to say I already tried with a simple echo, but the message is printed on top of page, not in payment methods list.
  11. v138a Disabling COD payment for certain customers

    Hello everybody,
    I have to disable COD payment for some customers.

    I obtained a first one result with the following code:

    $cod_excluded_customers_ids=array(15,391);
    if...
  12. v150 Re: Problem Moving to new URL and cannot get pages to show - 404 errors

    Sure you moved /STORE_ROOT/.htaccess also?

    my 0.02$
  13. v151 Re: custom script/function to commit order details to database?

    Could you please tell us the 3 insert lines?
    Thanks
  14. Re: Site seems right..but something's missing :(

    Maybe it's a SSU trick....cleaned SSU cache and everything is there again :)

    After some testing I'll tell you if it's ok
  15. Site seems right..but something's missing :(

    One of our ZC sites has a strange behaviour.

    Site is www.armigmb.com

    Suddenly all home page elments disapeared.
    Files are not modified in all includes branch
    Database it's OK (every...
  16. Replies
    53
    Views
    28,820

    Re: Rush/Priority Handling Charge

    I've found a solution to the problem of previous post looking at Optional Insurance Module ("father" of this module) support thread.

    Just put this on top of file (take care of changing brt_brt...
  17. Replies
    53
    Views
    28,820

    Re: Rush/Priority Handling Charge

    This module has a strange behaviour.
    Once it's installed it can't be disabled or set to "Offer Priority Handling=False".
    I need to control the module to enable it just for some shipping method.
    ...
  18. Replies
    7
    Views
    632

    Re: Code finding program

    If you're running linux/unix/macosx you can use "grep" command.

    I think you can find some "grep" alike program for Windows systems.
  19. v139h Re: How to auto generate just product keywords from product page?

    I'm sorry for insisting, but my idea was not just to use breadcrumbs, but a modified clone of breadcrumbs class (i.e., breadcrumbs class is just a starting point) to produce as output the branch of...
  20. v139h Re: I wanna try to duplicate breadcrumbs class in another class

    Anyone knowing zen cart classes and autoloading for any pointer?

    Thanks in advance
  21. v139h Re: How to auto generate just product keywords from product page?

    IMHO not so different because the breadcrumbs way was introduced and desired by Feznizzle in post #6 of this thread.
  22. v139h Re: How to auto generate just product keywords from product page?

    I don't know if someone moved my post from this thread or if I simply wrote it in another forum room by mistake. It's about a similar solution involving a modified clone of breadcrumbs class.
    ...
  23. v139h I wanna try to duplicate breadcrumbs class in another class

    I'm trying to achieve a similar result.
    I wanna try to duplicate breadcrumbs class in another class to output current product, or category, categories branch (removing "Home" that's unuseful for...
  24. Replies
    297
    Views
    86,550

    [SOLVED] error 1054 inserting new ezpage

    Here's the solution to eliminate 1054 error in inserting new multilanguage ezpages.

    In .../CUSTOM_ADMIN/ezpages.php you have to modify following block:


    $sql_data_array = array('pages_title'...
  25. Re: Advanced Search Question (limit to category box)

    I temporarily solved this issue by modifying the following line from ../includes/functions/html_output.php from:


    if (empty($default) && isset($GLOBALS[$name]) && is_string($GLOBALS[$name]) )...
  26. Re: Advanced Search Question (limit to category box)

    I think I found where the problem is (hope somebody can tell us WHAT the problem is :-) )

    in /myshop/includes/functions/html_output.php , in the source of zen_draw_pull_down_menu() function
    ...
  27. Replies
    3
    Views
    1,016

    Re: No shipping method selected notification

    Thanks Linda, it works.
    I completed it by managing multi language:



    if (!$_SESSION['shipping']) {
    $messageStack->add('checkout_shipping', PAGE_CHECKOUT_SHIPPING_CORIMTEC_NOTIFY ,...
  28. Replies
    3
    Views
    1,016

    No shipping method selected notification

    I followed instructions on thread http://www.zen-cart.com/forum/showthread.php?t=39376 to have no default shipping method on checkout first page.

    If customers try to click on Continue without...
  29. Replies
    297
    Views
    86,550

    Re: Multi-Language Support for EZ-Pages

    I just installed 1.3.0.5v2.02 on my 1.3.8a zencart (taken from zen-cart.com addon page)

    When I try to insert a new (the first) ez-page i receive the following error:

    1054 Unknown column...
  30. Replies
    5
    Views
    2,791

    Re: Search Redirect Loop with Simple SEO URLs

    I have the same problem with SSU and adding products to cart from search results.

    Zen Cart 1.3.8 / SSU 3.8.5 / Module Manager rev18

    You can find my site at http://tinyurl.com/3utocde

    Here's...
  31. Jquery Slider breaks lightbox on multi images products?

    Zen Cart 1.3.8
    Lightbox installed, clicking on any product image correctly start multiple images slideshow.

    I tried to install jscript_jquery slider from "an upscale boutique" template. This runs...
  32. Re: Products search by tag or something like that....

    Finally I solved that using Search Helper addon (http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=856)
  33. Re: Products search by tag or something like that....

    My test with meta tags failed because of wrong keywords.....I used elmetto,elmetto instead of elmetto,elmetti ;-)

    Well, tomorrow (I'm tired now and I don't want risk anymore today) I'll build up a...
  34. Products search by tag or something like that....

    A little problem with "search" when using italian language.

    We have the word ELMETTO (that's italian for HELMET) that's also a category name, and the word ELMETTI (that's italian for HELMETS)...
  35. Replies
    6
    Views
    3,782

    Re: Default text in dropdown attributes

    Thanks ghj42, it works.
  36. Replies
    6
    Views
    3,782

    Re: Default text in dropdown attributes

    Sorry to resume such an old post...
    The solution is good, but I have to re-arrange attribute default value options for every single product with that attribute.
    There is a way (maybe a SQL query?)...
  37. Replies
    23
    Views
    3,630

    Re: Adding an Image to Define Page Editor

    If you put an image file (file1.jpg) in your store main images directory , you have to use this URL: http://your.store.com/images/file1.jpg
  38. Replies
    23
    Views
    3,630

    Re: Adding an Image to Define Page Editor

    No,
    you have to upload your image to your server, then add the link for it in your page by Insert Image icon.
  39. Replies
    3,720
    Views
    819,245

    Re: Zen Lightbox...

    Finally it works.
    I tried mootools 1.3 / slimbox.zip fix several times without success
    Then, in a snowy unsleeping night, I found in /includes/templates/CUSTOM_TEMPLATE/jscript/slimbox I had 2...
  40. Re: HELP! Suddenly our sales tax has stopped working, all gross prices are now the sa

    Please try with another broswer then try your browser from another PC. It should be fine.

    So close your faulty browser and re-execute it, now prices should be fine also in your browser.

    Sorry...
  41. Re: how can I diplay the words "IVA INCLUSA" close to the product price?

    You can add "IVA INCLUSA" string at the end of last 'echo' before <!--eof Product Price block --> block.

    Example, if you have


    echo $one_time ....
  42. Re: Changing the display order of shipping options

    Ajeh, we all know curiosity killed the cat....luckily I'm not a cat...not in my current life anyway :)



    There's any special tech reason for that or it's just for better order and cleanliness?
  43. Replies
    7
    Views
    1,367

    Re: Styling 2-line Category listing in menu?

    I have the same problem (long categories name not indenting).
    In my css I have


    #categories ul a {/*top categories*/
    display: list-item;

    #categories ul ul a {/*subcategories*/
    display:...
  44. Re: Spaces problem in bad coupon notification

    I actually patched /includes/modules/order_total/ot_coupon.php as below changing:


    if (!$foundvalid) zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, 'credit_class_error_code=' . $this->code...
  45. Re: Spaces problem in bad coupon notification

    I've just found in /includes/modules/order_total/ot_coupon.php:


    if (!$foundvalid) zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, 'credit_class_error_code=' . $this->code ....
  46. Spaces problem in bad coupon notification

    Whenever I try to use a coupon not valid because of some restrictions previously set I receive this notification:

    ...
  47. Replies
    9
    Views
    765

    Re: Help! Checkout links to blank page!

    Had the same after installing following addon:

    Quantity Discounts Module for Zen Cart 1.3.5 and above
    Version 1.11
    04/03/2010

    It was just a test so I solved by uninstalling it. No time to...
  48. Replies
    27
    Views
    11,238

    Re: new products listing not random

    Old thread, I know....anyway...
    After applying this, with 9 new products to show as max, if I have 1 only new product in a category, zen cart shows vertically 9 copies of that product.

    If...
  49. Re: Duplicated "new products" when they're less than 9

    Just finished some tests.
    It turned to be a consequence of the "random hack" I talked about in my previous post.
  50. Re: Duplicated "new products" when they're less than 9

    Thanks Dr.
    The only thing (apparently) changed in news/specials products was the hack to obtain real randomness taken from http://www.zen-cart.com/forum/showthread.php?t=70543&page=3 thread
    ...
Results 1 to 50 of 67
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR