Search:

Type: Posts; User: Design75

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Thread: Weird Problem

    by Design75
    Replies
    5
    Views
    474

    Re: Weird Problem

    Newer php versions are more strict. This can cause all kinds of errors on older add-ons
  2. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Thread

    Have tried using the plain text option, instead of ckEditor?
  3. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Thread

    I just tried on my test site, and can not replicate your error.
    In your post you say
    <--heras, Kandi--->, this should be
    <!--heras-Kandi--->
    Maybe that's where things go wrong?
  4. v155 Re: Connect to storefront and database on a different server.

    IMHO, I think google flags your site due to the fact all your sites are using http instead of https.
  5. Replies
    10
    Views
    810

    Re: Remove unwanted countries fast

    This page has been confusing me too lately. The reason for it is the new sorting of the query for country name as default to status. This means entries "disappear" to the end of the list as soon as...
  6. v157 Re: page_not_found now instead of seeing nefarious urls hackers are trying to manipul

    No it is not a mod. You can find it in Admin->Configuration->My Store->Missing Page Check (at around 3/4 of the page).
  7. v157 Re: Upgrade Question - Parameter must be an array or an object that implements Counta

    Did you contact Numinix? As it is their plugin, it will probably be very easy for them to solve it permanently for everybody.
  8. Replies
    28
    Views
    27,691

    Re: Dutch language pack support thread

    As you all know Zen Cart 1.5.7 has been released. The Dutch translations for Zen Cart 1.5.7 are also done. The only thing need is to update the documentation, so it can be uploaded to the add-ons...
  9. Replies
    10
    Views
    758

    v156 Re: Size doesn't seem right

    It used to work for the last 20 years on a Windows machine :D . Did something change? :P
  10. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Thread

    you need to add the defines to includes/config_sites/YOUR_SITE_config.php
  11. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Thread

    Carbonless is confusing the free Multi site module with the paid Multi Store module he is using.
    For the free Multi site module you need to edit the site config files by adding the correct database...
  12. Replies
    796
    Views
    130,563

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Nope still in progress, but low on the priority list. This is all work that needs to be done in my spare time. Which I don't have much. Unless someone pays me to complete the module, other work goes...
  13. Replies
    2,444
    Views
    353,039

    Re: Ceon URI Mapping v4.x

    That happens i believe when you have a linked product.
  14. Thread: MySQL Version

    by Design75
    Replies
    2
    Views
    305

    v151 Re: MySQL Version

    see: https://docs.zen-cart.com/user/first_steps/server_requirements/

    You really should update your store. Zen Cart 1.5.1 is 8 years old
  15. Replies
    1,667
    Views
    286,888

    Re: Price Updater

    thx for the clarification.
  16. Replies
    1,667
    Views
    286,888

    Re: Price Updater

    I just had a better look at the code, and it appears that there is an older version of the "call home function." I already was working on a new version of this mod, so will include this..
    The new...
  17. Replies
    1,667
    Views
    286,888

    Re: Price Updater

    Not sure what goes wrong, but the "phone home" is Zen Cart default code. Not something build in to the module. Zen Cart checks the module for updates on the zen cart site, but on your site that is...
  18. Replies
    12
    Views
    722

    v156 Re: http 500 error on new category

    You can probably safely overwrite your files on the server, with the vanilla ZC files. This will not affect the changes you made to the database entries. (backup first)
  19. Replies
    201
    Views
    38,614

    Re: Support Thread for CKEditor Plugin

    Which exact version of the ck editor are you using?
  20. Replies
    6
    Views
    377

    v156 Re: Product compatibilty table, list?

    Maybe this one can help: Product Finder multiple category drop-downs
  21. Replies
    6
    Views
    411

    Re: Hiding Categories

    In the categories listing in the admin, press the green button on the row of the category you want to disable.
  22. Re: Adding FaceBook hosted video content - autoplay

    Autoplay = Bad idea
  23. Re: Adding FaceBook hosted video content - autoplay

    How about hosting the video on your own site using the video tag

    <video width="320" height="240" controls>
    <source src="your_movie.mp4" type="video/mp4">
    </video>
    All commonly know video...
  24. Thread: Testing 1.5.7

    by Design75
    Replies
    17
    Views
    1,098

    v156 Re: Testing 1.5.7

    The category value is left in the database on purpose by me when converting the categories_product _listing. This way you can disallow the categories page to be visited by certain admin profiles if...
  25. Replies
    4
    Views
    362

    Re: .css file for ALL product_listing

    from the cssreadme.txt

    You could probably use c_??_??_children.css where the question marks are your sub categories if applicable
  26. Re: version not sure as I can not get to admin

    With ftp go to YOUR_SITE/includes/version.php, and view the contents of the file.
  27. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Forum

    I have currently no test site available for testing this mod, but I can say (afeter reviewing the mod cod) that $template_dir is set in the config files for the sites (you probably already know...
  28. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Forum

    Did you try replacing YOUR_TEMPLATE with the actual folder name of the template you want to show?
  29. Replies
    23
    Views
    3,670

    v156 Re: 1.5.4 to 1.5.4c upgrade disaster

    I never add the ports. Just using works fine for me

    define('HTTP_CATALOG_SERVER', 'https://localhost/FOLDER');
    define('HTTPS_CATALOG_SERVER', 'https://localhost/FOLDER');
  30. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Forum

    You can try replacing your instant search with this version https://github.com/Zen4All-nl/InstantSearch/releases . You can safely use the latest beta of it, it only lacks documentation
  31. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Forum

    Without being able to test, I think you only need to change 1 line of code.
    Find:

    $dbProducts = $db->Execute($sqlProduct);
    and replace with:

    $dbProducts =...
  32. v156 Re: No images or links after migrating to 1.56c

    Not knowing where you got your Zen Cart file set from, but "/admin/includes/html_header.php" is not included in the default Zen Cart file set.
  33. Replies
    7
    Views
    356

    v156 Re: LOG file showing unknow IP

    Pie is/was used to make older ie versions compatible with CSS3
  34. Replies
    11
    Views
    2,055

    Re: Where are sent emails stored?

    You would be better off using a service like mailchimp
  35. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Forum

    I must admit I never really used this function, and the code was already there when I took over management of the module.

    FWY I am considering releasing my commercial Multi Store module as a free...
  36. Replies
    2,220
    Views
    484,160

    Re: MultiSite Module Support Forum

    That was added to be able to share shopping carts between shops, when using the site links sidebox.
  37. Replies
    4
    Views
    845

    v156 Re: Disable Option Value

    Not by default. You could write some custom code to do that. Or you can use the stock by attributes module. Thi lets you assign a quantity of 0 to (combination of ) attributes, making it unavailable.
  38. Re: zc 1.5.6c Database Configuration Table Dropped Field configuration_tab

    configuration_tabs is/was used by numinix's modules
  39. v155 Re: Is there a plug-in that makes adding meta details easier or more straight forward

    :smile: Better use the one from the downloads page then , as that one is stable
  40. Replies
    1
    Views
    216

    v156 Re: Banned Customers

    you can use this mod IP Blocker for Zen Cart v1.5.0+
  41. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    You probably want to read this thread ( CSS3 Buttons [support thread]), and use this addon by lat9
  42. Replies
    8
    Views
    945

    v156 Re: Action Icons missing admin

    Glad it is solved.
    May be it is a good thing o check if other (hidden) files were missed as well.
  43. Replies
    8
    Views
    945

    v156 Re: Action Icons missing admin

    Do you have a .htaccess file somewhere, that is blocking these file extensions?
    Or more likely the .htacess file in admin/includes was not updated to the latest version
  44. Replies
    8
    Views
    945

    v156 Re: Action Icons missing admin

    If you do an inspect element when hovering over the icons, do you see any errors in the console log?
  45. Replies
    8
    Views
    945

    v156 Re: Action Icons missing admin

    for some reason your font-awesome stylesheet is not loaded.
    Did you try a hard refresh of your browser (ctrl - F5)?
  46. Replies
    796
    Views
    130,563

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    It is still a work in progress.
  47. Replies
    2,444
    Views
    353,039

    Re: Ceon URI Mapping v4.x

    Open source !== always Free
  48. Replies
    11
    Views
    1,431

    v156 Re: Jquery Conflict

    Which btw is also the new standard for Zen Cart backend
  49. Replies
    11
    Views
    1,431

    v156 Re: Jquery Conflict

    I like to use this one : daterangepicker.
    It is easy to customize,
  50. v156 Re: Help required for creating a search by sizes..

    You could use the Dynamic Attribute Filter addon
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR