Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Adding Same Field to Multiple Products.
- This topic has 10 replies, 3 voices, and was last updated 12 years, 11 months ago by admin.
-
AuthorPosts
-
December 20, 2011 at 4:38 am #5082amillioninthemakingMember
Hi,
I’ve spend a lot of time entering almost 1,500 products into the shopping cart. Now I will need to make a few adjustments, such as checking the box, must accept terms and conditions before downloading as well as adding the link for the terms and conditions.
There will be other similar things that need to be done in bulk. There must be a way to add the same value in bulk to all items.
Please advise how to do this.
Thanks
Matt
December 20, 2011 at 9:04 am #39888adminKeymasterThe terms and conditions checkbox is a global setting (not per product). Simply go to eStore settings and specify it there (you do it only once).
December 20, 2011 at 10:05 am #39889amillioninthemakingMemberThat makes that part of it easier, but what about other fields that need to be changed in bulk. Fields that are not in global settings.
Also, if it is a global setting, is it possible to leave certain products out of the terms and conditions, or to have a secondary terms and conditions? For example, someone buying customization services would be quite different than someone buying the template.
Thanks
Matt
December 20, 2011 at 10:17 pm #39890PeterMemberHi Matt,
If you would like to do bulk editing you are best served to do it via PHPMyAdmin using a csv file.
Watch this video which will explain exactly how to do this:
December 21, 2011 at 4:35 am #39891amillioninthemakingMemberThanks for the info. Watched the video, got it setup, downloaded the csv file. Everything looks in order. Although I still have a question.
In the video, when Importing Table, it says to check “Replace table data with file”.
I dont see too many other options here.
Will it work if I delete all columns except the ID column and the column I want to update?
Eg: I only want to update Product Page URL
So I can leave ID column and product_url column.
Also If the details from a column in the spreadsheet are deleted, will they also be deleted during the import?
Thanks Again
Matt
December 23, 2011 at 8:53 am #39892amillioninthemakingMemberHi, checking back in. Its been 2 days and no reply.
Could someone reply please.
Thanks
December 24, 2011 at 5:47 am #39893adminKeymasterSimply empty the table content (PHPMyAdmin lets you empty a table content with 2 clicks) then import your file again (this way you are always have the same details of your csv file in the product database).
December 24, 2011 at 7:07 pm #39894amillioninthemakingMemberThank you for the reply. Although I would still like an answer to my initial question.
****Will it work if I delete all columns except the ID column and the column I want to update?
Eg: I only want to update Product Page URL
So I can leave ID column and product_url column only.****
****Also If the details from a column in the spreadsheet are deleted, will they also be deleted during the import?****
I’ve spent 100 hours or more entering this data into the shopping cart. I dont want to mess with anything. I only want to add a bit of info into several columns. Can I add only specific columns via phpmyadmin import??
Thank You
Matt
December 25, 2011 at 7:27 am #39895adminKeymasterI am not a PHPMyAdmin expert and when it comes to database related stuff always backup your database then do whatever. With that said, yes if you tell it to update those columns it should only update those columns. Simply backup your database (very easy to do from PHPMyAdmin) and then try it out. If it doesn’t work the way you expected you can just restore it.
December 25, 2011 at 5:43 pm #39896amillioninthemakingMemberThanks.
Just being on the safe side. Dont want to lose what I did.
On a side not…
Since the category table is seperate, if I make changes to the main table, will I lose the categories? I assume not.
Please let me know.
Thanks again
Matt
December 26, 2011 at 4:20 am #39897adminKeymasterNo you should not lose the categories if you make changes in the main table (as long as the product Ids stay the same).
-
AuthorPosts
- You must be logged in to reply to this topic.