If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I seem to find myself coming back to very old posts to see if any new methods have been created. I want to be able to delete product with a flat-file import. Is this doable yet?
Geez, if I didn't know better, my posts to these very old posts might trigger spammer flags (good thing I'm a moderator )
easiest we are using is assign products to a inactive category and delete all products in that category. It's two step but doesn't take much longer than a one-step.
We are still using the Sebenza module in our ReadyTheme stores - can't say much for the "reporting", no log file, etc. but it works and I trust it to behave.
The link in a previous post says the store is closed...
Back in 2015 Brennan reports:
As of today module developer Sebenza is no longer selling their modules. While we were aware of their plans to get out of the module business, we were not aware of the timing.
We have been planning for quite some time to “replace” the functionality provided by the Sebenza modules and build it into the core of Miva. The next release of Miva (9.0003) due out this Spring replaces the bulk of the functionality provided by the Sebenza modules. In addition to these updates to Miva itself, some active 3rdparty developers will be releasing their own modules to cover features which we will not be building into the core product.
I found the module which is a Miva .mvc file to add.
If you would like me to send it to you I'm not sure how to deliver it to you
Let me stick it on my OneDrive and send you a link to it - but that will be later since my lunch is ready.
Description in their PDF:
Product Delete Import
Product Description:
This import utility allows you to delete mass amounts of products via a flat file upload.
Key Features:
Flat File Export
easiest we are using is assign products to a inactive category and delete all products in that category. It's two step but doesn't take much longer than a one-step.
I found the module which is a Miva .mvc file to add.
If you would like me to send it to you I'm not sure how to deliver it to you
Let me stick it on my OneDrive and send you a link to it - but that will be later since my lunch is ready.
Description in their PDF:
Product Delete Import
Product Description:
This import utility allows you to delete mass amounts of products via a flat file upload.
Key Features:
Flat File Export
I would love to see what you found. FYI, just got off the phone with Miva Support - they are recommending using an XML. Now I get to try and create one for around 600 products.
I would love to see what you found. FYI, just got off the phone with Miva Support - they are recommending using an XML. Now I get to try and create one for around 600 products.
Yes, an XML will actually delete the products but creating the file is more complicated than the way I described :P
Yes, this still may be something to partition Miva to build as I would be VERY wary of using that old module. There is a very good chance, given its age, that is does not have the not_prod() functions that are used by other sub-systems such as Price Groups (for example, if a product is deleted that was in a price group, the not_prod() function would inform the Price Group to remove it. While this may not cause a specific Run Time issue, it, at the very least leads to poor site hygiene.
And that's just one "for instance"
Just out of curiosity, even if your not using price groups, could you (Joseibarra) do a test the next time you run this and see if it does remove a product from a price group?
Installing the module was the easy part. Needing a license key could be a game stopper.
Andreas, I don't disagree with how you are suggesting to do this, it's brilliant, but I have been given an Excel spreadsheet with the product codes that need to be deleted. I may just create a merge file to wrap the XML formatting around every product code unless someone has an easier way to do this.
And yeah, I know - I'm in the MM5.5 forum and I'm working with an MM9 store (yeah, yeah...I know).
hmm...if you want a repeatable method, you could build your own 'product delete' tool in a store template (i'd protect this one REAL carefully :) ) using
If I remember correctly, that function is used to 'pre-test' an XML structure...and it failed...so where the products (other than the ones it couldn't find) actually deleted?
Comment