Search:

Type: Posts; User: DiZZ

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Improved Attributes Controller

    Dave G --

    You're a lifesaver man - great call! For two months now I've asked my client to go back to using the original attributes controller as I could not identify what was causing the script to...
  2. Thread: critics wanted

    by DiZZ
    Replies
    6
    Views
    871

    Re: critics wanted

    JazzyJeff,

    IMHO - very nice design, and fitting for a furniture store. There are only two items that I thought could be improved:

    1. The rotating flash banner really detracts from the user...
  3. Re: Adding Options to the admin 'Add/Edit Product' Page

    Well I wasn't able to figure out how to add new product fields to the 'Add/Edit Product' pages, so I went ahead and created a custom admin page that contains the functionality I need. In case there...
  4. Replies
    4
    Views
    2,190

    Re: Adding Additional Fields To A Product

    Was this mod ever located and/or added to the downloads section?
  5. Adding Options to the admin 'Add/Edit Product' Page

    Hi All,

    Now I am trying to modify the 'Add/Edit Product' page in the admin area. I realize that the front-end <form> elements will need to be added in 'admin/product.php' but I'm not sure where to...
  6. Replies
    5
    Views
    1,582

    Re: Edit 'Add to Cart' Button HTML

    Also - I do realize this code can probably be optimized and/or implemented in a more seamless manner, so if any of the mods/developers have tips on how to improve this functionality please feel free...
  7. Replies
    5
    Views
    1,582

    Re: Edit 'Add to Cart' Button HTML

    In the words of Borat - SUCCESS!

    Here's the final code I added to 'includes\functions\html_output.php' to get the notice working for the products I want. I also modified the 'products' table to...
  8. Replies
    5
    Views
    1,582

    Re: Edit 'Add to Cart' Button HTML

    Sorry if this is getting annoying, but I figured I would update you all as I go (kind of thinking out loud via the forum) - I added the following code to target only the product info page around line...
  9. Replies
    5
    Views
    1,582

    Re: Edit 'Add to Cart' Button HTML

    OK - I may have found it:

    includes/functions/html_output.php

    Now I've just got to customize it so that the onSubmit action ONLY occurs on the product page...
  10. Replies
    5
    Views
    1,582

    Re: Edit 'Add to Cart' Button HTML

    Just to clarify the issue, what I REALLY would like to do is add a little PHP/JS to the <form> that handles adding a product to the cart. Something such as:



    print '<form ';
    $sql =...
  11. Replies
    5
    Views
    1,582

    Edit 'Add to Cart' Button HTML

    Hi All,

    I would like to add the following onClick event to the add to cart button:

    onclick="return confirm('Alert message goes here')"

    However I cannot seem to locate the file where the...
  12. Replies
    4
    Views
    1,605

    Completely Disable Starting At... Price

    Hi All,

    Is there any way that I can COMPLETELY remove the 'Starting At...' pricing message that appears on products with options? All I want is the normal 'Price' field to display the standard...
  13. Replies
    0
    Views
    605

    Add JS Alert When Adding Products To Cart

    Hi All,

    I'm setting up a store for a client who has certain products that are restricted to persons 18+. They would like the user to have to confirm that they are 18+ when adding a product to the...
  14. Replies
    2
    Views
    708

    Re: Always Expand ONE Sidebox Category

    Well this solution wasn't exactly perfect as it turns out - it only keeps the category expanded ON THE HOME PAGE.

    However, this is encouraging because if there is a setting that flags the...
  15. Replies
    2
    Views
    708

    Re: Always Expand ONE Sidebox Category

    Here I am searching for a mod, a hack, ANYTHING to accomplish this seemingly impossible task, and what do you know - it's native to ZC!!!!

    This workaround is great, and I found it in another post:...
  16. Replies
    2
    Views
    708

    Always Expand ONE Sidebox Category

    Hi All,

    I've tried a number of mods but have yet to find one that does what I need - I would like to expand ONE sidebox category so that the FIRST LEVEL of subcategories are always displayed.
    ...
  17. Replies
    5
    Views
    832

    Re: Hacking the Sidebox Categories Display

    Yeah I caught the 13/12 thing as well and make the appropriate change, but perhaps I did not clear my cache? In any event, a solution was found and I do appreciate your help!
  18. Replies
    5
    Views
    832

    Re: Hacking the Sidebox Categories Display

    glr - thanks for the help, but I've found a workaround that works beautifully:

    http://www.zen-cart.com/forum/showthread.php?p=555743#post555743

    Basically I just disabled the parent category,...
  19. Replies
    3
    Views
    990

    Re: Removing one category link

    Honestly, this should be a sticky - GREAT WORKAROUND!
  20. Replies
    5
    Views
    832

    Re: Hacking the Sidebox Categories Display

    Thanks for the reply gjh42, but nothing seems to have happened after I added the code! I adjusted the 'tpl_categories.php' file with the code you provided:



    if...
  21. Replies
    5
    Views
    832

    Hacking the Sidebox Categories Display

    Hi All,

    After much searching I have been unable to find a solution/mod that will allow me to 'hide' a product category from the categories sidebox. As I am experienced with PHP, I would like to...
  22. Replies
    3
    Views
    1,015

    Re: Improved Attributes Controller - No Options!

    Good call DrByte - I sent a PM to BunyIP, but I guess sending to Josh would make more sense... :smile:
  23. Replies
    3
    Views
    1,015

    Re: Improved Attributes Controller - No Options!

    As a follow-up to this, I installed a fresh ZC 1.3.8 and tried applying the Improved Attributes Controller before adding any other mods and the same issue occured - no option names/values are...
  24. Replies
    0
    Views
    609

    Incorrect Display Price (by attributes)

    Hi All,

    The problem I am having is that they display price for products with two groups of options is much higher than it should be. For example, take a look at
    ...
  25. Replies
    3
    Views
    1,015

    Improved Attributes Controller - No Options!

    Hi All,

    Since upgrading to v1.3.8 I no longer have any Option Names/Option Values appearing in the Improved Attribute Controller. I downloaded/installed the latest version of the Improved...
  26. Re: Meta Tags Being overruled by Includes Modules File

    OK, I found a solution on another thread - just add the following lines to your includes/languages/english/YOUR_TEMPLATE/meta_tags.php:



    // Home Page
    define('HOME_PAGE_TITLE', 'New Title...
  27. Re: Meta Tags Being overruled by Includes Modules File

    I just upgraded to 1.3.8 and am having the same issue! The titles are defined in my 'meta_tags.php' file, yet the site title is showing as HOME_PAGE_TITLE
  28. Re: Improved Attributes Controller

    I am also having an issue with the attributes controller - it had worked for many months, but now it seems that it is not displaying any of the Option Name/Values in the controller and I have no...
  29. Replies
    0
    Views
    653

    Attribute Pricing Error - !?!

    Hi All,

    I've encountered a strange pricing error that I am hoping you can help me track down. Take a look at this product:
    ...
  30. Replies
    1
    Views
    908

    Disable 'Starting At...'

    Hi All,

    I noticed that products with priced attribute options now have a 'Starting At...' message appear below the product title. Is there a way to disable this via the admin? Or will I need to...
  31. Replies
    5
    Views
    1,064

    Re: Full Price Attributes

    Perfect solution - thank you kind sir!
  32. Replies
    5
    Views
    1,064

    Re: Full Price Attributes

    Ah dont worry about that schoolboy, I see what you mean about removing the + sign from attributes controller - thanks!
  33. Replies
    5
    Views
    1,064

    Re: Full Price Attributes

    Thanks for the response schoolboy, but here is the only part I don't understand:

    " Then, create edit your higher value options ($60 and $70) by taking out the " + " sign."

    What do you mean by...
  34. Replies
    5
    Views
    1,064

    Full Price Attributes

    Hi All,

    I've tried to be a dilligent Zenner by searching the forums first, but I can't seem to find a straight answer to my question, so here it is:

    Is it possible to set product options so...
  35. Replies
    7,098
    Views
    1,855,938

    v138a Re: Image Handler 2 Support

    Testuser,

    Thanks very much for the reply! Unfortunately after uninstalling/reinstalling the Image Handler none of the problems were corrected...

    But let me ask you this - could product linking...
  36. Replies
    7,098
    Views
    1,855,938

    v138a Re: Image Handler 2 Support

    Hi All,

    Great thread for a great add-on!

    Unfortunately though after 3 months of use, the Image Handler seems to have 'broken' (though I suspect my client is somehow responsible for this)....
  37. Replies
    3
    Views
    994

    Re: Product Options in Table Layout

    Here is a link to a sample product:

    http://coastlinesales.com/coastline/index.php?main_page=product_info&products_id=1797

    As you can see the client has added pricing to the product options...
  38. Replies
    3
    Views
    994

    Product Options in Table Layout

    Hi All,

    Is it possible to configure the product options so that they will display in a table format? For example:

    | Option | Description | Price |
    -----------------------------------
    | 1LKGS...
  39. Replies
    12
    Views
    1,424

    Re: Loosen Search Query

    Ah thanks anyway Paul - I guess the '%' in '%$keyword%' only accounts for actual characters, not spaces?

    Honestly I think this is really minor, but my client is stuck on the idea that all users...
  40. Replies
    2
    Views
    639

    Re: attributes controller problem?

    Thank you DrByte - that makes a lot of sense! There didn't seem to be any rhyme or reason, it would just randomly happen, so this seems to be reasonable...
  41. Replies
    12
    Views
    1,424

    Re: Loosen Search Query

    Do you know which file contains the search query?
  42. Replies
    12
    Views
    1,424

    Loosen Search Query

    Hi All,

    I thought I had already posted this issue, but cannot seem to find the thread so my apologies if this is a duplicate...

    My client would like to 'loosen' the search terms so that when a...
  43. Replies
    2
    Views
    639

    attributes controller problem?

    Hi All,

    Has anyone else encountered a situation where when copying attributes via the attribute controller, you are prompted to save the 'attributes_controller.php' file as if you were trying to...
  44. Replies
    4
    Views
    1,107

    Re: Problem with reordering attributes

    Many thanks on this post - would have pulled my hair out looking for this one!
  45. Replies
    6
    Views
    1,724

    Re: Cybersource Authorize Question - debeaujeau?

    Just a follow-up, this is actually a setting in the Business Center and not in any of the CyberSource module code. Under the 'Virtual Terminal' -> 'Settings' there is an option to set the transaction...
  46. Replies
    6
    Views
    1,724

    Cybersource Authorize Question - debeaujeau?

    Hi All,

    I've successfully installed the CyberSource payment module (thanks to debeaujeau's great tutorial) but my client has come back with the following issue:

    "we processed an order but it...
  47. Understanding Attributes Controller 'Copy To'

    Hi all,

    I am just looking for some clarification on how the attributes 'Copy To Category' works. Currently I have 450 products with options set as:

    1. Dropdown
    2. Dropdown

    But would like to...
  48. Replies
    2
    Views
    1,175

    Re: Input Field Product Option

    Thanks Kim - I feel really dumb that I overlooked this. Much easier than I thought!
  49. Replies
    2
    Views
    1,175

    Input Field Product Option

    Hi All,

    I'm trying to figure out how to implement an <input type="text"> field as a product option so that users can specify their auto model when purchasing a product.

    The store sells auto...
  50. Replies
    3
    Views
    841

    Re: Add Product Options/Values to ALL products

    Many thanks Linda - I hadn't yet added any attributes to a product yet so I wasn't seeing that option at the top. Works great!
Results 1 to 50 of 170
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR