Search:

Type: Posts; User: krazykev

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    I suspect this has sometihng to do with there not being enough space BELOW the mouse cursor to display the image. I have attached a picture.
  2. Replies
    5
    Views
    1,408

    Re: Incomplete Page List in Define Pages Editor

    Hi,

    juat noticed your reply. Makes sense! Perhaps an enhancement for 1.4?

    Thanks for looking into it.

    Kev
  3. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    Hi,

    would someone please take a look at this page.

    http://www.f u n a d u l t c o s tu m e s.co.uk/index.php?main_page=index&cPath=103

    There are 8 products, all of which hover perfectly....
  4. Re: Disabled products show as new products

    Just to let you know I have tried the above fix with sub categories

    e.g.

    Cat 1
    |
    |- Sub Cat 2
    |
    |-Sub Cat 3 ( 1 product)
    |-Sub Cat 4
  5. Replies
    2
    Views
    1,107

    Re: Product x/y in wrong order

    Sorry - found it!

    In admin

    Configuration -> Product Info -> Previous Next - Sort Order

    K
  6. Replies
    2
    Views
    1,107

    Product x/y in wrong order

    Hi all,

    if you cvisit this link you will see a category with 6 products. I have given each prodcut a non-zero sort order to get the items in that order.

    http://www.f u n a d u l t c o s t u m...
  7. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    "Cannot redeclare class order" is implying that a class called "order" has already been declared. Have you installed any other contributions that may use an "order" class?

    Kev
  8. Re: Disabled products show as new products

    To hide categories with no products IF YOU DON'T USE sub-categories, mkae these code changes (and I suggest doing it in your template rather than changing original Zen files).

    File:...
  9. Re: Disabled products show as new products

    Found a silimlar thread for the Disabled Products/New Products bug.

    http://www.zen-cart.com/forum/showthread.php?t=82619
  10. Re: Disabled products show as new products

    Yuu guys must be thinking I like talking to myself - I keep replying to myself! :smile:

    Well everyday, more things about Zen Cart click into place. Like the template system. it doesn't matter...
  11. Re: Disabled products show as new products

    To be clear, when I say need a tweak, I mean if I want to change the desired behavior. I am not trying to imply Zen Cart is at fault. I thik we all know Zen Cart is great - why else would we be on...
  12. Disabled products show as new products after editing

    Hi all,

    before I attack the code, I had some items in my store that I have editted and then disabled. The edit makes Zen Cart thinks the products are new. Fair enough. But they show up in the...
  13. Replies
    15
    Views
    2,420

    Re: Show Date Added?

    >If $zv_key is not in the table, there would be no records in $zv_key_value, correct?

    Agreed, and you are right, more diggng required. I have traced it for "New P"oduct" page and $zv_key becomes...
  14. Replies
    15
    Views
    2,420

    Re: Show Date Added

    Hi Glenn,

    I suspect that is how it is meant to work, but the code doesn't compare against the returned value, it compares against the RecordCount, which will always be 1 as far as I am aware,...
  15. Replies
    15
    Views
    2,420

    Re: Show Date Added

    Thanks Glen, I agree - it may not be a bug - it simply depends on what those settings are "supposed" to do. I think my explanation of what they "really" do is correct - but an expoert needs to...
  16. Replies
    15
    Views
    2,420

    Re: Show Date Added

    Here is the function


    function zen_get_show_product_switch($lookup, $field, $suffix= 'SHOW_', $prefix= '_INFO', $field_prefix= '_', $field_suffix='') {
    global $db;

    $sql = "select...
  17. Replies
    15
    Views
    2,420

    Re: Show Date Added

    Well the logic for it is in here:

    includes\functions\function_lookups.php
    function zen_get_show_product_switch

    First off it gets the product_type (id) from TABLE_PRODUCTS using the appropriate...
  18. Replies
    15
    Views
    2,420

    Re: Show Date Added

    Thanks Glenn,

    good news and bad news. I have found the "All Listings", "New Listings" and "Product Info" pages now, so I appreciate they are different.

    However, with Admin -> Catalog ->...
  19. Replies
    15
    Views
    2,420

    Re: Show Date Added

    Thanks gjh,

    perhaps this is a stupid question, but what is the difference between the poduct info page and all listing page?
  20. Replies
    15
    Views
    2,420

    Re: Show Date Added

    My URL is

    www.f u n a d u l t c o s t u m e s .co.uk

    Do you need the URL? I have managed to remove the statemenet - i am just wondering why it needs to be turned off in 2 places - if indeed it...
  21. Replies
    15
    Views
    2,420

    Show Date Added?

    I am confused about the correct way to turn off the statemnet "This product was added to our catalog on....."

    I turned it off for all the listing types in

    Admin -> Configuration -> New Listing,...
  22. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi Kellan,

    you lost me a little. I understand what you are trying to achieve, but no idea how you would! So long as everything works I don't suppose it matters! :D
  23. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Cropinstop,

    I guess you have the problem fixed but I would like to understand this better. I am quite new to Zen Cart, so wondered if you could elaborate on your statement

    >BUT, all selection...
  24. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi cropinstop,

    I see what you mean. I only use one attribute so that SQL works great for me. I will try and replicate your issue but I tihnk I may struggle. You could try a left join on PWAS -...
  25. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    >Had have trouble with 16bit/32bit png files.
    Interesting - but I'm using the samples included with the contrib. Will throw in loads of tracing to see where it is falling over.

    K
  26. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi,

    >Verified table "cactus2_zc2.products_with_attributes_stock" does exist.

    Are you absolutely sure it exists? (Check for prefixes)


    >Should "Join products_with_attributes_stock PWAS" be...
  27. Replies
    5
    Views
    1,408

    Re: Incomplete Page List in Define Pages Editor

    HI Ajeh,

    you are right, there is nothing to override so it makes sense not to list the page in the Define Pages Editor. But if this scenario happens, and thre is nothing to override, the page...
  28. Replies
    5
    Views
    1,408

    Incomplete Page List in Define Pages Editor

    Hi all,

    can someone confirm if this is desired behaviour or a potential bug.

    If define pages exist in the template folder

    /includes/languages/english/html_includes/TEMPLATE

    but not in the...
  29. Remove Define Page x from Define Page Status

    All,

    ok - I don't fully understand the define pages and why I would use them yet - so this may seem a stupid question, but I would like to know if there is an answer.

    I am not using the define...
  30. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    Hi TopHand,

    thanks for the explanation - it makes sense.

    Do you know why the PNG file in the Preview tab does not display. The source file is there.

    Kevin
  31. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    I've taken another look at my site - my pages also try to load

    images/large/xxxxxx_LRG.jpg and they don't exist.

    That is when control gets handed to IH to generate an image and a picture from...
  32. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    Thats an interesting one! When you hover over your additional image you can see that it is trying to display the large image file

    images/large/MG15BMain_01_LRG.gif

    Does this file exist? As...
  33. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    Am going to make this my lsat post for now in case I start looking silly. I don't think I understand Image Handler as well as I should.

    Ignore my table above. I was playing with _MED.jpg and...
  34. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    Hi all,

    me again. I don't like to flood the forum, but equally when I have an update I like to post it in case any of you are actively looking into potential problems.

    I am beginning to wonder...
  35. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    OK - slowly but surely I am getting there. I believe the answer is here somewhere but to get the hover image larger I had to change the settings

    In admin

    Configuartion -> Images

    Product...
  36. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    Just to give you some more info, the preview image admin/images/ih-test.png does exist so I do not fully understand why the 3 png files do not show in the IH Admin-> Preview Tab.

    I have done a...
  37. Replies
    7,098
    Views
    1,862,000

    v138a Re: Image Handler 2 Support

    Hi all,

    I have the same problem as Beer Bender. Image Handler does not seem to be resizing my images. Interestingly, on the Image Handler preview page, the PNG file is not being displayed ata ll...
  38. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    In the attribute controller (where you create the attributes) you can give each attribute a sort order (a numerical value). Lower values are listed first. e.g.

    10 => small
    20 => large
    30 =>...
  39. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Nice one - if you have any problems post here!
  40. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi,

    look at my post dated 8th Feb 09 on page 57 and Kellan's (kellan4459) dated 7th Feb 09.

    Your answer is there!

    Kev
  41. Replies
    2
    Views
    661

    Re: Preview E-mails

    I see a new new mod coming on this weekend :D

    Kev
  42. Replies
    2
    Views
    661

    Preview E-mails

    Hi all,

    is it possible to have the admin area send fake e-mails to the web master, to act as a preview of the e-mails that will be sent to customers. In other words, without having to register a...
  43. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi,

    I will gladly help you - for free!!! I can either do it for you or talk you through it on MSN or similar if we are online at the same time.

    I have sent you an e-mail through your web site...
  44. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi,

    you need to ownload and install the Stock with Attributes mod.

    There are 2 versions, am not sure on the idfferences - some else may be able to comment on that but I use the MULTIADD version...
  45. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi,

    yes I have this on a live site with no side effects that I have noticed. I don't do transactions though so probably not the best test bed.

    Kev
  46. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    I have uploaded this as a contribution with the name "Easy Populate with Stock With Attributes". Subject to a successful review by the Zen Cart team you will have this soon.

    Kev
  47. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi Ryk,

    I don't think I was very clear. I have no intention of releasing this commercially. I am aware that Easy populate Advanced is commercially available, and that it **may** offer similar...
  48. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi all,

    I have just tweaked EasyPopulate to import/export Products With Attributes Stock data. It is very simple and works for me. How do I publish this to others as it is a cross/hybrid mod of...
  49. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Hi Kellan,

    I did something very similar but didn't check for null/0 so didn't have to make your second change above.

    select pov.products_options_values_id,
    ...
  50. Replies
    1,124
    Views
    236,923

    Re: Stocks by attributes

    Crin,

    it sounds likike you are having a file permissions problem. Did you correctly set all the folder permissions as specified by the original Zen Cart installation instructions?

    Kevin
Results 1 to 50 of 59
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR