Sponsorship
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effot via GitHub Sponsors:
Describe the bug
A clear and concise description of what the bug is.
Software Versions
- DNN: 09.13.07
- Hotcakes: 03.09.01
To Reproduce
Steps to reproduce the behavior:
- Go to 'HCC Backend > Catalog > Products > Import from Excel '
- Choose File > Load File
- Run the import
- Check SQL Table: hcc_Product in column StoreId, you'll see 0 instead of 1, assuming this is on a DNN installation with 1 portal (Portal 0) and a fresh HCC install.
Expected behavior
When an import takes place, the products should be added to the correct StoreId (1 in my scenario) as per the hcc_Stores table definition.
Actual behavior
When importing, because products are being added to StoreId 0, the linkages in the excel for categories, product images & product types are breaking because products are not correctly set to StoreId 1 where all my data was added via the HCC interface. So import does not work and fails on all the above linkages and even the products post import don't show up because they're set to StoreId 0.
Additional context
I believe that the errors in product image retrieval, category linkages & NULL Product Types all stem from the importer incorrectly settings or not properly retrieving the correct StoreId to be used for import. I also tried manually updating all my products StoreId value from 0 to 1, as 1 is the StoreId in SQL & then re-running an import with the (Update Existing Products) set to true but it still failed linked the associated Categories, Images, Product Type & Product Type Properties.
Sponsorship
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effot via GitHub Sponsors:
Describe the bug
A clear and concise description of what the bug is.
Software Versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When an import takes place, the products should be added to the correct StoreId (1 in my scenario) as per the hcc_Stores table definition.
Actual behavior
When importing, because products are being added to StoreId 0, the linkages in the excel for categories, product images & product types are breaking because products are not correctly set to StoreId 1 where all my data was added via the HCC interface. So import does not work and fails on all the above linkages and even the products post import don't show up because they're set to StoreId 0.
Additional context
I believe that the errors in product image retrieval, category linkages & NULL Product Types all stem from the importer incorrectly settings or not properly retrieving the correct StoreId to be used for import. I also tried manually updating all my products StoreId value from 0 to 1, as 1 is the StoreId in SQL & then re-running an import with the (Update Existing Products) set to true but it still failed linked the associated Categories, Images, Product Type & Product Type Properties.