Search:

Type: Posts; User: stevenlee

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1,667
    Views
    289,120

    Re: Dynamic Price Updater

    Is there a way to make the prices adjust and calculate how much more or less a different option would be?

    example:
    Option A which costs $10 (shows -$10)
    Option B is Selected which costs $20...
  2. Re: How do I hide pricing for just one product type and/or category

    thanks very much for your reply, it is nice to get some feedback

    does anyone know what file calls for the prices when the items are listed in the category?

    thank you,
    Steve
  3. Re: How do I hide pricing for just one product type and/or category

    I can't figure this out, has anyone done this before, or know where I should start or look?

    thank you for your help,
    Steve
  4. Replies
    2
    Views
    1,942

    Re: Easy Populate - Custom Product Type

    Hello,

    You need to modify easy populate to add the product type as it will only put it under the first product type

    there is a post about adding fields to ep
    ...
  5. How do I hide pricing for just one product type and/or category

    Hello,

    I would like to turn of the prices for one product type and/or turn off the prices for some categories on the category index page (index.php?main_page=index&cPath=) where it shows the...
  6. Replies
    4
    Views
    5,026

    Re: Error on Page: "Yahoo is undefined"?

    solved the issue, it was some javascript that was acting up, edited it and all is well, however now I'm working on another error,

    access denied to:
    site.com/includes/csshover.htc

    here goes,...
  7. Replies
    4
    Views
    5,026

    Re: Error on Page: "Yahoo is undefined"?

    the site is in development on a local machine, this issue just won't go away, arggh!

    thanks,
    Steve
  8. Re: How Do I Make Model # a link on the Invoice so it searches the site

    Hello Linda, thanks for the response.

    #2 trying to get from the product listed on the invoice.php to the actual product in the Categories/Products

    thank you,
    Steve
  9. Re: How Do I Make Model # a link on the Invoice so it searches the site

    Does anyone know how I code edit or add to the file so that I can have the model number use the advanced search on the site as I posted? I'm sure someone has done this before

    thank you,
    Steve
  10. Re: what file are the images called from for center

    I'm looking for the file that displays the item descriptions and pictures when you are looking at category

    thank you,
    Steve
  11. How Do I Make Model # a link on the Invoice so it searches the site

    I need to make the model number into a link that will search the site
    example:


    site.com/index.php?main_page=advanced_search_result&search_in_description=1&keyword=(Model Goes Here)


    I see...
  12. Replies
    4
    Views
    5,026

    Re: Error on Page: "Yahoo is undefined"?

    anybody have any idea what I can do to find out what is causing the problem or how to fix it?

    thank you,
    Steve
  13. Replies
    4
    Views
    5,026

    Error on Page: "Yahoo is undefined"?

    When visiting the site in Internet Explorer is says erros on page and when you click on the details it says

    Line: 8
    Char: 13
    Error: 'YAHOO' is undefined
    Code: 0

    I looked in the source code...
  14. Re: Warning: Variable passed to each() is not an array or object (HELP!!)

    Hello,

    I found out that the problem was using different product types for linked products. The reason I was using different product types was because they were from different suppliers and the...
  15. Re: Products not displaying in the back end.

    nothing yet huh:cry:

    did you ever solve this?

    thanks,
    Steve
  16. Re: Warning: Variable passed to each() is not an array or object (HELP!!)

    nothing chaps my hide more than people that solve the problem, take the time to post that they have solved it, but never post a solution, that is what the forum is about, sharing

    I put these...
  17. Re: Products not displaying in the back end.

    I'm looking for an answer on this too

    I duplicated products into another category and then this happened:cry:
  18. Re: Undefined comes up when inputting quantity

    well I disabled javascript and it acted normally, now to find out what script is messing it up

    wish I would have thought of that hours ago, but oh well, I'm glad to be on the right track
    ...
  19. Re: Undefined comes up when inputting quantity

    thanks for your reply

    the currency symbol is set in the admin, but curiously it dis-appears after you change the quantity

    example:
    normal is
    $63.00

    after the quantity is changed it goes...
  20. Undefined comes up when inputting quantity

    Hello,

    When entering a quantity in the add to cart box, I'm getting an undefined message right after the price, example

    Your price: 40.00undefined (2)

    can someone please help me with this?...
  21. Replies
    142
    Views
    37,708

    Re: Category Drop Down SELECT Menu Sidebox Mod.

    just figured it out, lol
  22. Replies
    142
    Views
    37,708

    Re: Category Drop Down SELECT Menu Sidebox Mod.

    Looks great in Firefox, but in Internet Explorer it scrolls with the screen, I guess it has something to do with the css positioning

    did I miss something in the install? the site is ozmparts.com
    ...
  23. what file are the images called from for center

    Hello,

    I'm trying to find the files that call the product pictures to display in the center, for the new products, featured products and the product listings when you click on a category

    (I'm...
  24. Replies
    2
    Views
    638

    Re: Off Site Images

    External or off site images is possible

    check out this post

    http://www.zen-cart.com/forum/showthread.php?t=122698

    let me know if you have questions.

    Good Luck,
    Steve
  25. Re: How do I auto-open items details after product search?

    This is done, yellow1912 was a great help, I would recommend Raine for your specific needs.

    thank you,
    Steve
  26. How do I auto-open items details after product search?

    I would like to have the item that is searched for open up automatically after a search is done (instead of showing just the short description the picture & the add to cart quantity box)

    I want to...
  27. How to Link to External Images for Products - Solved

    Hello There,

    I had a post a while ago that I was trying to display images hosted on another server and I figured out how, but it was after 5am and need to get some sleep, but I'm back to explain....
  28. Getting Notice error without error reporting on

    I'm getting this error at the bottom of the cart

    Notice: Object of class queryFactoryResult could not be converted to int in site.com/includes/application_bottom.php on line 16

    (I don't have...
  29. Re: Use products_model instead of products_id for url

    I'm not sure how to do what either of you are saying:blush:
    I tried to wrap my head around it, but just can't seem to, maybe it is the lack of sleep or working 70 hours a week that is getting to me....
  30. Use products_model instead of products_id for url

    I would like to be able to access products via their model number in the url rather than the product id

    example:

    instead of
    site.com/index.php?main_page=product_info&products_id=7919

    like...
  31. Specify product_id or pull up products by model instead?

    Hello There,

    I'm trying to figure out how I can specify the product id of an item, preferably with easy populate, resetting them to 1 won't help as I need them to be the same as my data providers...
  32. Replies
    826
    Views
    198,574

    Re: usps.com Click-n-ship AutoFill Button Contrib

    Thank you very much for the great mod, it is a lifesaver

    I read how you set the zip code to other and then delete the other zip code entry so that it is blank, has anyone found a way to make it go...
  33. Replies
    0
    Views
    812

    XML integration

    Hello,

    I'm trying to integrate and xml feed into zencart and don't really know where to start, I found http://www.zen-cart.com/wiki/index.php/Developers_-_XML but I don't know if this is an...
  34. Re: ICECAT catalogue integration - working but need help with resizing iframes

    Hi pcspot,

    I'm curious as to how you matched up the product description from the list that icecat gives you

    I don't know much about matching the products in excel and wish I knew how it was...
  35. Replies
    0
    Views
    575

    Anyone have an extra live feed account?

    Well microsoft has reached their capacity for live feed upload search and they aren't allowing any new signups.

    Does anyone have an extra account they aren't using?

    On a side note, is live...
  36. Replies
    648
    Views
    98,653

    Re: Return Authorization Module (RMA)

    Hello Clyde,

    I'm sorry I should have been more specific, I wanted to know if there is a way to have it sent to a different email address so it can be sent directly to the rma guy's email

    thank...
  37. Replies
    648
    Views
    98,653

    Re: Return Authorization Module (RMA)

    First off, thank you very much for the great mod Clyde
    It works great

    One thing I have been looking to do is change the email address where the emails go to, is there any way to do that?
  38. How do I use the Sort by instead of Filter Results by?

    Hello Zenners,

    I have been looking for a while for instructions on how to get the Sort by options (like the one that appears when you click on all products where you can search by model and...
  39. Re: how to unhide categories on product page

    YES!!! that's it, you are so smart haredo, I was in the wrong place completely

    thank you thank you,
    Steve

    ps I'm going to install your mod for the text popup, but I have been swamped, I will...
  40. Are differant accounts needed for different sites

    Hello Zenners,

    I'm setting up multiple shops for the same business and was wondering if we need to setup different paypal accounts for each one as the instant payment notification requires the...
  41. Re: how to unhide categories on product page

    let me elaborate

    when I click on a product the categories listed on the left side go away, how do I make it so when I click on a product, the categories stay on the left side

    thank you,
    Steve
  42. how to unhide categories on product page?

    I customized a site that takes the categories off of the product page and I can't for the life of me remember how to change it back

    please help

    thank you,
    Steve
  43. Re: Fedex Shipping Label Mod gives errorwhen trying to print

    it works great, I just needed to actually follow the directions carefully
  44. Fedex Shipping Label Mod gives errorwhen trying to print

    hello all,

    I get this error when I click on ship

    Fatal error: [] operator not supported for strings in /admin/ship_fedex.php on line 740

    (i removed the website address)

    I'm using the...
  45. Re: Popup Window Via Text Link (Instead Of Image Link)

    sure, that would help huh?

    therealocjohn######################

    thanks very much
    Steve
  46. Re: Popup Window Via Text Link (Instead Of Image Link)

    Hello Haredo

    This mod does something I have been trying to figure out for a while, can you please send it yo me when you can?

    thank you,
    Steve
  47. Replies
    4
    Views
    3,916

    Hide out of Stock Items

    Can someone please post how the settings need to be so that the cart will completely hide out of stock items (so that they don't show on the site at all if there is no stock)

    I have tried...
  48. Replies
    4
    Views
    1,678

    Re: Data Feeder Using XML Feed

    Hello,

    Please message me his info

    thank you
    Steve
  49. Re: Is it possible to use ZenCart to showcase products but *not* sell them?

    is there a way to not show pricing but enable them to checkout?

    the only things I have seen redirect you to the contact us page

    (we have the customer to configure their order with their desired...
  50. Replies
    4
    Views
    1,678

    Re: Data Feeder Using XML Feed

    me three, I would love some type of solution

    please contact me if you come up with anything

    I will post my findings here too :D

    thanks,
    Steve
Results 1 to 50 of 85
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR