Search:

Type: Posts; User: WebMC

Search: Search took 0.01 seconds.

  1. Replies
    7,098
    Views
    1,857,277

    v138a Re: Image Handler 2 Support

    actually in this version

    ===== Image Handler 2.0 for Zen-Cart v1.2.x =====
    **by Tim Kroeger ([email protected])**

    it isnt.
  2. Replies
    7,098
    Views
    1,857,277

    v138a Re: Image Handler 2 Support

    just thought i would post the solution to my problem found at
    http://www.zen-cart.com/forum/showthread.php?t=111310

    All small image sizes must be the same....
  3. Replies
    7,098
    Views
    1,857,277

    v138a Re: Image Handler 2 Support

    I have installed image handler on www.cranbrookcycles.co.uk
    everything works fine except for image hover over best sellers which is the best sellers reloaded mod. I dont know why can anyone give me...
  4. Replies
    35
    Views
    10,343

    Re: Best Sellers Reloaded...

    Best sellers image handling not working.

    I am using 1.3.7g - It displays on the front page but image handler doesnt seem to be working its magic on it. I get neither a smaller image or popup....
  5. Replies
    104
    Views
    22,673

    Re: Easy Populate v 1-2-5-7

    easypopulate.php in the admin folder - just after php tags - my version works fine 14000 rows. Yours is a large file so you might need to increase it more

    - you may also have a 8meg upload limit...
  6. Replies
    26
    Views
    7,967

    Re: Hiding Categories

    <?PHP

    require('includes/application_top.php');
    global $db;
    ini_set ("display_errors", "1");
    error_reporting(E_ALL);
    ini_set("memory_limit","80M");


    $result = mysql_query( 'SELECT...
  7. Replies
    26
    Views
    7,967

    Re: Hiding Categories

    Hi the code works (nothing to do with post 20) - I just created a new php file in the admin for this and usually run it after easy populate. Just included the globals at top of php file (application...
  8. Re: Blank Product Name in ADMIN after creating products

    ENT_COMPAT, CHARSET, TRUE

    changed to ENT_COMPAT

    on those lines fixed the problem
  9. Blank Product Name in ADMIN after creating products

    Hi There I cant see any other thread with this problem.

    I have a serious problem. When I create a new product in the admin and save it the products name and products model doesn't save. So when I...
  10. Blank Product Name ADMIN after creating products

    Hi There I cant see any other thread with this problem.

    I have a serious problem. When I create a new product in the admin and save it the products name and products model doesn't save. So when I...
  11. Replies
    19
    Views
    12,509

    Re: Showing price with and without tax

    This seems like a primitive method of doing this, especially as vat has now gone up to 20%!:no: you should maybe try to use variables instead of hardcoding the current tax rate of one country. You...
  12. Replies
    729
    Views
    198,566

    Re: WorldPay Module version 2.0 - Support thread

    Do we need ssl for this mod to work then?

    I am getting a password failure from my server in debug emails even thought they are the same both ends.
  13. Replies
    104
    Views
    22,673

    Re: Easy Populate v 1-2-5-7

    ini_set("memory_limit","80M");
    ini_set('upload_max_filesize','75M');
    ini_set('file_uploads','75M');
    set_time_limit(6000);

    putting this at the top soldved my problems
  14. Replies
    729
    Views
    198,566

    Re: WorldPay Module version 2.0 - Support thread

    I am trying to work out if this mod actually works or not?
    . I get the 302 callback alert (callback not working rendering mod useless). I have followed instuctions - i am not using ssl I have the...
  15. Replies
    104
    Views
    22,673

    Re: Easy Populate v 1-2-5-7

    Which of these plethora use csv and not tab deliminated?
  16. Replies
    3
    Views
    1,981

    Re: HTML Editors Not Working

    My editors arent working - They work in admin but when a file is saved it just shows as html on the front end?

    I am using xampp but it does it on live sites also.. Anyone know why this is?
  17. Replies
    26
    Views
    7,967

    Re: Hiding Categories

    Ditched the above this code does it


    $result = mysql_query( 'SELECT categories_id FROM products_to_categories
    WHERE products_id IN (SELECT products_id FROM products WHERE products_status = 1)...
  18. Replies
    26
    Views
    7,967

    Re: Hiding Categories

    I was thinking more like


    return $products_count;
    if ($products_count <=0){$query="update " . TABLE_CATEGORIES . " set categories_status =0 where categories_id =...
  19. Replies
    26
    Views
    7,967

    Re: Hiding Categories

    Thanks I will take a closer look at that
  20. Replies
    26
    Views
    7,967

    Re: Hiding Categories

    Basicallly I ran an sql code to disable any products which didnt have images and I am now finding empty categories on the menu. So it is pointless them being there. I dont want to do it manually as I...
  21. Replies
    26
    Views
    7,967

    Re: Hiding Categories

    I wasn't looking for philosophy, i will take that as you dont know...
  22. Replies
    26
    Views
    7,967

    Re: Hiding Categories

    Has any one got the code for this? I really cant be bothered to work it out - It should be an option in zen cart anyway....
  23. Re: Automatically populate category images from their product images

    I would have thought it would display the pixel_trans.gif if there was no image which should be an invisble gif..
  24. Re: Automatically populate category images from their product images

    I personally like sites without category images to lead straight to the products from the menu.....save people wading through categories anyway :)
  25. Re: Automatically populate category images from their product images

    Atleast I think thats the case - I gave up testing a while ago (and was only looking at subcategories one level deep) as I dont need this code but there is probably a way round it if someone wanted...
  26. Re: Automatically populate category images from their product images

    That's weird - that usually happens when you have a really thin picture, I think thats going to happen even if you added it manually - you just need to edit the image and make sure it is taller -...
  27. Re: Automatically populate category images from their product images

    I should of pointed out this code this code wont work for categories which contain subcategories as obviously in zen cart you cant have both products and categories on the same level, and therefore...
  28. Replies
    17
    Views
    3,061

    Re: easy populate 1.2.5.7.csv: Errors i am getting

    Its really Wierd - I have tested easypopulate version 1.2.5.4 it allows me to download but not upload large files - but only to the tempEP folder.

    This Version allows me to Upload but not download...
  29. Replies
    17
    Views
    3,061

    Re: easy populate 1.2.5.7.csv: Errors i am getting

    Ive just noticed I can't download a Complete.csv - I just get blank page...:no:
  30. Replies
    18
    Views
    10,394

    Re: display out of stock items

    like wise for some reason my products were showing up on 0 when i didnt want them to - (I think you said you had to manually switch them off?)

    Products status in Catalog when out of stock should...
  31. Replies
    297
    Views
    73,216

    Re: Currency Update (Automatic)

    This is what I have been doing and have noticed that - only Euro is being changed. I have INR (indian Rupee) and USD which stay the same - These are not being updated - I havent changed the default...
  32. Replies
    361
    Views
    103,682

    Re: VAT-mod for European companies

    It is there actually - just under edit address - not where I was expecting.

    "So, the file catalog/includes/functions/functions_taxes.php is not updated. Please, use the geniune file from 1.3.9f...
  33. Replies
    361
    Views
    103,682

    Re: VAT-mod for European companies

    When a user clicks on my account link there is no option to add the vat number or change company name if they did not enter it upon registration......This would be helpful
  34. Re: Automatically populate category images from their product images

    good stuff good luck with the store - nice website name btw!
  35. Re: Automatically populate category images from their product images

    This is my Category row.php - works for me although i am not using category images on home page or seo urls.

    Infact i am using the css categories menu so dont even need this anymore.....

    <?php...
  36. Replies
    111
    Views
    72,278

    Re: Online Buttons Generator

    Sounds like incorrect time zones in php.ini or something...
    has anyone PM'd the guy? I like this tool - If I knew it was going to break I may have downloaded all the combonations!
  37. Re: Automatic Manufacturers Image SQL Statement

    If like my you were lucky enough to be planning ahead and have all your content ready and all the manufacturers images are convieniently already called the same as their category name and are jpgs,...
  38. Re: Automatically populate category images from their product images

    $sql = "select products_image from " . TABLE_PRODUCTS . " where master_categories_id = " . $categories->fields['categories_id'] . " AND products_image IS NOT NULL AND products_image != '.jpg' AND...
  39. Re: Automatically populate category images from their product images

    The following code will display a random category image based on on products from that category - I am aware the if statement could be condensed

    global $db;
    $sql = "select products_image from...
  40. Re: Automatically populate category images from their product images

    instead of /path/to

    $filename = DIR_WS_IMAGES . $cat_image;

    more of a zen cart way..... no changes needed then

    not a fully grown solution to the problem but might be a quicker way to bulk...
  41. Replies
    14
    Views
    2,258

    Re: upload category images via sql??

    You may want to have a look at this

    http://www.zen-cart.com/forum/showthread.php?p=924831#post924831
  42. Re: Automatically populate category images from their product images

    while (!$categories->EOF) {

    $cat_image = $categories->fields['categories_name'] . ".jpg";
    $filename = '/path/to/' . $cat_image;


    if (file_exists($filename)) {
    $cat_image =...
  43. Re: Automatically populate category images from their product images

    I would like this function also - I have just uploaded 13000 products which lie in 300 categories, each of which require an image. I will have to look into it.....
  44. Replies
    17
    Views
    3,061

    Re: easy populate 1.2.5.7.csv: Errors i am getting

    You are amazing. Big Kiss:jawdrop::thumbsup::bigups::happybday:smile:

    magic

    (Custom fields is what makes this version the best easy populate)
  45. Replies
    104
    Views
    22,673

    Re: Easy Populate v 1-2-5-7

    Has anyone got the custom fields to import on version 1.3.9a of later?
  46. Replies
    313
    Views
    72,127

    Re: 138 mods tested on 139

    I have been using this version because you are able to add custom fields dynamically which is awesome (as far as I know other versions havent encorpated this feature)

    I have tried to installed it...
  47. Replies
    3,832
    Views
    1,220,919

    Re: Easy Populate support for Version 1.2.5.4

    I would advice novices to use dream weaver to do file edits, they might just learn something.... we can't all remain school boys forever
  48. Replies
    186
    Views
    52,916

    Re: FCKeditor Plugin 2.5

    I agree this is essential. You can enable it ckeditor

    In /ckeditor/plugins/image/dialogs/image.js find this "id:'Upload',hidden:true"

    change it to "id:'Upload',hidden:false"

    the upload...
  49. Replies
    7
    Views
    1,673

    Re: Moved site, MOST things are working!

    # but now allow just *certain* necessary files:
    <FilesMatch ".*\.(js|css|jpg|gif|png|xml|html|htm)$">
    Order Allow,Deny
    Allow from all
    </FilesMatch>

    the htaccess file needs to be modified to...
  50. Replies
    18
    Views
    9,485

    Re: How to move navigation bar in header?

    Is there anyway just to turn the header navigation bar off in the admin? You can do this for Categories etc - Does it pose a problem as a default setup as this is where the login menu is and therfore...
Results 1 to 50 of 50
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR