Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing products_type search to search for name of handler #72

Open
wants to merge 1 commit into
base: v4.0.39.ZC
Choose a base branch
from

Commits on Oct 3, 2024

  1. Changing products_type search to search for name of handler

    Currently the v_products_type field does a search by the product's type_id as defined in the products table. This code will change it so that instead of looking for the product's `type_id`, it will search for the product's `type_handler`. If the search fails, it will assume the default product type of 1.
    retched committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7b40fe8 View commit details
    Browse the repository at this point in the history