Search:

Type: Posts; User: mesnitu

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds; generated 40 minute(s) ago.

  1. Replies
    120
    Views
    22,049

    v154 Re: Why I'm Quitting Zen Cart

    It's a crime!
  2. Replies
    120
    Views
    22,049

    v154 Re: Why I'm Quitting Zen Cart

    Why I'm sticking to zencart :
    https://www.zen-cart.com/showthread.php?225610-I-missed-you-zencart-and-I-m-sorry
  3. Replies
    331
    Views
    45,861

    v156 Re: Ceon URI Mapping V5.0

    Not sure who's behind the code, but I take my hat off. It's a seamless upgrade ( at least from 155 up ), and 156 installation. I guess it was or is "delayed" because of the new documentation.
  4. Replies
    331
    Views
    45,861

    v156 Re: Ceon URI Mapping V5.0

    it's using a observer "class.ceon_uri_mapping_link_build.php" to replace html_output.php code
  5. Replies
    331
    Views
    45,861

    v156 Re: Ceon URI Mapping V5.0

    Now it uses some javascript to add the code, but I'm "talking out of my head" on those specific files.
  6. Replies
    331
    Views
    45,861

    v156 Re: Ceon URI Mapping V5.0

    Ok. I've tested this version a couple of weeks ago, and it seamed ok, that's why I'm asking, because I've been away from zc code for a while. You've found some issues?
  7. Replies
    331
    Views
    45,861

    v156 Re: Ceon URI Mapping V5.0

    sorry to ask, but ...why?
  8. Replies
    331
    Views
    45,861

    v156 Re: Ceon URI Mapping V5.0

    Just want to say :clap: and thanks!
  9. Re: New add-on "product type book" for ZC 1.5

    Not sure if you manage to improve the queries search time, but, in phpmyadmin ( or) you could add some indexes, like:

    ALTER TABLE `product_bookx_authors`
    ADD INDEX `idx_bxa_author_name`...
  10. Replies
    2,444
    Views
    353,235

    Re: Ceon URI Mapping v4.x

    Yep, it's bulletproof, it's almost done ( or I think it is), except the admin configuration check for 156. I think tomorrow is done.
  11. Re: New add-on "product type book" for ZC 1.5

    I had that issue also. I actually created a new table just for search.
    But you could also had some indexes to the data base tables. (Ex: author name, publisher name, etc)
    But I'm not on my desktop...
  12. Replies
    2,444
    Views
    353,235

    Re: Ceon URI Mapping v4.x

    I'm not moaning. I was trying to get the official status on a future update for a matter of respect.
    Anyway, I've forked your repository, because that's the one I'm using, and started working on...
  13. Replies
    2
    Views
    4,040

    v155 Re: Google Shopping Feed

    Can't help on the plugin.
    I've made something like that using the ep4 for google, FB and amazon. Still haven't the time to convert it to a "plugin" to plug into ep4.
    However in google I had a lot...
  14. v155 Re: CEON Relaunch - Conor's family seeking assistance

    Hi

    I've try to contact the site ceon.net, but until now I didn't get a response. I had a suggestion to post in here so I'll do it because we have to make some decisions.
    The reason that I'm...
  15. Replies
    36
    Views
    7,836

    v151 Re: Looking to get CEON uri mappings manager?

    I'm also using the ep4 exporter for CEON.

    However, since I've contacted the ceon site and didn't get no response, this module for me is presently a huge trap. It doesn't work with zc156.
    If you...
  16. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    You just have to do it one time.
    For example in phpmyadmin.
    But I guess it can be done with Install SQL Patches also.

    Perhaps someone will update the module to add this index upon...
  17. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    ok, ignore that. There are observers now.
  18. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    Hi
    For zc156 new install this (documentation) line a bit confusing ( for me ):



    The files are still necessary for zc156?
    Thanks
  19. v155 Upcoming Products page! The page that never came or there is mysterious reason ?

    Hi

    Zencart provides a very frugal upcoming module for central boxes, and has a way to mask or unmask as new products.
    Over the years there was no update or a plugin made to finish (?) or improve...
  20. v155 Re: zen cart Display the discount percentage on the sale badge

    Yes that's from your template.
    You will need to find that badge in includes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php
  21. v155 Re: zen cart Display the discount percentage on the sale badge

    That sale is the buy button ?
  22. v155 Re: zen cart Display the discount percentage on the sale badge

    You can create a function ( if there is not one already in zencart)



    function tpl_display_discount_percentage($pID) {
    return 100 - zen_round(zen_get_products_special_price($pID, true) /...
  23. Replies
    19
    Views
    2,259

    v151 Re: Browsing through categories

    That piece of code was to add a link in the index page. So one could return to the adult category.
    If you want to always link the first to the last, then instead try the changes below.
    Testing on...
  24. Replies
    13
    Views
    4,909

    v151 Re: how to delete photos with SQL query?

    Yesterday I've checked your plugin then I saw that for this purpose wouldn't do this job.
    But, how to know the images to delete ?
    Let's take a example of the banners, or attributes ( never use...
  25. Re: New add-on "product type book" for ZC 1.5

    The installation of zc or the bookx module in zc ?
  26. Replies
    13
    Views
    4,909

    v151 Re: how to delete photos with SQL query?

    Not sure if there is a plugin to do that.
    And it's a bit difficult to guess what images are product images or not.

    By in theory, one has to create a list of all products images from products...
  27. Re: New add-on "product type book" for ZC 1.5

    Well, that would be nice :bigups:
    I already did a lot of stuff, but mainly the final purpose is:

    The installation ( more or less already made):
    Adds "native" support for CEON ( optional)
    This...
  28. Replies
    2,444
    Views
    353,235

    Re: Ceon URI Mapping v4.x

    Everybody keeps talking about a "original" team and CEON team and some future update like a messiah.
    A google search for ceon url mapping gets me to zencart and git. Where is that site that sells...
  29. Re: New add-on "product type book" for ZC 1.5

    Nope. I'm working on a update to 156. I don't know the intentions of Phillou, but meanwhile I'm doing it and adding some features that I use in the bookstore that I work.
    However, probably is not...
  30. Re: New add-on "product type book" for ZC 1.5

    No, Phillou did.
    But I use it heavily ( with some changes)
  31. Replies
    19
    Views
    2,259

    v151 Re: Browsing through categories

    Well, as I said, that was just a example to link the first category to the last.
    Ex: 36_34_56 ( 36 will link to 56)
    But I only tested with one product with a similar categories structure.

    If you...
  32. Replies
    2,444
    Views
    353,235

    Re: Ceon URI Mapping v4.x

    Well, I guess I'll be stuck with zc155f for a while. Cannot simply change thousands of indexed urls.
  33. Re: New add-on "product type book" for ZC 1.5

    And if you check your product type (bookx) layout settings, you adjust what filters you want to display.
    So even if you have authors_types, you are not force to display them in bookx filter sidebox...
  34. Re: New add-on "product type book" for ZC 1.5

    For authors, you have author_types ( author, illustrator, etc) and authors ( author name)

    I guess that's what you're seeing as double ?

    Do you select Products - Bookx when inserting a new...
  35. Replies
    19
    Views
    2,259

    v151 Re: Browsing through categories

    normally tables like products_descriptions have languages.
    So product_id is not unique because the description can exist in various languages

    On products table , the pID is unique.

    You've...
  36. Re: New add-on "product type book" for ZC 1.5

    I've made a sub-module for ep4 that deals with importing books related fields by csv.
    I'm using it ( live ), using zc155f also. This way, you can import and create all that data.
    However, I'm in...
  37. Re: New add-on "product type book" for ZC 1.5

    You must add authors , genres, etc .. first in menu->extras
  38. Replies
    19
    Views
    2,259

    v151 Re: Browsing through categories

    But this is very restrictive If you need to use something else on those tabs ( some other cat path)
  39. Replies
    19
    Views
    2,259

    v151 Re: Browsing through categories

    So, basically, you want to link to the last subcat no matter what ?
    That would be in your:
    \zencart\includes\modules\categories_tabs.php ( I've checked on zc 156)

    Just for test purposes, try...
  40. Replies
    9
    Views
    893

    v156 Re: Where do I change this?

    I guess you are referring to google search, etc? If you check the source in your (chrome) view-source:http://yoursite.com, you can see those changes right away.
    How long that will change in your /...
  41. Replies
    1
    Views
    255

    v155 Re: Stylesheet Question

    Probably it's the same they are referring to.
    Zencart will look at your template css / js folders, and load the stylesheets if they have a prefix stylesheet_
    This is very useful if you want to...
  42. Replies
    37
    Views
    68,402

    Sticky: Re: Use Of Notifiers - How To

    ok! thanks for the reply!
  43. Replies
    37
    Views
    68,402

    Sticky: Re: Use Of Notifiers - How To

    So, in this case is not going to work ( if I'm understanding right)
    Canonical is loaded at 161
    /**
    * point 161 was selected specifically based on dependancies
    */

    From the init_observers.php:...
  44. Replies
    37
    Views
    68,402

    Sticky: Re: Use Of Notifiers - How To

    Auto load notifier:
    I had this working loading the config. and init_ files. But since init_canonical it loaded at point 161 and this autoload at 175, would be 2 less files.
    However, I'm not...
  45. Replies
    9
    Views
    893

    v156 Re: Where do I change this?

    use the Tools-> developers tool kit-> Look-up in all files ( catalog side)
    Or search with your development software (vscode or something)
    Something will come up
  46. v156 Re: AdminRequestSanitizer-->filterProductUrlRegex() Invalid argument supplied for for

    ok, thanks.

    Unfortunately all this sanitization is a huge process in zencart now, but lacks documentation.
    So this field is getting into STRICT_SANITIZE_VALUES, that I don't even know what it...
  47. v156 Re: AdminRequestSanitizer-->filterProductUrlRegex() Invalid argument supplied for for

    And basically I'm using for url sanitize:


    // URL AND FILE PATHS
    $group = array(
    'author_url'
    );

    $sanitizer->addSimpleSanitization('PRODUCT_URL_REGEX', $group);
  48. v156 AdminRequestSanitizer-->filterProductUrlRegex() Invalid argument supplied for foreach

    Trying to sterilize this:


    Incoming POST Request Array
    (
    [securityToken] => 25b92e50fe53ce822c64347cfb68c774
    [author_name] => Celeste Cortez
    [author_default_type] => 1
    ...
  49. Replies
    2,444
    Views
    353,235

    Re: Ceon URI Mapping v4.x

    Your code is different from what I have:

    $path = isset($old_file_or_dir['file']) ? $old_file_or_dir['file'] : $old_file_or_dir['dir'];

    But even so, you could I think is better to use

    $path =...
  50. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    :bigups: got to check this
Results 1 to 50 of 488
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR