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

Conversation

retched
Copy link

@retched retched commented Oct 3, 2024

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant