Search:

Type: Posts; User: SoftCorpse

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. v151 Re: Product Listing Sorter Drop-Down [Support Thread]

    Okay I think I was able to winmerge the important bits of the default_filter.php as it seems to be working now haha, I left out all the pieces of code which refers to:

    if ($debug) echo...
  2. v151 Re: Product Listing Sorter Drop-Down [Support Thread]

    Okay, I managed to edit main_template_vars.php as there was only one change made to that file, but the other one, default_filter.php has been heavily modified and I am not sure I can winmerge that...
  3. v151 Re: Product Listing Sorter Drop-Down [Support Thread]

    I just came across another problem, I am guessing it is because I am on Zen-Cart 1.3.8a, if I click on any of my categories, the page breaks and fails to list the products, I have found that the...
  4. v151 Re: Product Listing Sorter Drop-Down [Support Thread]

    Ah okay, yes that seemed to work, is that something I need to run often, weird I never knew about those options and have been using zen for donkeys years :D

    Thanks!
  5. v151 Re: Product Listing Sorter Drop-Down [Support Thread]

    Thank you! That seems to work for the most part, one thing you could perhaps look at in the future is the "price low to high" and vice versa, it doesn't take into account "sales" or "discounted"...
  6. v151 Re: Product Listing Sorter Drop-Down [Support Thread]

    Did version 1.2 of this mod work correctly as all I want to do is replace the Alpha Sorter Dropdown with your one for the Advanced Search Results page, I do not require it for anything else?
  7. v151 Re: Product Listing Sorter Drop-Down [Support Thread]

    I don't know how to get those stupid smily's out of the post, sorry...
    That's supposed to be

    ": p"

    without the space.

    It is on the Advanced Search Result listing.
  8. v151 Re: Product Listing Sorter Drop-Down [Support Thread]

    Yes, version 2.0, there is no file called product_listing_sorter_en.php only one named product_listing_sorter.php and it is the default one from the zipped package.
    ...
  9. v151 Re: Product Listing Sorter Drop-Down [Support Thread]

    Hello, thank you for this mod, however I cannot seem to get it going, I have installed all the files, but get the following error if I select one of the menu items in the dropdown except -Reset-...
  10. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    obviously replace *bkp-pcdvd* with whatever model number you require ;)
  11. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    It is also now dynamic and no need for any static links :D
  12. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    Got it working, thanks for the help, in case someone else wants to do the same thing, here's the code to replace:

    $order_by = " and products_model='BKP-PCDVD' order by p.products_date_added DESC";
  13. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    Hi there, I have gotten as far as adding a new value to the drop down menu, "option 8", I am now trying to edit the listing_display_order.php and would like to replace the following code with a...
  14. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    Or even if I can just get the code which does the following, I could then use that and link it to a static button:

    In Zen-Cart, if you click on a category it will list all the products in that...
  15. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    Well a drop down list would make it fool proof for those customers which aren't the smartest lol, but I'm sure an input field for a client would work as well, or even a static link to the various...
  16. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    Well currently the default drop down menu has a few ways to filter the new products, I would like to add a custom filter a customer can click to filter all products with a specific model number, so...
  17. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    Okay, it accepts the code, however there is no extra menu item added, just the default ones are listed. Is there a file I should edit in order to add another menu item to the drop down?
  18. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    Thanks Ajeh!

    So I'd want to then add another statement such as:

    p.products_model=*product model inserted here*

    Or what should add in there to include the specific model?
  19. Replies
    35
    Views
    4,619

    Re: Can specials be sorted?

    Hi there, I would like to add a filter to the "new products" page to list by a specific model only, so basically what the filter "model" already does, but just to list a specific model type. Which...
  20. Replies
    60
    Views
    23,342

    Re: Customer Search Log

    Can this module track actual customers who perform searches or does it just keep a record of the search term (keywords entered),date/time of the search and the number of results returned. I have an...
  21. Replies
    60
    Views
    23,342

    Re: Customer Search Log

    Hi is there an easy way to display which customer searched for each term in the search log?
  22. Re: Limit "new listing" to a specific category

    No sorry, but that is not what I need. I don't think you are grasping the concept I'm trying to portray across to you. Let me further try to explain what I have in a different method.

    If you go to...
  23. Re: Limit "new listing" to a specific category

    No, not like that. If you click on "New Products ..." it lists every single new product regardless of which category you put them in. I want only one specific category to be listed, so if I make a...
  24. Re: Limit "new listing" to a specific category

    Sorry, I meant "all" the "new" products of a "specific" category for the month. So if my tree looks something like this:

    Main---
    |_Hand Tools
    |_Power Tools
    |_Garden...
  25. Limit "new listing" to a specific category

    Is there a way to limit "new listing" to a specific category by using some php code in the web url?

    Something to the effect of when you click on a category with products, below the products you...
  26. Replies
    2
    Views
    762

    v138a Re: Display New Products by category

    Excuse the bump, anyone have any ideas regarding this?

    Thanks
  27. Replies
    2
    Views
    762

    v138a Re: Display New Products by category

    Or perhaps a way to sort by a specific model number on the new products page would be perfect, such as the default "Sort by: Model" except to specify which models to list at a time.
  28. Replies
    9
    Views
    10,230

    v138a Re: Dynamic Filter

    Got it working ;)
  29. Replies
    9
    Views
    10,230

    v138a Re: Dynamic Filter

    Hi, thanks for the reply.

    The admin file is for the installation of Zen Cart version 1.5.0, not the version I am running 1.3.8.a.
    I have also uploaded the sql patch already.
  30. Replies
    9
    Views
    10,230

    v138a Dynamic Filter

    I installed the mod as described, however I do not see the Admin -> Configuration -> Dynamic Filter pages to apply custom settings... Am I doing something wrong? I also see that there are no new...
  31. Replies
    2
    Views
    762

    v138a Display New Products by category

    I was wondering if it is not at all possible to list products by category, such as doing something like this with the code and then just adding a static link to the new products section:
    ...
  32. Replies
    954
    Views
    184,512

    Re: RSS2 Feed Contribution

    In Opera I get a little more info:

    XML parsing failed: syntax error (Line: 2, Character: 0)

    Reparse document as HTML
    Error:XML declaration not at beginning of document...
  33. Replies
    954
    Views
    184,512

    Re: RSS2 Feed Contribution

    I just checked my rss feed and found that it is not working anymore, was working correctly for years, I'm getting the following error:

    XML Parsing Error: XML or text declaration not at start of...
  34. Replies
    7
    Views
    1,915

    Re: email limitation at hostgator

    Hi mailbeez, I have a similar issue as described. My limitation is 300 messages per 30 minutes, any thoughts on how to resolce this within zencart?
  35. Replies
    148
    Views
    58,719

    Re: Poll Manager Support Thread

    My html_output is attached. I have no idea if it has been modified or not, site has been running for ages and I have just recently required a poll.

    Thanks for the help!


    (** attachment removed...
  36. Replies
    148
    Views
    58,719

    Re: Poll Manager Support Thread

    Hi, im using 1.38a

    Installed but I am unable to add any polls, keep getting error:

    "Please define at least two poll options!"

    All fielsd have been filled out, what am I doing wrong?
    ...
  37. Replies
    289
    Views
    78,014

    Re: Yahootreemenu with ajax.

    First off thanks for the great mod!

    I have been using this for many years now, but have needed to change hosting companies. This menu now however no longer functions. If you click on the first...
  38. Re: "The page isn't redirecting properly" - when maintenance is on

    Anyone with a solution to this. I too am experiencing the same issue.
  39. Re: Change sold out image for upcoming products only?

    Sorry Ajeh, I quoted you on the wrong thread, please see:

    http://www.zen-cart.com/forum/showthread.php?p=944435

    You can delete my posts on this thread, it was the wrong code I was refering to...
  40. Replies
    25
    Views
    3,731

    Re: Coming Products question....

    Urgh, sorry to be a nuisance Ajeh, I quoted you on the wrong code earlier, what I wanted was to know how to keep/add the "add to cart" button to the following code:



    $button_check =...
  41. Re: Change sold out image for upcoming products only?

    Thanks, however I'm not a coder myself, I tried playing around with the code to get my intended result, however was not able to get it working. Was hoping you could me with that please :)
  42. Re: Change sold out image for upcoming products only?

    Thanks this works pretty well, however I was hoping it would be possible to edit this code a little to keep the "add to cart" button, but also just below the button to include the countdown to when...
  43. Replies
    7
    Views
    2,874

    Re: Linux/Litespeed Admin not working

    LOL, wow you're a genius. Don't know how I messed that up.

    Thanks so much DrByte ;)

    Thanks for the help too Kobra.
  44. Replies
    7
    Views
    2,874

    Re: Linux/Litespeed Admin not working

    Done all of this already before I even came to the forums. Been in contact with the hosting company too to make sure correct group memberships on all files and folders are correct which they are.
  45. Replies
    7
    Views
    2,874

    Re: Linux/Litespeed Admin not working

    It's definitely there and all configurations are correct. That's what I cannot understand.. Why would it not be able to see this file?
  46. Replies
    7
    Views
    2,874

    Linux/Litespeed Admin not working

    I am transfering my e-commerce store to a new hosting company (binero.se), the server is running Linux/Litespeed.

    The actual store front which customers see works perfectly, however my admin...
  47. Replies
    4
    Views
    847

    Re: Send Email & Newsletter problem

    Thanks a bunch DrByte, that code worked ;)
  48. Replies
    4
    Views
    847

    Re: Send Email & Newsletter problem

    Thanks for the reply, however unfortunately it still does the same thing after disabling "Audience-Select Count Display".
  49. Replies
    4
    Views
    847

    Send Email & Newsletter problem

    When I click on send in the newsletter section or "tools" > "send email" the page just continuosly says "loading..." and my site freezes up, it seems that the database or something gets overloaded,...
  50. Replies
    25
    Views
    3,731

    Re: Coming Products question....

    thanks Ajeh, this works great! ;)
Results 1 to 50 of 96
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR