Added manufacturer and supplyer product numbers #30
Reference in New Issue
Block a user
Delete Branch "simple-product-details"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Smoke test
Execude coposer update-db
Go to add new product page
Select product type and country dropdowns should be displayed.
All other product fields should be hidden
Select A product type (choose simple) and a country and click choose
You will need at least 2 simple product with DIFFERENT selected countries to complete this smoke test (old simple products without selected countries will not be searchable until they are edited and counties are added to them)
Go to add new product page
Select product type and country dropdowns should be displayed.
Select A product type (choose bundle since simple is default) and a country and click choose
The product should be saved and selected country and product type as well and all default product fields shown except new choose country and type dropdown
Go to product bundle search and search for simple products added before
Notice that you can only search the product from the same country the package is from
Go to add new simple product page
Under general tab notice that new fields like manufacturer product no, supplier product No are added
Notice that measurement unit taxonomy is added and can be searched under taxonomies
All fields should be saved
added 4 commits
masterCompare with previous version
added 1 commit
Compare with previous version
added 1 commit
Compare with previous version
added 41 commits
masterCompare with previous version
added 1 commit
Compare with previous version
changed the description
assigned to @akrdzic
added 1 commit
Compare with previous version
Move this product creating logic to separate file
unmarked as a Work In Progress
I can see other fields on create product page:
Manufacturear Product No and Supplier Product No are restricted to number entry ony.
They should probably be text fields.
Since right side of the screen looks scary we could have all simple product taxonomies in one field group that is only visible if product type is simple to clean up this right side.
Manufacturer product No and Supplier product No visible for bundle

Issue while creating new product. If I change title and then choose country I get notification that
changes my not be saved.
use
format for choose button to avoid this (this is format from
Save Draftbutton)check if term exits with
has_termand then insert it if notmentioned in merge request !36
changed this line in version 8 of the diff
added 1 commit
Compare with previous version
term_existsis the correct method to use herechanged this line in version 9 of the diff
added 1 commit
Compare with previous version
added 1 commit
Compare with previous version
added 9 commits
master071c5497- Impleneted search by country, and added mesurment unitCompare with previous version
added 1 commit
00e853ae- Fixed product status issueCompare with previous version
added 1 commit
c4cddf8a- Added comment to save post methodCompare with previous version
mentioned in commit
315ac70484merged