The products table doesn't have a field to store the product cost.
Is it safe to use the product products_price_w table column to store product cost?
The products table doesn't have a field to store the product cost.
Is it safe to use the product products_price_w table column to store product cost?
... and adds it to any reports you use, such as Sales Report.
Info on adding a field like cost to the products table:
https://docs.zen-cart.com/dev/code/add_field_products/
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
get numinix product fields and you can add that field in, plus any other you need
I haven't been able to get Numinix working with 2.1.0, much less 2.2.0a. It states 1.5.8 as the latest compatibility.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
im running 2.10 havent tried it in a while but it is how i set up some of my fields
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
I got an email this morning - "There's an update for Numinix Product Fields"
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
The only difference between 3.16 and 3.1.7 is the addition of two install.sql files to the catalog directory.
catalog\YOUR_ADMIN\includes\npf_includes\prebuilt_fields\exclude_from_google_fee d\install.sql
andCode:ALTER TABLE products ADD exclude_from_google_feed int(1) NULL default 0;
catalog\YOUR_ADMIN\includes\npf_includes\prebuilt_fields\products_date_added\ins tall.sql
And, the site still says it's for 1.5.8Code:ALTER TABLE products ADD products_date_added DATETIME DEFAULT CURRENT_TIMESTAMP;