Search:

Type: Posts; User: philou

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi mesnitu,

    nice to hear from you. I have just put BookX on Github. It is my first project on Github, so if I missed something, let me know :)

    https://github.com/philoupin/bookx

    Please note...
  2. Replies
    1,684
    Views
    263,099

    v150 Images with "LARGE" suffix are not scaled!

    Hi,

    just spend a whole evening trying to figure out why IH4 wasn't scaling my uploaded images. It just kept the large uploaded JPG for all three sizes small, med, large.

    Reason: In Admin ->...
  3. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi mesnitu,

    thanks for sharing that. I am testing BookX with 1.5.5 in these days and will re-examine that issue. As I already wrote in the comments, i wasn't very have with my cursor movement to...
  4. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Hi fj,

    your are right, this definition seems to be missing from the language file of BookX. If the name of the constant is output to screen, then it means the constant is not defined.

    in...
  5. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi Frank,

    the metatags are included by core ZEN CART functionality, not by BookX. You can verify this, by looking at the "normal" product folder in ADMIN/includes/modules/product. It also has...
  6. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Sorry I am not familiar myself with CEON. There is only one include of "collect_info_*.php" named files at the top of "collect_info.php"
    If you need extra code anywhere else, then you do have to...
  7. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi Frank,

    menitu must respond to you, since he wrote the original post.
    Let me just point out again, that there is an inclusion mechanism, which allows you to place a file which begins with...
  8. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Ok. Whatever you do, don't go crazy ;)
  9. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Just imserted a product of type BookX and the products_date_added seems fine.
    This is done via the MySQL command "now()", maybe your database doesn't play along?

    This happens in file:...
  10. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Hi mesnitu,

    can you verify, whether the newly inserted products have a "date_added" before you convert them to product type Bookx ?
    "Date_added" shouldn't be touched by Bookx really. BookX just...
  11. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Yes, the author URLs and publisher URLs should both be fixed.

    regards,
    p.
  12. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Hi guys,

    sorry, my bad. Indeed the urlencode makes no sense in that part of the code. I have uploaded another archive to sourceforge (still called "revision8") where these two files have been once...
  13. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Well, don't ask me why this was working before and now it isn't, but the "redirect&goto=..." etc. link conversion was indeed part of the BookX code.
    I have changed it and you can find an updated...
  14. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    I have the same behaviour here in my installation, so no need for cache error log from you at this time. Not sure with what ZC version this was introduced, since it was working back in 1.5.1 I think....
  15. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Hi Digi,

    this issue is new to me, but I think ZC is translating the link, rather than Bookx.
    Do I understand correctly, in the author URL field in the backend you enter:

    AUTHORWEBPAGE.com ...
  16. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Hi mesnitu,

    this is good point. Here is what I will implenet, in case you want to use it now:
    in file "[ZEN_CART]/includes/modules/pages/bookx_authors_list/header_php.php"
    change line 83 from
    ...
  17. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Hi mesnitu,

    thanks for tracking down this error. I was convinced too that I had uploaded the fixed installation file, but indeed I had not.
    I will do it right away, and yes you are correct, it is...
  18. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    I have only recently started using git, so I will look into creating a project page for BookX as well...
    p.
  19. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Indeed, you are missing these two lines on line 100:


    $product_assigned_authors = array();
    $product_assigned_genres = array();

    It is true I had not included the very latest files in 1.9.4...
  20. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Not sure what the issue could be. In the unmodified collect_info.php an empty array is created on line 100:

    $product_assigned_authors = array();

    then possibly it is filled with some content on...
  21. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Thanks for letting me know, this is all new to me, I will look into it to see, if it's something I can fix in BookX.

    Best regards,
    p.
  22. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Are you getting this error when inserting a new author type?
    If so, are you entering a (numerical) value in the field "sort order"?

    If you are getting this error when you insert new author type...
  23. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    You can also put a file that starts with preview_info and ends with ".php" and it will be included, but further down in the script, so all variables from the POST are available.

    Line 144:

    ...
  24. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi fjbern,

    glad it works as advertised finally!
    I suspect the first two plugins you mention are easier to get to work with BookX, but "Easy populate" is a different animal. Another member has...
  25. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    You can find an updated module here: https://sourceforge.net/projects/zencartbookx/files/?source=navbar
    Please note that I have simply removed the requirement for tpl_modules_whats_new.php since...
  26. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Great news!

    let me put that together and I will let you know here when the file at Sourceforge is updated. I will submit here at ZC.com at the same time, but it usually takes much longer until the...
  27. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    That is very nice, thank you. In the end that's what one gets themselves into with open source development and if I am offering you software, be it paid or not, then it should be working too ;)

    On...
  28. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi fjbern,

    I have now downloaded a fresh ZC 1.5.4 english-only distribution and installed it with a new database. Merged the Bookx files into the file tree in their respective locations, excluding...
  29. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    We are still aiming to find the source of your error, installation of the module comes next.

    BookX is not installing because there is a MYSQL error and the module is therefore not yet running. As...
  30. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    If you have direct access to your MYSQL the you could run the query direvctly just to test (copied from your error statement above):

    REPLACE INTO admin_pages_to_profiles (profile_id, page_key)...
  31. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi fjbern,

    you will excuse if my questions / suggestions were possibly a bit too entry level for you, but now I see clearer, thanks.

    The file tpl_modules_whats_new.php is not absolutely...
  32. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi fjbern,

    I cannot reproduce a "file missing" error even by omitting some required bookx files.
    So let's make sure we're on the same page as far as the installation goes:

    1.) You were asking...
  33. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Okay. I can check what error is shown when the actual install script file is missing. I have not tried that myself :)
    Let's rather wait a few days and I can give you more specific help.

    Regards,...
  34. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi fjbern,

    I am not near my development computer at the moment, so I can only fiddle with this starting next monday. I assume the error message you got did not have more info than "file not found"...
  35. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi fjbern,

    sorry the plugin wasn't working for you out of the box. As Iruskauff mentioned below, the error log you posted says it can't find one of the database tables which are installed by the...
  36. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Let me quote from the README file :)

    NEW IN 0.9.4: Assign & remove Author / Publisher / Series / Genre / Imprint to multiple books at once

    Linking a book to authors / series / imprint /...
  37. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    do you import 100 books with 100 authors, or maye 100 books with 20 authors?

    If you want to hear seomthing positive, then I think you will find that importing books as "normal" products,...
  38. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi mesnitu,

    I cannot verify right now that BookX works with 1.5.4 but I don't see what would break it, since not much seems to have changed in the core functionality.
    I went through great efforts...
  39. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Dear mesnitu,

    I'm not so familiar with the music type, but the main problem is this: you have a table of (user defined) authors A, B and C. They have IDs 1, 2, 3 in their table "bookx_authors"....
  40. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi mesnitu,

    author, publisher and genre are the problems, because they link to another table. You have discovered that you can assign a genre / author / publisher to multiple bookx products at...
  41. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hey mesnitu,

    nice to hear from you :)
    The CSV import is not really a big priority I'm afraid, especially since all the attributes which have user defined entries (i.e. anything "BookX" under the...
  42. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hope the BookX mod will be helpful to what you are planning to develop.

    Best regards,
    p.
  43. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi DW,

    it seemed to me the best way to do it.
    The idea is to create additional logical entities like author, series, book condition, so that the shop can filter for these. If we roll all of that...
  44. Replies
    426
    Views
    96,033

    Re: New add-on "product type book" for ZC 1.5

    Hi Imagine,

    once you placed all PHP files where they need to be, you still have to run the installation script in the ZC Admin backend. This will install the necessary database tables. The...
  45. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Hi Chabbu,

    please excuse, i did not get notified of your post here for some reason. I have taken the original Shopping cart class file from the german distribution of ZC, so possilby they have...
  46. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Hi mesnitu,

    from just checking it quickly, I would think that inserting the following lines in product_boox/collect_info.php at line 100 should work:



    $product_assigned_authors = array();...
  47. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Hm, very mysterious.
    Try to set the "SHOW CART QUANTITY BOX" to "0" in Admin, maybe that helps?

    p.
  48. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Not sure how that is possibly, are you sure this is the file being used? do you have an override file somewhere?
    In the above code this HTML "<input type="hidden" name="cart_quantity" value="1" />'"...
  49. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Indeed, here it works as expected.
    I have seen that on your test page the SUBMIT form is missing two hidden INPUT fields in the HTML.

    Your HTML:

    <!--bof Add to Cart Box -->
    <div id="cartAdd">...
  50. Replies
    426
    Views
    96,033

    Re: Creating an add-on "product type book" for ZC 1.5

    Okay, i have seen it in your shop, you can delete the test product.
    I will make a note and fix it in next release.
    p.
Results 1 to 50 of 165
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR