Search:

Type: Posts; User: scientific_anomaly

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    6,935

    Re: Expanding the product name field

    I just had to do the same thing - and fixed it so it is working now. There is a hilarious logical loop following the advice above in practice. If you actually drop the products_description table and...
  2. Re: PHP ver. 5.3 -PHP Fatal error: Cannot redeclare date_diff() in

    Many thanks. Can I get confirmation that it will be satisfactory to constrain my search to general.php in this instance (and hope anything mod'ed is also commented)
  3. Re: PHP ver. 5.3 -PHP Fatal error: Cannot redeclare date_diff() in

    Sir, in that case I am confused. Every instance of Zen Cart I have started life as a native 1.3.9h clean install, however most of what I have now is profoundly modified. i.e. another clean install of...
  4. Re: PHP ver. 5.3 -PHP Fatal error: Cannot redeclare date_diff() in

    Well good morning from PHP 5.3.8 vs Zen Cart 1.3.9h

    PHP Fatal error: Cannot redeclare date_diff()

    more specifically:

    PHP Fatal error: Cannot redeclare date_diff() in...
  5. Re: New customers automatically join defined pricing group

    it can be annoying to have to reinvent the wheel so here it is on a plate as I would like it served every time if I could.

    in includes/modules/create_account.php after around line 252

    Add a...
  6. Replies
    97
    Views
    29,685

    Re: Firefox SSL security warning

    :oops: DON'T

    global replacement of NONSSL is too rude, it screws the Admin (and it seems unnecessary anyway).

    :clap:

    Just this function directed at the includes directory seems to be all...
  7. Re: Security warning when search right after log in

    :clap: It seems to work by doing a site-wide find and replace

    of this: ), 'post', 'enctype=


    with this: , $request_type), 'post', 'enctype=


    Also worth a site wide find and replace of
  8. Replies
    97
    Views
    29,685

    Re: Firefox SSL security warning

    OK I think I have hit upon a simple brute force solution to all this rubbish that has been driving everyone nuts for years, myself included.

    I have taken a complete directory contaning a 1.39...
  9. Re: Subcategories not showing in category page center

    Ajeh,

    Thank you.

    That was the answer:

    Admin > Configuration> Product Listing > Show Sub-Categories on Main Page while navigating through Categories

    Was off, should be on.
  10. Re: Subcategories not showing in category page center

    can you see if this is this the correct search call? Do the results mean anything?
  11. Re: Subcategories not showing in category page center

    /home/myaccount/public_html/subfolder/includes/modules/category_row.php

    Line #2 : * index category_row.php

    Line #11 : * @version $Id: category_row.php 4084 2006-08-06 23:59:36Z drbyte $
    ...
  12. Re: Subcategories not showing in category page center

    richphitzwell - I am grateful for your caring. I am trusting in decisive response from someone who wrote this system or in ant case knows this part of the code inside and out. At last count I think I...
  13. Re: Subcategories not showing in category page center

    Is anyone willing to shed some light on this please?
  14. Re: Subcategories not showing in category page center

    oh and one more thing - suspecting that linked products may not activate the display of the subcategory - I added a unique test product to Subcategory 1 and it made no difference
  15. Re: Subcategories not showing in category page center

    The affected category is in a ZC install in a subdirectory of public_html

    Everything else works.

    Today I added a new Category.

    It sits at Top > Category3

    Then I added a sub category and...
  16. Re: Subcategories not showing in category page center

    it is no longer a clean install, but it is also not an upgrade from a previous version of ZC. As far as I am aware I have touched nothing that can affect the functioning of categories. (As far as I...
  17. Re: Subcategories not showing in category page center

    BUMP BUMPETY BUM BUMP YELL SCREEEM

    Anyone - my issue here is that the subcategories don't appear at all. I am not sure that adding a fancy GUI is going to start them working - more likely to add 4...
  18. Re: Subcategories not showing in category page center

    Genuinely tiresome to be stuck trying to fix something that is in no way supposed to be broken in the first place HEEEELLLLLPPPPPPP
  19. Re: Subcategories not showing in category page center

    Thanks - willing to try anything once - but still concerned that I am unable to get core functionality to work as published. If this is a GUI for functions that don't work then it will not have...
  20. Re: Subcategories not showing in category page center

    BUMP

    Seems like everyone is asking the same question and the answers dry up before a solution is identified.

    This is a basic requirement - top of the page Category link, the category contains...
  21. Replies
    45
    Views
    18,928

    Re: Purchase order module

    Hi, I have Purchase Order module 3.12 and Zen Cart 1.3.9h

    I am struggling for a way to add total order weight and total order value to the .pdf P.O. that this mod can send by email. And I would...
  22. Re: Tips on cloning Table Rate shipping module

    for sake of completeness, here is the icon:

    https://www.flightpower.co.uk/fp/includes/templates/template_default/images/icons/shipping_rm.gif
  23. Re: Tips on cloning Table Rate shipping module

    here is the other part of this module from includes/languages/english/modules/shipping/

    -----

    <?php
    //
    // +----------------------------------------------------------------------+
    //...
  24. Re: Tips on cloning Table Rate shipping module

    Here is a complete page of working code with image icon function working and also a code to prevent it displaying above 1000 weight units (in my case grams, maybe yours is lb or KG) for royalmail.php...
  25. Re: Want to add USPS icon to Zone Rates

    This has been answered at


    http://www.zen-cart.com/forum/showpost.php?p=967129&postcount=86
  26. Re: Tips on cloning Table Rate shipping module

    AH HA Found it!

    Contribution: How to add icons to Table Rate shipping method (or its clones). Probably applies to Zone Rate (or its clones) also.


    1. Add a shipping_logo.gif (name image what...
  27. Re: Tips on cloning Table Rate shipping module

    I trust that this will be the last issue on any related topic:

    I have hit a strange and unexpected issue with $this->icon = ''


    I have looked at how the UPS module puts a UPS icon on the page....
  28. Re: Tips on cloning Table Rate shipping module

    Ajeh, again fantastic - I don't need to deal with tax on my instance of Zen cart because this cart is used 100% for import business where any applicable tax is a matter between the customer and the...
  29. Re: Tips on cloning Table Rate shipping module

    OK, now to really push my luck.

    There is a line at www.myzensite.com/index.php?main_page=shopping_cart
    Underneath the "Cart Contents' header, example:

    Total Items: 70 Weight: 2380g Amount:...
  30. Re: Tips on cloning Table Rate shipping module

    OMG you ROCK

    Ajeh thank you!
  31. Re: Tips on cloning Table Rate shipping module

    On a semi-related topic, I have created numerous clones of includes/modules/shipping/table.pdf (and its counterpart in languages/english/modules/shipping/). These are working to spec (excepting the...
  32. Re: Tips on cloning Table Rate shipping module

    Hi Ajeh,

    Zen Cart V. 1.3.9h - I don't know how to answer the question re structure of database table (i.e. where I might look that up or modify it). My concern about character limit comes from...
  33. Re: Tips on cloning Table Rate shipping module

    nope still a vague hope - a non-obvious answer required (please)
  34. Re: Tips on cloning Table Rate shipping module

    At risk of excessive posting in a state of exhaustion verging on intoxication.

    How does a person go about increasing the shipping rate data table from 255 characters to something bigger - for...
  35. Re: Tips on cloning Table Rate shipping module

    Thank you!

    Done and working having run the gauntlet of enabling and disabling zone rates at supposed risk of wiping out everything else.... hmm.

    Also grovelling apologies to one and all for...
  36. Re: Tips on cloning Table Rate shipping module

    UM, guys, just to contribute a little: while cloning this module, for the capitalized stuff in includes/modules.shipping/table.pdf (and the one in the languages/english/midules/shipping for that...
  37. Replies
    135
    Views
    56,516

    Re: Group Pricing Per Item Issue

    Fantastic - thank you!
  38. Replies
    135
    Views
    56,516

    Re: Group Pricing Per Item Issue

    How to get the group pricing to display on the category pages in addition to the retail price (and not just display this on individual items):

    Solution:

    Look for line 102 in product_listing.php...
  39. Replies
    724
    Views
    198,996

    Re: Printable Price list :: support thread

    Solution Part 2.

    Replacement for lines 521 and 522 of header_php.php

    includes>modules>pages>pricelist>header_php.php

    $products_price_inc =...
  40. Replies
    724
    Views
    198,996

    Re: Printable Price list :: support thread

    Solution Part 1.

    I have been able to figure out that printable Price List uses the ID of the first four Group Discounts as seen under Admin>Customers>Group Discount

    Specifically IDs 1, 2, 3, 4....
  41. Replies
    724
    Views
    198,996

    Re: Printable Price list :: support thread

    Hi paulm - thanks for the superb contribution.

    I have a question, the answer to which I hope will benefit many.

    I have Zen Cart 1.3.9 with Price-List 1.5.0. I also have Group Pricing per Item...
  42. Re: Help. installed Dual Pricing - Wholesale Pricing

    Bump - same problem. First the install.sql does not work, (some problem with altering a column that does not exist in the database).

    Someone reported an edit to get round that problem, so tried...
  43. Re: "Add Products to Cart" option missing

    Linda you are indeed the Zen Goddess. Without your kindness that would have been a fresh-install fix at my level of appreciation for coding.

    JC
  44. Re: "Add Products to Cart" option missing

    Ajeh, DrByte - anyone who has the ability to pinpoint the answer!? I have been most grateful as a guest reader of your comments but now I am truly stuck.

    Last night I had a beautifully configured,...
Results 1 to 44 of 44
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR