Search:

Type: Posts; User: byoriginaldesign

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Product Finder: multiple category drop-downs

    That would require custom coding. It is possible with zencart (almost anything is) but really what you want sounds more like writing a entire ajax form module.
  2. Replies
    165
    Views
    38,294

    Re: Eliminating wrap-arounds

    That looks like it's a fix in the CSS of images relocated with CSS, find and change the width of that div.
  3. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    Lack of sleep... I assumed the fix was in the file we were working on, but you're right, now that I actually read that code, that does not cause the sideboxes to work as intended. I'll find out how...
  4. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    I've been curious about the //, but I've been under the "if it aint broke, don't fix it" mindset. :blush:

    We got the sideboxes working on the appropriate pages with the following:


    <?php
    /**...
  5. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    I agree that the code you suggested looks as though it should work, so that's why I'm baffled as to why it's not. Is it at all possible that an add-on such as multisite module that reconfigures how...
  6. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    I confirmed it was on, and no I apparently selected admin in the search. The following is the info you originally requested:
    ...
  7. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    No I left everything as is. Just using it to develop an add-on, so there was no need to do anything. :-/

    I'll go double check I didn't post any portion of it in the wrong location, because...
  8. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    Error: No matching Configuration Keys were found ... $show_blank_sidebox

    I had added this sidebox from the blank sidebox addon at...
  9. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    Quick correction, I can get the side box to be on all pages or no pages by editing the true/false or even reversing them. I had a silly error when I copied back in your code suggestion I forgot to...
  10. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    You're accurate, that this should only display on those pages, the sidebox is a subcategory navigation dropbox system, so it does not need to be on the front page or pages such as add to cart,...
  11. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    Thanks for the quick reply, but I'm still not getting it, for my situation I'm editing includes/modules/sideboxes/MY TEMPLATE/blank_sidebox.php and now have the following code:


    <?php

    //...
  12. Replies
    188
    Views
    40,722

    Re: Show/Hide sideboxes based on page

    This is the closest answer I could get but I must be missing something. I created a new sidebox blank_sidebox, and would like it to show on category description pages, product list page, and the...
  13. Replies
    2,220
    Views
    484,720

    Re: MultiSite Module Support Thread

    I answered my own question, and figured I'd post the cause for others.
    I had installed category tab simple dropdown menu 1-02a and although I'm sure that could be modified to work with this add-on,...
  14. Replies
    1
    Views
    713

    Product List no longer appearing

    I've been trying to figure out why my product list is no longer displaying, and it's most likely something simple I'm missing., but I've spent a while trying to figure it out, so I figured asking for...
  15. Replies
    2,220
    Views
    484,720

    Re: MultiSite Module Support Thread

    I previously had this module working perfectly, though recently realized that all categories on all sites were being displayed, so in short, the hide category feature is no longer working for me.
    ...
  16. Replies
    3
    Views
    1,042

    Security question

    I'm having a developer work on a modification for me, and my concern is that there is no way for me to really know if they are adding or doing anything malicious to the site. For example, what if...
  17. Replies
    0
    Views
    618

    SSL Change caused firefox issue?

    I just changed the SSL certificate to a shared certificate because I'm not utilizing the site, though when I changed it to the host's shared certificate the page displays incorrectly in firefox (ie8...
  18. Re: Product Finder: multiple category drop-downs

    It is throwing a script error from the jscript, so that is most likely the issue, and yes it does work fine with a fresh install. I have a developer starting working on my needs on Thursday, so in a...
  19. Re: Product Finder: multiple category drop-downs

    torvista, thanks again for a great contribution. melirlbr, this can be added to just about anyplace you want, just add the modified line in the tpl_header.php, between <!--BOF Product Finder--> and...
  20. Re: Can I put a PHP Script in category description?

    I'm having issues getting it to work in the way I need and I think it is because I'm looking for it to utilize the current category location instead of defining the category #, but it's a step in the...
  21. Re: Can I put a PHP Script in category description?

    Thanks for the link, I'll take a look and see if it can work in the way I was intending. This week is booked, so it may be more than a few days until I can tinker, but I'll post feedback either way....
  22. Re: Can I put a PHP Script in category description?

    That worked great, Thanks again... :clap:

    I'm by no means a developer, but the logic is sound for this to have the end result people (including me) are looking for. I'm going to work on this and...
  23. Re: Can I put a PHP Script in category description?

    Thanks for the tip, I put it in both places to test it out.. The placement is better, but functionality does not work quite as needed. In that code you have to manually define the Category ID. Is...
  24. Re: Category Drop Down SELECT Menu Sidebox Mod.

    Many people are interested in a multi-dropdown option, so I'm attempting to figure out a workaround using this add-on, and could use help of people more talented.

    The thread that explains my...
  25. Replies
    4
    Views
    1,934

    Re: Multi drop down list

    http://www.zen-cart.com/forum/showthread.php?t=160761 is the thread I'm trying to get help through, so you can follow any progress.
  26. Re: Can I put a PHP Script in category description?

    Oh, and I had thought about adding it around the category, though the problem is that it would need to change depending on which category it was currently in.

    The site I'm tinkering with is...
  27. Re: Can I put a PHP Script in category description?

    The referenced code was from Category Select (dropdown) Sidebox v1.4 and was suggested to add to tpl_header.php. The reason I wanted to add it to the category description was to have a clean way to...
  28. Can I put a PHP Script in category description?

    I'm sure the answer is yes, but I'm not sure how to go abut this. I'm trying to use an add-on for an application it was not intended, but I figure the best way to get it to where I want it is to...
  29. Replies
    4
    Views
    1,934

    Re: Multi drop down list

    I've been searching for this answer for a while, and it is possible, but with custom programming. I am currently trying to figure it out using code from a current mod, but so far have not gotten...
  30. Replies
    2,220
    Views
    484,720

    Re: MultiSite Module Support Thread

    I sure did...:D
    Sometimes you forget the common sense stuff after looking at code... If anyone else has this issue, check you selected template in admin -> Tools -> Templates
  31. Replies
    2,220
    Views
    484,720

    Re: MultiSite Module Support Thread

    Hello. I have a nice clean install of Zen to play around with, so I installed this great mod. (Thanks, by the way.) I have it working right for the most part, but could use a hand on a portion...
  32. Replies
    1,667
    Views
    287,581

    Re: Dynamic Price Updater

    I may as well add, I'm not a developer by any means, so if someone else might be more experienced and can integrate the shipping portion faster then me, by all means, take the lead. :blush:
  33. Replies
    1,667
    Views
    287,581

    Re: Dynamic Price Updater

    Hey Dan ~ I haven't had a chance to check back until now, and the update worked perfectly, so thanks for the quick reply.

    I had asked months back about the weight portion being added, and I'm...
  34. Replies
    1,667
    Views
    287,581

    Re: Dynamic Price Updater

    Hey Chrome ~

    I ran in to a problem on a product, and figured you might have seen this before.
    If you go to:
    ...
  35. Re: Product description over attributes on only some items?

    It was actually a simple fix when I finally figured it out... I had copied and pasted the product description directly in to the WSYIWYG area when adding the products, but I did not realize that an...
  36. Re: Product description over attributes on only some items?

    Yes I do have a mod that dynamically updates the pricing, but that does not effect layout. It was bothering me that it was specific to the products of a category, and the only thing I have installed...
  37. Re: Product description over attributes on only some items?

    I don't have anything installed along those lines. The only thing installed similar was mentioned, but again something like that should effect all products, not a single category's products.
  38. Product description over attributes on only some items?

    I recently went to add some new products to the site and for some reason all of the new products that were added under a specific category are not displaying the same as other products, and the...
  39. Replies
    165
    Views
    38,294

    Re: Eliminating wrap-arounds

    I had been using the CSS mod without an issue until recently. Long story short, I'm adding a new line (print your own design) to the site since I have not had time to build on my template base.

    On...
  40. Re: Top align left column? or change top header to center only.

    Thank you both, that's the exactly what I needed... :cool:
  41. Re: Top align left column? or change top header to center only.

    That did work :clap:, but it adds a question I'm sure I'll run in to in a few days. When I add more top categories they will not wrap based on this change, so the categories will end up being behind...
  42. Re: Top align left column? or change top header to center only.

    I gave that a shot but nothing changed. I think if I could figure out how to put the top categories centered above the breadcrumbs on the center column, then just turn off the header categories,...
  43. Top align left column? or change top header to center only.

    Hello,

    I thought this would be a simple layout change, but apparently not... There is a gap between the header and left column that makes the site look less appealing, and I assume it is do to the...
  44. Replies
    2,906
    Views
    401,531

    Re: Ceon URI Mapping (SEO)

    You have to go in and edit each category. You can either name the directory or allow it to name it for you, then just save. The app does not rename them automatically from install, but new stop from...
  45. Replies
    165
    Views
    38,294

    Re: Eliminating wrap-arounds

    Umm... well, i didn't change anything in the CSS or anything, but it seems to be working fine now... At least I got the screenshot in there to prove to myself I'm not going looney. :wacko:
  46. Replies
    165
    Views
    38,294

    Re: Eliminating wrap-arounds

    Thanks for getting back to me... Well, I'm not sure what the reason is, but this screenshot is an example of how I am seeing it on ie8... http://www.wholesale4realtors.com/images/screenshot2.jpg
    ...
  47. Replies
    0
    Views
    873

    Modify Table on Category Page?

    The table on the category page doesn't really work out well as is for my design, so I wanted to modify what is in the table. By default, the headings of the table are:

    Model - Manufacturer -...
  48. Replies
    165
    Views
    38,294

    Re: Eliminating wrap-arounds

    Hello,

    I had this working fine for a while, and it still seems to work fine with firefox, but now with ie8.0 the product description is not aligning to the right of the images (and additional...
  49. Replies
    392
    Views
    75,629

    Re: MSRP contrib

    Wondering how this works with attributes? If I have a product with a base-price of $59 and an MSRP of $129, but I have a few attribute options that increase the base price significantly, does it...
  50. Any way two do a two page checkout?

    There are several instances where a two page checkout process might be appropriate: Additional options, gift wrapping options, etc... and there are several websites that have this integrated on a...
Results 1 to 50 of 84
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR