Search:

Type: Posts; User: damonp

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    7,996

    Re: Inventory Report

    I have added the products_model field to the listing output. If you’d like to test it out, PM me your email address and I’ll reply with the code. Once it has been successfully installed on several...
  2. Replies
    17
    Views
    7,996

    Re: Inventory Report

    I updated the package to fix the issue. Please try the new version.

    ZenCart Inventory Report v0.9.1

    damonp
  3. Replies
    11
    Views
    6,431

    Re: Share a database between stores

    To get a list of files to edit, grep the source for TABLE_CATEGORIES. Pretty much every category query needs a


    and top_category = ...
  4. Replies
    11
    Views
    6,431

    Re: Share a database between stores

    Sorry, no documentation. The best high level description of what I did is above a few posts.

    I added a categories_top_parent column to the database. Basically, any file that uses the...
  5. Replies
    25
    Views
    7,533

    Re: Updated Admin Sales Report

    From my usage, the tax column should be dynamic... only there if there is a non zero value in one of the rows.
  6. Replies
    17
    Views
    7,996

    Inventory Report

    I created a simple inventory report using the default products sold report as a basis. The report supports paginated view or one page for printing. For more information see

    Zencart Inventory...
  7. Replies
    1
    Views
    1,010

    Re: Integrate 2 diff sites off same data base

    I have done this before...

    See this post: http://www.zen-cart.com/forum/showthread.php?t=44741
  8. Replies
    0
    Views
    1,241

    Products Purchased Reports Search

    Here is a little snippet to add searching to the products purchased report.

    Add this form near the top of admin/stats_products_purchased.php [Line ~#64]



    <tr>
    <form...
  9. Replies
    11
    Views
    6,431

    Re: Share a database between stores

    If you look at my links to the costume sites above, you'll notice the top level categories do not show on the respective sites, only those second level categories under the site category.
    ...
  10. Replies
    11
    Views
    6,431

    Re: Share a database between stores

    Currently running three sites off of the same database:

    www.PimpCostumes.com
    www.PlatinumCostumes.com
    www.CostumeShoes.com

    Not a trivial customization, but doable.

    Basically each site uses...
  11. Replies
    25
    Views
    7,533

    Re: Updated Admin Sales Report

    Then you might try contacting the original author of this mod. All I added was the state filter.
  12. Replies
    25
    Views
    7,533

    Re: Updated Admin Sales Report

    What happens if you don't filter by state?
  13. Replies
    25
    Views
    7,533

    Re: Updated Admin Sales Report

    Take a look at sales_report.php line ~#103



    $state = SR_TAX_BASIS == 'shipping' ? 'shipping_state':'billing_state';


    Should be:
  14. Replies
    25
    Views
    7,533

    Re: Updated Admin Sales Report

    Did you look through the Worldpay module to see why it would be throwing that html in there? Some of the other payment mods can use an icon too, do thase have the same problem?


    UK taxes are the...
  15. Replies
    11
    Views
    4,682

    Re: Simple Attributes Stock Tracking

    No, the clients I designed this for are high volume phone and web combined. Their intraday inventory counts aren't always accurate.

    I had several others ask about this and canceled orders. ...
  16. Replies
    11
    Views
    4,682

    Re: Simple Attributes Stock Tracking

    If you do a search for ** in my mod, you should find where this display comes from.
  17. Replies
    25
    Views
    7,533

    Re: Updated Admin Sales Report

    If your tables are misaligned the tables are 'broken'. Turning borders on sometimes help you to see where they ware working and where they start to break. Then you can look at the source to see what...
  18. Replies
    25
    Views
    7,533

    Re: Updated Admin Sales Report

    I don't really have enough infomation to work with here. If it was working before, it can't break without something being changed somewhere.

    If the formatting problem happens with either version...
  19. Replies
    25
    Views
    7,533

    Re: Updated Admin Sales Report

    Are you saying this mod was working and now it suddenly isn't or are you saying the original mod was working and when you installed my updated version you get the broken display?

    What happened in...
  20. Replies
    11
    Views
    4,682

    Simple Attributes Stock Tracking

    I am working on an quantity by attribute contribution that will allow tracking product stock quantities by attribute (ie. size, color etc.). It adds a new field attribute_quantity to the attributes...
  21. Replies
    25
    Views
    7,533

    Updated Admin Sales Report

    Added a local state filter to the Sales Report contribution for reporting of local sales taxes.

    Download http://damonparker.org/files/zen_sales_report_v1.4.1.zip
  22. Replies
    12
    Views
    3,238

    Re: support for attribute inventory levels

    Without looking at it, I couldn't tell you how to incorporate the attributes into the search.***solicitation deleted***
  23. Replies
    12
    Views
    3,238

    Re: support for attribute inventory levels

    I would think it easier to add the attributes to the search than changing the way your products/categories work and moving all the product.
  24. Replies
    12
    Views
    3,238

    Re: support for attribute inventory levels

    I added a quantity variable to the attribute value table and admin panel and then modified the checkout code to subtract from this value on checkout.

    I built on a v1.2.4 version. Haven't upgraded...
  25. Replies
    12
    Views
    3,238

    Re: support for attribute inventory levels

    I coded the basic functionality for this for a client. It only supports one attribute not compounded attributes. (ie; size OR color not size AND color). It will work with most any type of...
Results 1 to 25 of 54
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR