Search:

Type: Posts; User: jjj0923

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    582

    v139h Gift Certificate/Coupons Not Installed

    I've been running 1.39h for about 16 months now and my client wants to add a discount coupon at checkout.

    However the menu item for Gigt Certificate/Coupons says not installed when I click on it....
  2. Thread: New Products

    by jjj0923
    Replies
    1
    Views
    324

    v139h New Products

    I have featured products displayed on my store.

    I think there's also a New Products option to isn;t there? and where do I turn it on?

    thanks
  3. Replies
    1,487
    Views
    325,083

    Re: DUAL Pricing v2

    what version of zencart are you using?
  4. Replies
    1,487
    Views
    325,083

    Re: DUAL Pricing Special Problem

    I figured it out and fixed it in 1.39h
  5. Replies
    1,487
    Views
    325,083

    Re: DUAL Pricing v2

    since there should not be any tax to wholesale why not just set it to zero
    and
    I guess it begs the question - was there a sales tax error calculation problem before you modified any of the code....
  6. Replies
    1,487
    Views
    325,083

    Re: DUAL Pricing v2

    by the way - just for the heck of it - I looked at the 1.5 code and the loop code you'd put the if statement around is this in that 1.5 module. the module has changed somewhat from 1.39h


    ...
  7. Replies
    1,487
    Views
    325,083

    Re: DUAL Pricing v2

    ok - well I just wrote the code and tested it.

    not too difficult

    one module needs to be modified:

    /includes/classes/order.php

    I made three changes to this module. I have not looked at 1.5...
  8. Replies
    1,487
    Views
    325,083

    Re: DUAL Pricing v2

    I have one question for you...do you apply tax to all order or just tax to people ordering in certain states?

    the reason I ask is because I have this add-on installed also and I charge tax in only...
  9. Replies
    2
    Views
    622

    v139h Re: Automatic Resize of Uploaded Images

    this code will do the trick to handle gifs and pngs


    $theimage = $this->destination . $this->filename;
    if (stristr($theimage,'.jpg')) { $myimg = ImageCreateFromJpeg($theimage); }
    if...
  10. Replies
    2
    Views
    622

    v139h Re: Automatic Resize of Uploaded Images

    in case you're wondering that $thestring is for - I had some debugging code in there originally that would append information to a text file and I forgot to remove that line before posting the code....
  11. Replies
    2
    Views
    666

    v139h Re: categoryListBoxContents Image size

    oops - never mind
  12. Replies
    2
    Views
    622

    v139h Automatic Resize of Uploaded Images?

    Not sure why Zencart doesn't do this - perhaps I'm missing something really basic in the configuration of the product - I admit I'm a newbie...

    In any event once I turned my customer loose with...
  13. v139h Re: Admin Panel - where are images uploaded - programming question!

    no need to answer - found it.
  14. v139h Admin Panel - where are images uploaded - programming question!

    Would some please direct me to the exact spot in the admin code where the uploaded product image is saved to disk?

    I am going to add some of my own code that will test the dimensions of the...
  15. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    I'm not interested in where IH3 save the image I already know that.

    I'm interested in the exact place in the code where the standard version of Zencart 1.39 actually saves the uploaded image. I...
  16. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    I wonder is one of you folks much more knowledgable could point to the place in the admin code where images are actually uploaded and saved - mostly the part where products images are saved.
  17. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    thanks for the pointers - all much appreciated
  18. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    ok - well here some other news that's odd.

    one of the files that will not display is listed in pink (via putty)

    I'm not a linux guru but I wonder if this means the file is currently open?
  19. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    I only have one image uploaded per product with the exception of one of my products.
    I would have to say the largest photo is about 2,000 x 3,000 pixels most are 600 x 800

    there's one photo is...
  20. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    content removed
  21. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    for instance.

    I can refresh this screen over and over and sometimes all the images are there and sometimes they're not.

    strange: http://www.bravoshop.net/index.php?main_page=index&cPath=65
  22. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    Lighhtbox was installed first and to be very specific - I paid particular attention to this on the Misc tab.

    Zen Lightbox vs. Fual Slimbox with Image Handler3

    These contributions work very...
  23. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    cool beans - IH3 installed and working fairly well - some times images aren't appearing that should be but much better than before - no errors being thrown.
  24. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    nope ih2 is what downloaded for 1.39

    I just took a look - I see IH3 is listed below the 1.39 version I downloaded.

    hmmmm...

    perhaps I'll simply restore the site and the db and start over...
  25. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    I just clicked here and only two of the four images that should have displayed actually did display.

    http://www.bravoshop.net/index.php?main_page=index&cPath=66_83
  26. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    the store is behaving weird also.
    I have zen lightbox installed also

    here's a link : http://www.bravoshop.net/index.php?main_page=index&cPath=66_76

    sometime all the images appear, sometimes...
  27. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    this problem has been fixed but many images have simply stopped appearing altogether.

    do I have to go through each product and have their images redisplayed or something?

    it's very weird.

    I...
  28. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    did see this:

    [21-Feb-2012 18:29:48] PHP Warning: imagejpeg() [<a href='function.imagejpeg'>function.imagejpeg</a>]: Unable to open...
  29. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    ok - need some help before I make a mistake. I uploaded the code as per the instrcutions

    so - then I went to the tools and selected Image Handler2 from the menu and I clicked Install

    I then...
  30. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    thanks - I've already merged what needs to be merged.

    the code on the right that's not in the module supplied with this mod is:

    $products_image_base =...
  31. Replies
    1,095
    Views
    127,992

    v139h Re: Image Handler 3 Support Thread

    a couple of questions...

    1) will this mod allow me to watermark images that have already been uploaded?
    2) will this mod allow to to resize images that have already been uploaded?

    3) I always...
  32. Replies
    3,720
    Views
    819,284

    Re: Zen Lightbox...

    thanks - if there were no solutions I was just going to add some php code that called mogrify (i'm running on a linux box) and reduced the size of the uploaded images. I've done it before for...
  33. Replies
    3,720
    Views
    819,284

    Re: Zen Lightbox...

    I'm using this mod and it works great and I preloaded my customers images for him, now he's been at it updating products and is loading HUGE images that are sometimes 2000 x 3000 pixels and he's...
  34. Replies
    2
    Views
    370

    v139h Re: some reformatting help please?

    Thanks - i continued to poke around last night and found everything that needed to be changed!!!
  35. Replies
    2
    Views
    370

    v139h some reformatting help please?

    the columnar display of retrieved product is stripping the <BR>'s out of my description, not putting the product name at the top of the box and putting a blank line after the product title.

    I'd...
  36. v139h Re: how to turn off Sale graphic and % display on sale items

    thanks - found it and turned it off
  37. v139h Re: how to turn off Sale graphic and % display on sale items

    If not I know where to comment out the code in the price functions module but I'd rather not hack the code
  38. v139h how to turn off Sale graphic and % display on sale items?

    I already changed my style sheet to turn off strikethough and underline on pricing and wonder if there a configuration option to turn off the SALE graphic and % of discount display.

    thanks in...
  39. v139h Re: any trick to getting your favicon.ico file to display?

    I would but the site is not online yet to the public and the firewall is only opened to my ip.

    I'll keep checking - thanks
  40. v139h any trick to getting your favicon.ico file to display?

    I've uploaded a favicon.ico file to my website and I have vbulletin running on the site and if I go to vb the ico file appear but not in zencart.

    I've cleared cache, cookie, etc..

    thanks in...
  41. Replies
    6
    Views
    21,805

    Re: Extra Fields for Customer Sign Up

    there was a lot of hacking to do it and I'd prefer to leave it as is for right now until it's tested more.

    But I did take the embed_products_onto_3rd_party_site add-on and rewrote today so that it...
  42. Replies
    2,160
    Views
    398,159

    Re: Simple Google Analytics - Support

    one thing I have noticed -

    a lot of the older thred refer to this code in the bottom of the mail page:


    <?php
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE,...
  43. Replies
    2,160
    Views
    398,159

    Re: Simple Google Analytics - Support

    thanks I got that one figured out. what threw me off was google shows http and https as different choices - then I took at the code they generate and saw the bit about being able to support http and...
  44. Replies
    6
    Views
    21,805

    Re: Extra Fields for Customer Sign Up

    thanks much - I sat down and just wrote the code myself last night and it's working great - thanks
  45. Replies
    2
    Views
    556

    v139h Featured products in an Iframe Window?

    I'm running vbulletin on my site in addition to Zencart 1.39 and I'd like to be able to display a list of featured products in a Iframe window on my forum - has anyone done this?

    Does anyone know...
  46. Replies
    6
    Views
    21,805

    Re: Extra Fields for Customer Sign Up

    did you hack this into 1.3.9?

    I tried and it failed right off the bat.

    I went to a lot of trouble comparing every module using beyondcompare and got an error theat killed zancart when I started...
  47. Replies
    2,160
    Views
    398,159

    Re: Simple Google Analytics - Support

    I do apologize in advance if this question has been posted before in this thread, but I display 100 posts per page and this thread in 18 pages long so the thought of wading through 1,800 posts if not...
  48. Replies
    7
    Views
    1,215

    Re: Maximum weight for flat rate

    did you ever figure out how to do this?

    I am in the same situation. I want to charge certain rates for certain LB brackets of the total order.

    for instance 1 to 10 lbs - one flat rate
    11 to 30...
  49. How do I - Flat rate shipping up to a certain weight

    Most of the stuff we sell is relatively small and high profit and we'd like to charge a flat fee up to a certain order weight.

    For Items over a certain weight we'd like to charge a specific fee...
  50. Replies
    2
    Views
    506

    News Letter Subscribe?

    I know the standard method for subscribing to the newsletter is during the account creation screen, but has anyone tackled allowing someone to signup for the newsletter who has not created an account?
Results 1 to 50 of 59
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR